Bug#869354: systemd: Overwrites local config without warning
Nick
debianbug at acrasis.net
Sat Jul 22 16:39:26 BST 2017
Package: systemd
Version: 232-25+deb9u1
Severity: normal
Dear Maintainer,
* What led up to the situation?
Running apt-get dist-upgrade to upgrade to the latest stable version.
* What exactly did you do (or not do) that was effective (or
ineffective)?
Reboot.
* What was the outcome of this action?
A login prompt asking for my username.
* What outcome did you expect instead?
Autologin, as was configured and working before the upgrade.
To get autologin to work (broken by the transition to systemd) some
months ago I followed the advice in
https://unix.stackexchange.com/questions/42359/how-can-i-autologin-to-desktop-with-systemd
The upgrade today appears to have overwritten the target of the symlink
/etc/systemd/system/getty.target.wants/getty at tty1.service
from my local target under /etc (which does autologin)
to the package-provided file /lib/systemd/system/getty at .service (which
doesn't).
I restored the symlink to its previous target and after another reboot
autologin works again for me now.
-- Package-specific info:
-- System Information:
Debian Release: 9.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (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.115
ii libacl1 2.2.52-3+b1
ii libapparmor1 2.11.0-3
ii libaudit1 1:2.6.7-2
ii libblkid1 2.29.2-1
ii libc6 2.24-11+deb9u1
ii libcap2 1:2.25-1
ii libcryptsetup4 2:1.7.3-4
ii libgcrypt20 1.7.6-2+deb9u1
ii libgpg-error0 1.26-2
ii libidn11 1.33-1
ii libip4tc0 1.6.0+snapshot20161117-6
ii libkmod2 23-2
ii liblz4-1 0.0~r131-2+b1
ii liblzma5 5.2.2-1.2+b1
ii libmount1 2.29.2-1
ii libpam0g 1.1.8-3.6
ii libseccomp2 2.3.1-2.1
ii libselinux1 2.6-3+b1
ii libsystemd0 232-25+deb9u1
ii mount 2.29.2-1
ii procps 2:3.3.12-3
ii util-linux 2.29.2-1
Versions of packages systemd recommends:
ii dbus 1.10.18-1
ii libpam-systemd 232-25+deb9u1
Versions of packages systemd suggests:
ii policykit-1 0.105-18
pn systemd-container <none>
pn systemd-ui <none>
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.130
ii udev 232-25+deb9u1
-- no debconf information
-------------- next part --------------
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[OVERRIDDEN] /etc/systemd/system/dnscrypt-proxy.socket -> /lib/systemd/system/dnscrypt-proxy.socket
--- /lib/systemd/system/dnscrypt-proxy.socket 2017-01-24 19:42:31.000000000 +0000
+++ /etc/systemd/system/dnscrypt-proxy.socket 2016-11-26 19:25:26.866193311 +0000
@@ -1,11 +1,10 @@
[Unit]
Description=dnscrypt-proxy listening socket
Documentation=man:dnscrypt-proxy(8)
-Wants=dnscrypt-proxy-resolvconf.service
[Socket]
-ListenStream=127.0.2.1:53
-ListenDatagram=127.0.2.1:53
+ListenStream=127.0.2.1:40
+ListenDatagram=127.0.2.1:40
[Install]
WantedBy=sockets.target
[OVERRIDDEN] /etc/systemd/system/dnscrypt-proxy.service -> /lib/systemd/system/dnscrypt-proxy.service
--- /lib/systemd/system/dnscrypt-proxy.service 2017-01-24 19:42:31.000000000 +0000
+++ /etc/systemd/system/dnscrypt-proxy.service 2016-11-26 18:56:54.482589411 +0000
@@ -1,24 +1,20 @@
[Unit]
-Description=DNSCrypt client proxy
+Description=DNSCrypt proxy
Documentation=man:dnscrypt-proxy(8)
+After=network.target iptables.service firewalld.service
Requires=dnscrypt-proxy.socket
-After=network.target
-Before=nss-lookup.target
-
-[Install]
-Also=dnscrypt-proxy.socket
-WantedBy=multi-user.target
[Service]
Type=notify
NonBlocking=true
User=_dnscrypt-proxy
-ExecStart=/usr/sbin/dnscrypt-proxy /etc/dnscrypt-proxy/dnscrypt-proxy.conf
+Environment=DNSCRYPT_PROXY_RESOLVER_NAME=cisco "DNSCRYPT_PROXY_OPTIONS="
+EnvironmentFile=-/etc/default/dnscrypt-proxy
+ExecStart=/usr/sbin/dnscrypt-proxy \
+ --resolver-name=${DNSCRYPT_PROXY_RESOLVER_NAME} \
+ $DNSCRYPT_PROXY_OPTIONS
Restart=always
-ProtectSystem=strict
-ProtectHome=true
-ProtectKernelModules=true
-ProtectKernelTunables=true
-ProtectControlGroups=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
+
+[Install]
+WantedBy=multi-user.target
+Also=dnscrypt-proxy.socket
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
5 overridden configuration files found.
-------------- next part --------------
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Invocation ID: 77e6a3ab486c43f591a549ddde73258e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.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\x2dpartuuid-0008c298\x2d05.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.socket
Invocation ID: 579bf8df69f64979b419c5d9066c8768
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmpolld.service
References: -.mount
References: -.slice
References: lvm2-lvmpolld.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/lvm/lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit tmp.mount:
Description: tmp.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: tmp.mount
WantedBy: basic.target
Before: basic.target
ReferencedBy: basic.target
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 6dc074db79d346cba32acc53e8e6ffd1
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Invocation ID: db1d7c8b5cfd4ff2bddef9a9786834ef
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Sat 2017-07-22 16:08:25 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:25 BST
Assert Result: yes
Requires: dev-mapper-nickpad\x2dswap_1.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-dm\x2d2.swap
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
After: dev-mapper-nickpad\x2dswap_1.swap
After: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
After: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
After: dev-nickpad-swap_1.swap
References: dev-mapper-nickpad\x2dswap_1.swap
References: shutdown.target
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dev-nickpad-swap_1.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: sysinit.target
ReferencedBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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: sysinit.target
ConflictedBy: slices.target
ConflictedBy: incron.service
ConflictedBy: postfix.service
ConflictedBy: cron.service
ConflictedBy: avahi-daemon.socket
ConflictedBy: user at 1000.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: rsync.service
ConflictedBy: remote-fs.target
ConflictedBy: systemd-user-sessions.service
ConflictedBy: acpid.service
ConflictedBy: bcutil.service
ConflictedBy: systemd-ask-password-plymouth.path
ConflictedBy: session-4.scope
ConflictedBy: pppd-dns.service
ConflictedBy: user-1000.slice
ConflictedBy: dbus.service
ConflictedBy: autologin at tty1.service
ConflictedBy: plymouth-quit-wait.service
ConflictedBy: systemd-rfkill.service
ConflictedBy: network-pre.target
ConflictedBy: syslog.socket
ConflictedBy: cryptsetup.target
ConflictedBy: acpid.path
ConflictedBy: alsa-restore.service
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: paths.target
ConflictedBy: getty.target
ConflictedBy: inadyn.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: timers.target
ConflictedBy: rtkit-daemon.service
ConflictedBy: atd.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: multi-user.target
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: rpcbind.target
ConflictedBy: apt-daily-upgrade.timer
ConflictedBy: cpufrequtils.service
ConflictedBy: basic.target
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: graphical.target
ConflictedBy: ntp.service
ConflictedBy: acpid.socket
ConflictedBy: getty-static.service
ConflictedBy: apt-daily-upgrade.service
ConflictedBy: system-postfix.slice
ConflictedBy: sound.target
ConflictedBy: systemd-timesyncd.service
ConflictedBy: bitlbee.service
ConflictedBy: console-kit-daemon.service
ConflictedBy: network-online.target
ConflictedBy: network.target
ConflictedBy: postgresql at 9.4-main.service
ConflictedBy: dnscrypt-proxy.socket
ConflictedBy: tlp.service
ConflictedBy: cups.service
ConflictedBy: sockets.target
ConflictedBy: cryptsetup-pre.target
ConflictedBy: smartd.service
ConflictedBy: inetd.service
ConflictedBy: ModemManager.service
ConflictedBy: polkit.service
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: fancontrol.service
ConflictedBy: unbound-resolvconf.service
ConflictedBy: rdnssd.service
ConflictedBy: emergency.target
ConflictedBy: anacron.timer
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: apache2.service
ConflictedBy: system-postgresql.slice
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: system-systemd\x2dcryptsetup.slice
ConflictedBy: lm-sensors.service
ConflictedBy: user at 0.service
ConflictedBy: networking.service
ConflictedBy: system-systemd\x2dbacklight.slice
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: time-sync.target
ConflictedBy: systemd-remount-fs.service
ConflictedBy: user-0.slice
ConflictedBy: systemd-backlight at backlight:intel_backlight.service
ConflictedBy: rsyslog.service
ConflictedBy: acpi-fakekey.service
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: rescue.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: dnscrypt-proxy-resolvconf.service
ConflictedBy: gdomap.service
ConflictedBy: remote-fs-pre.target
ConflictedBy: system-bitlbee.slice
ConflictedBy: plymouth-quit.service
ConflictedBy: systemd-rfkill.socket
ConflictedBy: postfix at -.service
ConflictedBy: bitlbee.socket
ConflictedBy: postgresql.service
ConflictedBy: systemd-backlight at backlight:acpi_video0.service
ConflictedBy: alsa-state.service
ConflictedBy: cups-browsed.service
ConflictedBy: openvpn.service
ConflictedBy: cups.path
ConflictedBy: unbound.service
ConflictedBy: cups.socket
ConflictedBy: acpi-fakekey.socket
ConflictedBy: portmap.service
ConflictedBy: acpi-support.service
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: systemd-modules-load.service
ConflictedBy: loadcpufreq.service
ConflictedBy: emergency.service
ConflictedBy: local-fs.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: apt-daily.timer
ConflictedBy: systemd-ask-password-plymouth.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: avahi-daemon.service
ConflictedBy: ssh.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: dnscrypt-proxy.service
ConflictedBy: firehol.service
ConflictedBy: pcscd.service
ConflictedBy: anacron.service
ConflictedBy: swap.target
ConflictedBy: udftools.service
ConflictedBy: lvm2-monitor.service
ConflictedBy: systemd-networkd.service
ConflictedBy: rescue.target
ConflictedBy: local-fs-pre.target
ConflictedBy: system-autologin.slice
ConflictedBy: user.slice
ConflictedBy: irqbalance.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: pcscd.socket
ConflictedBy: apmd.service
ConflictedBy: systemd-logind.service
ConflictedBy: apt-daily.service
ConflictedBy: dbus.socket
ConflictedBy: rc-local.service
ConflictedBy: minissdpd.service
ConflictedBy: session-2.scope
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: nss-lookup.target
ConflictedBy: bitlbee at 0.service
After: postfix.service
After: rc-local.service
After: systemd-quotacheck.service
After: systemd-backlight at backlight:intel_backlight.service
After: tlp.service
After: postgresql.service
After: bitlbee.socket
After: systemd-random-seed.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-timesyncd.service
After: bcutil.service
After: cups.path
After: system-systemd\x2dfsck.slice
After: systemd-update-utmp.service
After: networking.service
After: minissdpd.service
After: systemd-tmpfiles-clean.timer
After: polkit.service
After: plymouth-quit.service
After: alsa-restore.service
After: ntp.service
After: openvpn.service
After: systemd-rfkill.socket
After: systemd-machine-id-commit.service
After: apache2.service
After: unbound.service
After: acpi-fakekey.socket
After: pppd-dns.service
After: lm-sensors.service
After: bitlbee.service
After: systemd-user-sessions.service
After: bitlbee at 0.service
After: systemd-update-utmp-runlevel.service
After: systemd-binfmt.service
After: cups.socket
After: incron.service
After: console-kit-daemon.service
After: user at 1000.service
After: rescue.service
After: system-bitlbee.slice
After: user.slice
After: alsa-state.service
After: smartd.service
After: user-0.slice
After: system-autologin.slice
After: system-systemd\x2dcryptsetup.slice
After: apt-daily.timer
After: dnscrypt-proxy-resolvconf.service
After: irqbalance.service
After: systemd-remount-fs.service
After: apmd.service
After: autologin at tty1.service
After: dnscrypt-proxy.service
After: dnscrypt-proxy.socket
After: getty-static.service
After: acpi-support.service
After: syslog.socket
After: systemd-ask-password-wall.service
After: apt-daily.service
After: postgresql at 9.4-main.service
After: pcscd.socket
After: user-1000.slice
After: systemd-logind.service
After: system-postfix.slice
After: pcscd.service
After: systemd-ask-password-wall.path
After: unbound-resolvconf.service
After: console-kit-log-system-start.service
After: udftools.service
After: systemd-tmpfiles-clean.service
After: acpi-fakekey.service
After: systemd-fsckd.service
After: rtkit-daemon.service
After: cups-browsed.service
After: acpid.path
After: system-systemd\x2dbacklight.slice
After: session-4.scope
After: cups.service
After: gdomap.service
After: session-2.scope
After: rsyslog.service
After: acpid.socket
After: cpufrequtils.service
After: systemd-sysctl.service
After: firehol.service
After: systemd-backlight at backlight:acpi_video0.service
After: apt-daily-upgrade.service
After: anacron.service
After: inetd.service
After: systemd-ask-password-plymouth.service
After: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
After: dbus.service
After: postfix at -.service
After: systemd-fsck-root.service
After: emergency.service
After: fancontrol.service
After: anacron.timer
After: avahi-daemon.service
After: plymouth-quit-wait.service
After: acpid.service
After: rdnssd.service
After: apt-daily-upgrade.timer
After: ModemManager.service
After: systemd-ask-password-console.path
After: user at 0.service
After: systemd-ask-password-console.service
After: system-postgresql.slice
After: avahi-daemon.socket
After: systemd-modules-load.service
After: portmap.service
After: rsync.service
After: systemd-ask-password-plymouth.path
After: inadyn.service
After: loadcpufreq.service
After: atd.service
After: ssh.service
After: systemd-hwdb-update.service
After: systemd-rfkill.service
After: cron.service
After: dbus.socket
After: systemd-tmpfiles-setup.service
After: systemd-networkd.service
ReferencedBy: plymouth-quit.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: bitlbee.socket
ReferencedBy: acpid.path
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: session-4.scope
ReferencedBy: unbound.service
ReferencedBy: systemd-logind.service
ReferencedBy: gdomap.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: system-postgresql.slice
ReferencedBy: local-fs-pre.target
ReferencedBy: postgresql at 9.4-main.service
ReferencedBy: ntp.service
ReferencedBy: lm-sensors.service
ReferencedBy: atd.service
ReferencedBy: dbus.service
ReferencedBy: systemd-rfkill.socket
ReferencedBy: systemd-user-sessions.service
ReferencedBy: fancontrol.service
ReferencedBy: local-fs.target
ReferencedBy: cpufrequtils.service
ReferencedBy: rpcbind.target
ReferencedBy: syslog.socket
ReferencedBy: cups.socket
ReferencedBy: time-sync.target
ReferencedBy: user.slice
ReferencedBy: cryptsetup-pre.target
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: rdnssd.service
ReferencedBy: system-bitlbee.slice
ReferencedBy: session-2.scope
ReferencedBy: network.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: firehol.service
ReferencedBy: dbus.socket
ReferencedBy: nss-user-lookup.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
ReferencedBy: timers.target
ReferencedBy: user-0.slice
ReferencedBy: portmap.service
ReferencedBy: pppd-dns.service
ReferencedBy: polkit.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: incron.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: system-autologin.slice
ReferencedBy: acpid.service
ReferencedBy: avahi-daemon.service
ReferencedBy: swap.target
ReferencedBy: bitlbee.service
ReferencedBy: system-postfix.slice
ReferencedBy: sockets.target
ReferencedBy: rescue.service
ReferencedBy: cups.path
ReferencedBy: basic.target
ReferencedBy: user at 1000.service
ReferencedBy: apache2.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: emergency.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: apt-daily.service
ReferencedBy: graphical.target
ReferencedBy: tlp.service
ReferencedBy: acpi-support.service
ReferencedBy: udftools.service
ReferencedBy: getty.target
ReferencedBy: sysinit.target
ReferencedBy: autologin at tty1.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: anacron.service
ReferencedBy: ModemManager.service
ReferencedBy: pcscd.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: cryptsetup.target
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: alsa-state.service
ReferencedBy: inetd.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: slices.target
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: user at 0.service
ReferencedBy: user-1000.slice
ReferencedBy: apmd.service
ReferencedBy: irqbalance.service
ReferencedBy: acpid.socket
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: anacron.timer
ReferencedBy: alsa-restore.service
ReferencedBy: paths.target
ReferencedBy: unbound-resolvconf.service
ReferencedBy: sound.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cups.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: loadcpufreq.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: getty-static.service
ReferencedBy: bcutil.service
ReferencedBy: postfix.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
ReferencedBy: minissdpd.service
ReferencedBy: apt-daily.timer
ReferencedBy: acpi-fakekey.socket
ReferencedBy: rsync.service
ReferencedBy: postfix at -.service
ReferencedBy: ssh.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: smartd.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: emergency.target
ReferencedBy: bitlbee at 0.service
ReferencedBy: inadyn.service
ReferencedBy: pcscd.service
ReferencedBy: network-online.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: remote-fs-pre.target
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: openvpn.service
ReferencedBy: remote-fs.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: dnscrypt-proxy.socket
ReferencedBy: rsyslog.service
ReferencedBy: networking.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: cups-browsed.service
ReferencedBy: rescue.target
ReferencedBy: nss-lookup.target
ReferencedBy: network-pre.target
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: postgresql.service
ReferencedBy: cron.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Invocation ID: 2dccbb41749d44cea30666465c95d011
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 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsck-root.service
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Before: systemd-fsckd.service
After: -.mount
After: -.slice
Triggers: systemd-fsckd.service
References: -.mount
References: -.slice
References: systemd-fsckd.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
ReferencedBy: systemd-fsckd.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit minissdpd.service:
Description: keep memory of all UPnP devices that announced themselves
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/minissdpd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: minissdpd.service
Invocation ID: 82d6cc996e9a419a97feeda1356e984e
Documentation: man:minissdpd(1)
Fragment Path: /lib/systemd/system/minissdpd.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: sysinit.target
After: basic.target
After: network-online.target
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: basic.target
References: shutdown.target
References: network-online.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 1056
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/minissdpd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: /etc/default/minissdpd
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/minissdpd -i $MiniSSDPd_INTERFACE_ADDRESS
PID: 1045
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-mapper-sda5_crypt.device:
Description: /dev/mapper/sda5_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-sda5_crypt.device
Invocation ID: dcca367b40cf4558a601cf2c05fea70d
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Following Set Member: dev-dm\x2d0.device
DropIn Path: /run/systemd/generator/dev-mapper-sda5_crypt.device.d/90-device-timeout.conf
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
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
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:34 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.socket
Invocation ID: cae6c3d31ad947ef9c7ca3e2a5773b02
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: acpid.service
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: acpid.service
References: -.slice
References: -.mount
References: sysinit.target
References: sockets.target
References: shutdown.target
References: acpid.service
ReferencedBy: acpid.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: acpid.socket
SELinuxContextFromNet: no
ListenStream: /run/acpid.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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: rescue.service
Requires: sysinit.target
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: multi-user.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: rescue.service
After: sysinit.target
References: systemd-update-utmp-runlevel.service
References: rescue.service
References: shutdown.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Before: systemd-networkd.service
References: shutdown.target
ReferencedBy: networking.service
ReferencedBy: network.target
ReferencedBy: systemd-networkd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:34 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:34 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/acpid.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: acpid.service
Invocation ID: b5edb49a76ae4a549a59a0993270caf9
Fragment Path: /lib/systemd/system/acpid.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: acpid.socket
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: acpid.socket
After: sysinit.target
After: acpid.path
TriggeredBy: acpid.socket
TriggeredBy: acpid.path
References: basic.target
References: shutdown.target
References: system.slice
References: acpid.socket
References: sysinit.target
ReferencedBy: acpid.socket
ReferencedBy: acpid.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 681
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: /etc/default/acpid
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
PID: 681
Start Timestamp: Sat 2017-07-22 16:08:34 BST
-> Unit firehol.service:
Description: LSB: firehol firewall configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/firehol.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: firehol.service
Invocation ID: 2a3056c8ee4249438e62a542bd64483a
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/firehol.service
Source Path: /etc/init.d/firehol
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
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: sysinit.target
After: basic.target
After: system.slice
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/firehol start
PID: 1043
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/firehol stop
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: no
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Before: local-fs.target
Before: systemd-remount-fs.service
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: systemd-fsckd.socket
References: local-fs.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit inadyn.service:
Description: LSB: DynDNS client
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/inadyn.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: inadyn.service
Invocation ID: 2519843c0be143bd81c545f9ae807e0d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/inadyn.service
Source Path: /etc/init.d/inadyn
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
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: sysinit.target
After: basic.target
After: system.slice
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/inadyn start
PID: 1039
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/inadyn reload
-> ExecStop:
Command Line: /etc/init.d/inadyn stop
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Invocation ID: ec1c8eeabd414f55b32ac5c9e4d2ddf5
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: paths.target
Wants: slices.target
Wants: console-kit-log-system-start.service
Wants: timers.target
Wants: tmp.mount
Wants: alsa-state.service
Wants: sockets.target
Wants: alsa-restore.service
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: bitlbee.service
Before: irqbalance.service
Before: cpufrequtils.service
Before: minissdpd.service
Before: apache2.service
Before: gdomap.service
Before: rdnssd.service
Before: postfix.service
Before: ssh.service
Before: systemd-logind.service
Before: ModemManager.service
Before: acpid.service
Before: user at 0.service
Before: inadyn.service
Before: postgresql.service
Before: dnscrypt-proxy-resolvconf.service
Before: inetd.service
Before: plymouth-quit-wait.service
Before: portmap.service
Before: unbound-resolvconf.service
Before: cups-browsed.service
Before: postfix at -.service
Before: console-kit-daemon.service
Before: alsa-state.service
Before: plymouth-quit.service
Before: fancontrol.service
Before: alsa-restore.service
Before: systemd-ask-password-wall.service
Before: pppd-dns.service
Before: bcutil.service
Before: multi-user.target
Before: smartd.service
Before: bitlbee at 0.service
Before: udftools.service
Before: apmd.service
Before: apt-daily-upgrade.service
Before: rc-local.service
Before: getty-static.service
Before: firehol.service
Before: openvpn.service
Before: dbus.service
Before: user at 1000.service
Before: atd.service
Before: rsyslog.service
Before: systemd-user-sessions.service
Before: unbound.service
Before: postgresql at 9.4-main.service
Before: loadcpufreq.service
Before: autologin at tty1.service
Before: rsync.service
Before: acpi-fakekey.service
Before: rtkit-daemon.service
Before: pcscd.service
Before: acpi-support.service
Before: anacron.service
Before: avahi-daemon.service
Before: incron.service
Before: polkit.service
Before: ntp.service
Before: lm-sensors.service
Before: tlp.service
Before: dnscrypt-proxy.service
Before: apt-daily.service
Before: cron.service
Before: cups.service
After: sysinit.target
After: paths.target
After: slices.target
After: tmp.mount
After: systemd-ask-password-plymouth.path
After: sockets.target
After: -.mount
References: -.mount
References: sysinit.target
References: paths.target
References: slices.target
References: console-kit-log-system-start.service
References: timers.target
References: tmp.mount
References: shutdown.target
References: alsa-state.service
References: sockets.target
References: alsa-restore.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: dbus.service
ReferencedBy: acpid.service
ReferencedBy: ModemManager.service
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: unbound.service
ReferencedBy: rsync.service
ReferencedBy: rsyslog.service
ReferencedBy: cron.service
ReferencedBy: cups.service
ReferencedBy: pcscd.service
ReferencedBy: cups-browsed.service
ReferencedBy: apmd.service
ReferencedBy: postgresql.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
ReferencedBy: ssh.service
ReferencedBy: autologin at tty1.service
ReferencedBy: inetd.service
ReferencedBy: plymouth-quit.service
ReferencedBy: unbound-resolvconf.service
ReferencedBy: inadyn.service
ReferencedBy: systemd-logind.service
ReferencedBy: rdnssd.service
ReferencedBy: postfix at -.service
ReferencedBy: alsa-restore.service
ReferencedBy: acpi-support.service
ReferencedBy: openvpn.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: postfix.service
ReferencedBy: user at 0.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: tlp.service
ReferencedBy: smartd.service
ReferencedBy: multi-user.target
ReferencedBy: incron.service
ReferencedBy: minissdpd.service
ReferencedBy: apt-daily.service
ReferencedBy: bitlbee at 0.service
ReferencedBy: cpufrequtils.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: atd.service
ReferencedBy: anacron.service
ReferencedBy: rc-local.service
ReferencedBy: polkit.service
ReferencedBy: postgresql at 9.4-main.service
ReferencedBy: user at 1000.service
ReferencedBy: firehol.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: apache2.service
ReferencedBy: udftools.service
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: acpi-fakekey.service
ReferencedBy: avahi-daemon.service
ReferencedBy: fancontrol.service
ReferencedBy: gdomap.service
ReferencedBy: bcutil.service
ReferencedBy: bitlbee.service
ReferencedBy: ntp.service
ReferencedBy: alsa-state.service
ReferencedBy: getty-static.service
ReferencedBy: loadcpufreq.service
ReferencedBy: lm-sensors.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: portmap.service
ReferencedBy: pppd-dns.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 loadcpufreq.service:
Description: LSB: Load kernel modules needed to enable cpufreq scaling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:38 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:38 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/loadcpufreq.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: loadcpufreq.service
Invocation ID: d49baa345eb5411386c11762adbe2159
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/loadcpufreq.service
Source Path: /etc/init.d/loadcpufreq
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: cpufrequtils.service
Before: graphical.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: remote-fs.target
References: sysinit.target
References: graphical.target
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: remote-fs.target
References: multi-user.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: cpufrequtils.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/loadcpufreq start
PID: 690
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:38 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/loadcpufreq stop
-> Unit system-systemd\x2dcryptsetup.slice:
Description: system-systemd\x2dcryptsetup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dcryptsetup.slice
Invocation ID: a96f862f05b740e29a8534418e1459b2
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
RequiredBy: 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: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit cpufrequtils.service:
Description: LSB: set CPUFreq kernel parameters
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:38 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:38 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:38 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cpufrequtils.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cpufrequtils.service
Invocation ID: dd55fb9d674d48018c638fd7699268ee
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/cpufrequtils.service
Source Path: /etc/init.d/cpufrequtils
Condition Timestamp: Sat 2017-07-22 16:08:38 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:38 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: loadcpufreq.service
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: loadcpufreq.service
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/cpufrequtils start
PID: 812
Start Timestamp: Sat 2017-07-22 16:08:38 BST
Exit Timestamp: Sat 2017-07-22 16:08:38 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/cpufrequtils reload
-> ExecStop:
Command Line: /etc/init.d/cpufrequtils stop
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 failed
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: no
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: paths.target
Before: cryptsetup.target
Before: systemd-ask-password-console.service
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: -.mount
References: plymouth-start.service
References: paths.target
References: cryptsetup.target
References: shutdown.target
References: systemd-ask-password-console.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: dead
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kbd.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit udftools.service:
Description: LSB: Set up packet writing devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/udftools.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: udftools.service
Invocation ID: 31c75ab53ca6418cb006d4f15a8541dd
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/udftools.service
Source Path: /etc/init.d/udftools
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: multi-user.target
References: system.slice
References: graphical.target
References: shutdown.target
References: sysinit.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/udftools start
PID: 677
Start Timestamp: Sat 2017-07-22 16:08:34 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/udftools stop
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Invocation ID: cbaffbd27f3c4392a0a97b7e8ef94505
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:16 BST
Assert Result: yes
Requires: -.mount
Requires: systemd-journald.service
Requires: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: -.mount
After: systemd-remount-fs.service
After: systemd-journald.socket
After: systemd-journald.service
After: system.slice
References: system.slice
References: -.mount
References: systemd-remount-fs.service
References: systemd-journald.socket
References: systemd-user-sessions.service
References: systemd-journald.service
References: systemd-tmpfiles-setup.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 323
Start Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dfsck.slice
Invocation ID: 5e17d4b3b16c4c5db9f7724652eb229c
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-ask-password-plymouth.path:
Description: Forward Password Requests to Plymouth Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-plymouth.path
Invocation ID: 91cd5be3afc2481ea9809a1f06237269
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.path
ConditionPathExists: /run/plymouth/pid succeeded
ConditionKernelCommandLine: !nosplash succeeded
ConditionKernelCommandLine: !plymouth.enable=0 succeeded
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: -.mount
WantedBy: plymouth-start.service
Conflicts: shutdown.target
Before: systemd-ask-password-plymouth.service
Before: shutdown.target
Before: basic.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-plymouth.service
References: basic.target
References: shutdown.target
References: -.mount
References: systemd-ask-password-plymouth.service
References: plymouth-start.service
ReferencedBy: plymouth-start.service
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-plymouth.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Invocation ID: d48b2ecd1df143f49f05d6396e8e01f5
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Wants: systemd-binfmt.service
Wants: systemd-ask-password-console.path
Wants: systemd-udev-trigger.service
Wants: systemd-tmpfiles-setup-dev.service
Wants: keyboard-setup.service
Wants: swap.target
Wants: resolvconf.service
Wants: cryptsetup.target
Wants: systemd-machine-id-commit.service
Wants: systemd-tmpfiles-setup.service
Wants: sys-kernel-debug.mount
Wants: systemd-random-seed.service
Wants: lvm2-lvmetad.socket
Wants: systemd-hwdb-update.service
Wants: dev-mqueue.mount
Wants: dev-hugepages.mount
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-journald.service
Wants: systemd-modules-load.service
Wants: lvm2-lvmpolld.socket
Wants: sys-kernel-config.mount
Wants: systemd-journal-flush.service
Wants: plymouth-start.service
Wants: plymouth-read-write.service
Wants: systemd-timesyncd.service
Wants: local-fs.target
Wants: sys-fs-fuse-connections.mount
Wants: quota.service
Wants: systemd-sysctl.service
Wants: lvm2-monitor.service
Wants: systemd-update-utmp.service
Wants: kmod-static-nodes.service
Wants: systemd-udevd.service
RequiredBy: apt-daily.service
RequiredBy: apmd.service
RequiredBy: alsa-state.service
RequiredBy: alsa-restore.service
RequiredBy: inadyn.service
RequiredBy: plymouth-quit.service
RequiredBy: acpi-fakekey.socket
RequiredBy: apt-daily.timer
RequiredBy: acpid.path
RequiredBy: openvpn.service
RequiredBy: cups-browsed.service
RequiredBy: inetd.service
RequiredBy: udftools.service
RequiredBy: acpid.service
RequiredBy: dnscrypt-proxy.socket
RequiredBy: incron.service
RequiredBy: rtkit-daemon.service
RequiredBy: console-kit-daemon.service
RequiredBy: unbound.service
RequiredBy: bitlbee.socket
RequiredBy: postgresql.service
RequiredBy: systemd-user-sessions.service
RequiredBy: fancontrol.service
RequiredBy: smartd.service
RequiredBy: cron.service
RequiredBy: loadcpufreq.service
RequiredBy: cups.service
RequiredBy: atd.service
RequiredBy: dnscrypt-proxy-resolvconf.service
RequiredBy: rc-local.service
RequiredBy: postfix at -.service
RequiredBy: cups.socket
RequiredBy: apt-daily-upgrade.timer
RequiredBy: pcscd.socket
RequiredBy: ntp.service
RequiredBy: rdnssd.service
RequiredBy: rsyslog.service
RequiredBy: polkit.service
RequiredBy: postfix.service
RequiredBy: lm-sensors.service
RequiredBy: postgresql at 9.4-main.service
RequiredBy: dbus.service
RequiredBy: user at 1000.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: cups.path
RequiredBy: firehol.service
RequiredBy: apache2.service
RequiredBy: rsync.service
RequiredBy: user at 0.service
RequiredBy: tlp.service
RequiredBy: acpid.socket
RequiredBy: irqbalance.service
RequiredBy: anacron.timer
RequiredBy: basic.target
RequiredBy: minissdpd.service
RequiredBy: avahi-daemon.service
RequiredBy: bcutil.service
RequiredBy: acpi-fakekey.service
RequiredBy: systemd-logind.service
RequiredBy: plymouth-quit-wait.service
RequiredBy: rescue.target
RequiredBy: unbound-resolvconf.service
RequiredBy: apt-daily-upgrade.service
RequiredBy: dnscrypt-proxy.service
RequiredBy: acpi-support.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: cpufrequtils.service
RequiredBy: pppd-dns.service
RequiredBy: dbus.socket
RequiredBy: gdomap.service
RequiredBy: avahi-daemon.socket
RequiredBy: ModemManager.service
RequiredBy: portmap.service
RequiredBy: bitlbee.service
RequiredBy: ssh.service
RequiredBy: pcscd.service
RequiredBy: bitlbee at 0.service
RequiredBy: autologin at tty1.service
RequiredBy: anacron.service
RequiredBy: getty-static.service
Conflicts: shutdown.target
Conflicts: emergency.service
Conflicts: emergency.target
Before: unbound-resolvconf.service
Before: ModemManager.service
Before: getty-static.service
Before: ntp.service
Before: openvpn.service
Before: apmd.service
Before: ssh.service
Before: avahi-daemon.service
Before: unbound.service
Before: bitlbee at 0.service
Before: cron.service
Before: alsa-state.service
Before: anacron.service
Before: postgresql at 9.4-main.service
Before: alsa-restore.service
Before: apache2.service
Before: loadcpufreq.service
Before: acpi-fakekey.socket
Before: plymouth-quit.service
Before: smartd.service
Before: gdomap.service
Before: minissdpd.service
Before: acpi-support.service
Before: user at 1000.service
Before: acpid.service
Before: pcscd.socket
Before: dnscrypt-proxy.service
Before: acpi-fakekey.service
Before: postfix at -.service
Before: acpid.path
Before: firehol.service
Before: systemd-logind.service
Before: postgresql.service
Before: cups.service
Before: rtkit-daemon.service
Before: rc-local.service
Before: postfix.service
Before: tlp.service
Before: inadyn.service
Before: portmap.service
Before: acpid.socket
Before: dbus.service
Before: fancontrol.service
Before: console-kit-log-system-start.service
Before: irqbalance.service
Before: autologin at tty1.service
Before: rescue.target
Before: apt-daily-upgrade.service
Before: bcutil.service
Before: console-kit-daemon.service
Before: systemd-user-sessions.service
Before: bitlbee.socket
Before: apt-daily.service
Before: atd.service
Before: rdnssd.service
Before: dnscrypt-proxy.socket
Before: cups-browsed.service
Before: udftools.service
Before: pcscd.service
Before: apt-daily.timer
Before: anacron.timer
Before: cpufrequtils.service
Before: pppd-dns.service
Before: cups.socket
Before: dbus.socket
Before: apt-daily-upgrade.timer
Before: incron.service
Before: rsyslog.service
Before: polkit.service
Before: plymouth-quit-wait.service
Before: inetd.service
Before: avahi-daemon.socket
Before: basic.target
Before: dnscrypt-proxy-resolvconf.service
Before: rsync.service
Before: systemd-tmpfiles-clean.timer
Before: lm-sensors.service
Before: cups.path
Before: bitlbee.service
Before: systemd-ask-password-wall.service
Before: user at 0.service
Before: rescue.service
After: systemd-journald.service
After: sys-fs-fuse-connections.mount
After: systemd-tmpfiles-setup.service
After: sys-kernel-config.mount
After: systemd-update-utmp.service
After: kmod-static-nodes.service
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-binfmt.service
After: emergency.service
After: dev-mqueue.mount
After: proc-sys-fs-binfmt_misc.automount
After: systemd-udev-trigger.service
After: systemd-sysctl.service
After: emergency.target
After: cryptsetup.target
After: systemd-timesyncd.service
After: local-fs.target
After: systemd-backlight at backlight:acpi_video0.service
After: dev-hugepages.mount
After: systemd-machine-id-commit.service
After: plymouth-read-write.service
After: systemd-modules-load.service
After: systemd-hwdb-update.service
After: systemd-tmpfiles-setup-dev.service
After: sys-kernel-debug.mount
After: systemd-udevd.service
After: swap.target
After: systemd-random-seed.service
References: systemd-random-seed.service
References: plymouth-read-write.service
References: shutdown.target
References: systemd-update-utmp.service
References: sys-fs-fuse-connections.mount
References: sys-kernel-debug.mount
References: swap.target
References: dev-mqueue.mount
References: lvm2-lvmpolld.socket
References: quota.service
References: systemd-ask-password-console.path
References: systemd-journal-flush.service
References: dev-hugepages.mount
References: systemd-udev-trigger.service
References: systemd-binfmt.service
References: proc-sys-fs-binfmt_misc.automount
References: plymouth-start.service
References: local-fs.target
References: systemd-sysctl.service
References: systemd-timesyncd.service
References: systemd-udevd.service
References: systemd-hwdb-update.service
References: systemd-tmpfiles-setup.service
References: emergency.service
References: emergency.target
References: systemd-modules-load.service
References: lvm2-monitor.service
References: lvm2-lvmetad.socket
References: systemd-journald.service
References: sys-kernel-config.mount
References: resolvconf.service
References: keyboard-setup.service
References: systemd-tmpfiles-setup-dev.service
References: cryptsetup.target
References: systemd-machine-id-commit.service
References: kmod-static-nodes.service
ReferencedBy: basic.target
ReferencedBy: dbus.service
ReferencedBy: cups-browsed.service
ReferencedBy: fancontrol.service
ReferencedBy: cups.service
ReferencedBy: acpid.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: firehol.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: apmd.service
ReferencedBy: autologin at tty1.service
ReferencedBy: alsa-restore.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: inadyn.service
ReferencedBy: gdomap.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: acpi-fakekey.socket
ReferencedBy: bitlbee.service
ReferencedBy: polkit.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: pppd-dns.service
ReferencedBy: ntp.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: rdnssd.service
ReferencedBy: cups.path
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: apt-daily.service
ReferencedBy: acpi-support.service
ReferencedBy: inetd.service
ReferencedBy: bitlbee at 0.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: rsyslog.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: rescue.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: incron.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
ReferencedBy: lm-sensors.service
ReferencedBy: plymouth-quit.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: dnscrypt-proxy.socket
ReferencedBy: postgresql at 9.4-main.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-udevd.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: acpi-fakekey.service
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: user at 0.service
ReferencedBy: pcscd.socket
ReferencedBy: getty-static.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: ssh.service
ReferencedBy: ModemManager.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: cron.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: rc-local.service
ReferencedBy: unbound-resolvconf.service
ReferencedBy: systemd-journald.service
ReferencedBy: apache2.service
ReferencedBy: dbus.socket
ReferencedBy: plymouth-read-write.service
ReferencedBy: postfix.service
ReferencedBy: postfix at -.service
ReferencedBy: openvpn.service
ReferencedBy: bitlbee.socket
ReferencedBy: pcscd.service
ReferencedBy: postgresql.service
ReferencedBy: rescue.service
ReferencedBy: udftools.service
ReferencedBy: avahi-daemon.service
ReferencedBy: acpid.path
ReferencedBy: anacron.timer
ReferencedBy: anacron.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: rsync.service
ReferencedBy: bcutil.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: cups.socket
ReferencedBy: minissdpd.service
ReferencedBy: smartd.service
ReferencedBy: apt-daily.timer
ReferencedBy: atd.service
ReferencedBy: unbound.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: irqbalance.service
ReferencedBy: cpufrequtils.service
ReferencedBy: alsa-state.service
ReferencedBy: loadcpufreq.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: tlp.service
ReferencedBy: user at 1000.service
ReferencedBy: acpid.socket
ReferencedBy: dev-hugepages.mount
ReferencedBy: portmap.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit dev-dm\x2d2.swap:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-dm\x2d2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-dm\x2d2.swap
Invocation ID: 8dd27594b60e4c8ca6f267fc3aafae47
Following: dev-mapper-nickpad\x2dswap_1.swap
Following Set Member: dev-nickpad-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Following Set Member: dev-mapper-nickpad\x2dswap_1.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: systemd-journald.socket
References: -.mount
References: system.slice
References: swap.target
References: umount.target
RequiresMountsFor: /dev/dm-2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/dm-2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rdnssd.service:
Description: IPv6 Recursive DNS Server discovery Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:37 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:37 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rdnssd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rdnssd.service
Invocation ID: 9d7542f01f9f4f8788fb6a56405cc8ce
Documentation: man:rdnssd(8)
Fragment Path: /lib/systemd/system/rdnssd.service
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: network.target
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: network.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 764
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/rdnssd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: MERGE_HOOK=/bin/true
Environment: OPTIONS=-u rdnssd
EnvironmentFile: -/etc/default/rdnssd
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/mkdir -p /var/run/rdnssd
PID: 683
Start Timestamp: Sat 2017-07-22 16:08:34 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
Command Line: /bin/chown rdnssd:nogroup /var/run/rdnssd
PID: 702
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
Command Line: /bin/chmod 0755 /var/run/rdnssd
PID: 719
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:36 BST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /sbin/rdnssd $OPTIONS -H $MERGE_HOOK
PID: 759
Start Timestamp: Sat 2017-07-22 16:08:36 BST
Exit Timestamp: Sat 2017-07-22 16:08:37 BST
Exit Code: exited
Exit Status: 0
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Invocation ID: 9129f944be79441e96079f40ae1d2ee2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
WantedBy: keyboard-setup.service
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Before: run-user-1000.mount
Before: local-fs.target
Before: run-user-0.mount
After: systemd-remount-fs.service
After: dm-event.service
After: systemd-tmpfiles-setup-dev.service
After: keyboard-setup.service
After: lvm2-monitor.service
References: shutdown.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: dm-event.service
ReferencedBy: run-user-1000.mount
ReferencedBy: local-fs.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: keyboard-setup.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: run-user-0.mount
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: a6b1a3e74cc44d06adc03159bfb94fdc
Following Set Member: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 5737c6e9e0f34e289ce89057dc7a3e86
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Following Set Member: dev-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device:
Description: HITACHI_HTS725016A9A364
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device
Invocation ID: 2bd8cc0965f840dc823743c44ac7c652
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cron.service
Invocation ID: ed1e68f9719f41549d20f81b88836235
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: basic.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 697
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 697
Start Timestamp: Sat 2017-07-22 16:08:35 BST
-> Unit system-autologin.slice:
Description: system-autologin.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-autologin.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-autologin.slice
Invocation ID: 88c4ceaa6cc34c36a472f44fe617d53f
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
RequiredBy: autologin at tty1.service
Conflicts: shutdown.target
Before: autologin at tty1.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: autologin at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit plymouth-start.service:
Description: Show Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:30 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Invocation ID: f274fa56d96c4c198bbf03fb20876f24
Fragment Path: /lib/systemd/system/plymouth-start.service
ConditionKernelCommandLine: !nosplash succeeded
ConditionKernelCommandLine: !plymouth.enable=0 succeeded
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: system.slice
Wants: systemd-ask-password-plymouth.path
WantedBy: sysinit.target
Before: plymouth-quit.service
Before: rescue.service
Before: systemd-ask-password-plymouth.path
Before: plymouth-quit-wait.service
Before: systemd-ask-password-console.service
Before: systemd-ask-password-console.path
Before: systemd-ask-password-plymouth.service
After: systemd-udev-trigger.service
After: systemd-journald.socket
After: systemd-udevd.service
After: system.slice
After: keyboard-setup.service
References: systemd-udev-trigger.service
References: systemd-udevd.service
References: systemd-journald.socket
References: system.slice
References: keyboard-setup.service
References: systemd-ask-password-plymouth.service
References: systemd-ask-password-plymouth.path
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: sysinit.target
ReferencedBy: rescue.service
ReferencedBy: plymouth-quit.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: none
KillSignal: SIGTERM
SendSIGKILL: no
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
PID: 618
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Code: exited
Exit Status: 0
-> ExecStartPost:
Command Line: /bin/plymouth show-splash
PID: 624
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-HWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Invocation ID: b1f68e5013144c7aac882de9df4b3d2c
Following: dev-mapper-nickpad\x2dswap_1.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-nickpad-swap_1.swap
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Following Set Member: dev-mapper-nickpad\x2dswap_1.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: swap.target
References: umount.target
References: -.mount
References: systemd-journald.socket
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-HWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-uuid-LVM-HWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.timer
Invocation ID: c30822e3796145beaf7c0aba7745eb83
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: network-online.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: apt-daily.service
Before: shutdown.target
Before: apt-daily-upgrade.timer
Before: timers.target
After: -.mount
After: network-online.target
After: time-sync.target
After: sysinit.target
Triggers: apt-daily.service
References: network-online.target
References: shutdown.target
References: time-sync.target
References: sysinit.target
References: -.mount
References: timers.target
References: apt-daily.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06,18:00:00
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device:
Description: /dev/disk/by-id/dm-uuid-LVM-HWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Invocation ID: f194b3d52ba146fb9f7e63579151aeec
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-nickpad-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:19 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Invocation ID: d824cfc91b614b129bc13641d615f2ef
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.mount
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.mount
References: -.slice
References: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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: yes
Writable: no
FDName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:23 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:23 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:23 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-misc-rfkill.device
Invocation ID: 04860330d5ad4da8a96d093dd8afaeaa
Following Set Member: dev-rfkill.device
Job Timeout: 1min 30s
Wants: systemd-rfkill.socket
BoundBy: systemd-rfkill.socket
BoundBy: systemd-rfkill.service
Before: systemd-rfkill.socket
Before: systemd-rfkill.service
References: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
Invocation ID: e462e5d349c64f0eaadc1d7ffc62bb66
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\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\x2dpartuuid-0008c298\x2d05.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
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
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-nickpad-swap_1.swap:
Description: /dev/nickpad/swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-nickpad-swap_1.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-nickpad-swap_1.swap
Invocation ID: d6dc18dc272d4409a6adf4ca97bcd375
Following: dev-mapper-nickpad\x2dswap_1.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Following Set Member: dev-mapper-nickpad\x2dswap_1.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: umount.target
References: swap.target
References: -.mount
References: systemd-journald.socket
References: system.slice
RequiresMountsFor: /dev/nickpad/swap_1
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/nickpad/swap_1
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apt-daily-upgrade.timer:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily-upgrade.timer
Invocation ID: 1ab98c85447f4c8fa6b1edf149839aa0
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily-upgrade.service
Before: timers.target
After: apt-daily.timer
After: -.mount
After: time-sync.target
After: sysinit.target
Triggers: apt-daily-upgrade.service
References: shutdown.target
References: sysinit.target
References: apt-daily.timer
References: apt-daily-upgrade.service
References: timers.target
References: time-sync.target
References: -.mount
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06:00:00
-> Unit alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: alsa-state.service
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf failed
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
Before: alsa-restore.service
After: systemd-journald.socket
After: basic.target
After: system.slice
After: sysinit.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: sysinit.target
ReferencedBy: alsa-restore.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
References: proc-sys-fs-binfmt_misc.automount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit system-bitlbee.slice:
Description: system-bitlbee.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x40
Name: system-bitlbee.slice
Requires: system.slice
RequiredBy: bitlbee at 0.service
Conflicts: shutdown.target
Before: shutdown.target
Before: bitlbee at 0.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: bitlbee at 0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:00 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ntp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ntp.service
Invocation ID: 123492fe98f44231bf02815c35ccd0a4
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
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: network-online.target
After: sysinit.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: network-online.target
References: multi-user.target
References: sysinit.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/ntp start
PID: 1034
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:09:00 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp stop
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Invocation ID: 91337b8cdb824524849d67841825aac6
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: shutdown.target
Before: sysinit.target
After: systemd-remount-fs.service
After: auditd.service
After: systemd-journald.socket
After: -.mount
After: system.slice
After: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: sysinit.target
References: auditd.service
References: systemd-journald.socket
References: -.mount
References: system.slice
References: systemd-tmpfiles-setup.service
References: shutdown.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 652
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-mqueue.mount
Invocation ID: d2bb73dcfe084f7686bb375bd40691cb
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: system.slice
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-4.scope:
Description: Session 4 of user root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:15:17 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:15:17 BST
Active Enter Timestamp: Sat 2017-07-22 16:15:17 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-0.slice
CGroup: /user.slice/user-0.slice/session-4.scope
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x0
Name: session-4.scope
Invocation ID: e5e91830f0df424f86843ed1c8358372
Fragment Path: /run/systemd/transient/session-4.scope
Condition Timestamp: Sat 2017-07-22 16:15:17 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:15:17 BST
Assert Result: yes
Requires: user-0.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-0.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-0.slice
References: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: boot.mount
Invocation ID: b77126e8a3504976a2e4fdcbe2b0474c
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: -.mount
Requires: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Requires: system.slice
BindsTo: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
After: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
After: -.mount
After: system.slice
After: local-fs-pre.target
References: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
References: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
References: -.mount
References: local-fs-pre.target
References: system.slice
References: local-fs.target
References: umount.target
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/0132e5ab-8d6c-4629-855d-a88184845b63
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /boot
What: /dev/sda1
File System Type: ext2
Options: rw,relatime,block_validity,barrier,user_xattr,acl
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit plymouth-read-write.service:
Description: Tell Plymouth To Write Out Runtime Data
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:31 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-read-write.service
Invocation ID: 605bc8cf370f427fb7113bbe3651c2e8
Fragment Path: /lib/systemd/system/plymouth-read-write.service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: local-fs.target
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: local-fs.target
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/plymouth update-root-fs --read-write
PID: 635
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Code: exited
Exit Status: 0
-> Unit fancontrol.service:
Description: fan speed regulator
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: fancontrol.service
Documentation: man:fancontrol(8)
Documentation: man:pwmconfig(8)
Fragment Path: /lib/systemd/system/fancontrol.service
ConditionPathExists: /etc/fancontrol failed
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: basic.target
After: lm-sensors.service
After: sysinit.target
After: systemd-journald.socket
References: system.slice
References: basic.target
References: lm-sensors.service
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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/fancontrol.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/sbin/fancontrol --check
-> ExecStart:
Command Line: /usr/sbin/fancontrol
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-hugepages.mount
Invocation ID: 94e2a84dc2e54e0bb61076e279066810
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
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: system.slice
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device
Invocation ID: 341f3a7816a8495198243bc17b064fe9
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\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Invocation ID: 07bf86a1d55846b7a9fb893c065e0532
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
RequiredBy: rdnssd.service
WantedBy: networking.service
WantedBy: systemd-networkd.service
Conflicts: shutdown.target
Before: network-online.target
Before: systemd-user-sessions.service
Before: openvpn.service
Before: rc-local.service
Before: unbound.service
Before: dnscrypt-proxy.service
Before: ssh.service
After: systemd-networkd.service
After: rdnssd.service
After: networking.service
After: network-pre.target
References: shutdown.target
References: network-pre.target
ReferencedBy: network-online.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: openvpn.service
ReferencedBy: rdnssd.service
ReferencedBy: networking.service
ReferencedBy: unbound.service
ReferencedBy: rc-local.service
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ssh.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit quotarpc.service:
Description: quotarpc.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: quotarpc.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:23 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:23 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:23 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-rfkill.device
Invocation ID: bc60edafa422426e91fe1b59d70755c0
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Invocation ID: e88a4ce3a5a247cdafb60c144eeaf359
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
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
Invocation ID: d779a416cedf416a8ce603448f283df3
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
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-random-seed.service
Invocation ID: 709c0b96da6c49b59ac22f1226c4633a
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:16 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-remount-fs.service
References: sysinit.target
References: -.mount
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 320
Start Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit smartd.service:
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:34 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:34 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/smartd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: smartd.service
Invocation ID: d7901d75a8844482b799e92587ef3b8a
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartd.service
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 678
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/smartmontools
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
PID: 678
Start Timestamp: Sat 2017-07-22 16:08:34 BST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation.service
Before: lvm2-monitor.service
ReferencedBy: lvm2-monitor.service
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Invocation ID: b84fe4f40dd34721b6e12c3b17efadde
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.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\x2dpartuuid-0008c298\x2d05.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device:
Description: /dev/disk/by-id/dm-name-nickpad-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Invocation ID: 43b9ee57d8154a9f8baeaa65d056d859
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-nickpad-root.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: networking.service
Invocation ID: f57ce3b7889e4cf681db2ec930fba33d
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Wants: network.target
WantedBy: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
Before: network-online.target
After: systemd-modules-load.service
After: system.slice
After: dns-clean.service
After: systemd-sysctl.service
After: local-fs.target
After: systemd-journald.socket
After: apparmor.service
After: network-pre.target
References: network-pre.target
References: systemd-modules-load.service
References: system.slice
References: network-online.target
References: systemd-sysctl.service
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: apparmor.service
References: network.target
ReferencedBy: dns-clean.service
ReferencedBy: network-online.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
PID: 706
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 711
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:05 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:05 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-1000.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-1000.mount
Invocation ID: c9e0b1dd530541f58088f2ca33a0e66f
Source Path: /proc/self/mountinfo
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: -.mount
After: local-fs-pre.target
After: system.slice
References: local-fs.target
References: system.slice
References: local-fs-pre.target
References: umount.target
References: -.mount
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=191104k,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: no
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-modules-load.service
After: system.slice
References: system.slice
References: -.mount
References: systemd-modules-load.service
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: lvm2-lvmpolld.socket
Requires: system.slice
Conflicts: shutdown.target
After: system.slice
After: lvm2-lvmpolld.socket
After: systemd-journald.socket
TriggeredBy: lvm2-lvmpolld.socket
References: system.slice
References: shutdown.target
References: lvm2-lvmpolld.socket
References: systemd-journald.socket
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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: /run/lvmpolld.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/VBoxService succeeded
ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd failed
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: no
Requires: -.mount
Requires: system.slice
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: time-sync.target
Before: sysinit.target
After: systemd-tmpfiles-setup.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: -.mount
After: systemd-remount-fs.service
After: system.slice
References: sysinit.target
References: system.slice
References: systemd-remount-fs.service
References: systemd-journald.socket
References: -.mount
References: systemd-tmpfiles-setup.service
References: systemd-sysusers.service
References: time-sync.target
References: shutdown.target
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
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
DynamicUser: no
SystemCallFilter: ~sysfs process_vm_readv mpx sgetmask security get_kernel_syms switch_endian ulimit s390_runtime_instr pciconfig_write mount pciconfig_iobase ftime tuxcall _sysctl ustat gtty pciconfig_read uselib iopl afs_syscall finit_module prof delete_module query_module spu_run vm86 profil umount s390_pci_mmio_read modify_ldt request_key ptrace rtas stty keyctl lookup_dcookie pivot_root umount2 vserver s390_pci_mmio_write vm86old add_key putpmsg getpmsg create_module break perf_event_open init_module chroot ssetmask process_vm_writev lock ioperm
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
Description: HITACHI_HTS725016A9A364
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Invocation ID: fa93429fddb243fba5f4679f9207fe92
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Invocation ID: 0cc388459fea4a67a89802f0c3dd11d7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Wants: cups.path
Wants: acpid.path
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
After: cups.path
After: acpid.path
References: shutdown.target
References: cups.path
References: acpid.path
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: cups.path
ReferencedBy: acpid.path
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit acpi-fakekey.service:
Description: ACPI fakekey daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpi-fakekey.service
Fragment Path: /lib/systemd/system/acpi-fakekey.service
Requires: system.slice
Requires: acpi-fakekey.socket
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: system.slice
After: acpi-fakekey.socket
After: systemd-journald.socket
After: basic.target
TriggeredBy: acpi-fakekey.socket
References: shutdown.target
References: sysinit.target
References: system.slice
References: acpi-fakekey.socket
References: systemd-journald.socket
References: basic.target
ReferencedBy: acpi-fakekey.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/acpi_fakekeyd -f
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Invocation ID: 8f506361613f499ea3ece208ea41be3d
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:28 BST
Active Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Enter Timestamp: Sat 2017-07-22 16:08:35 BST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.service
Invocation ID: 4ae295c0931c4d9ea4654f608d90c2ba
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Condition Timestamp: Sat 2017-07-22 16:08:24 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:24 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
BindsTo: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: systemd-rfkill.socket
After: sys-devices-virtual-misc-rfkill.device
After: system.slice
After: systemd-journald.socket
After: systemd-remount-fs.service
TriggeredBy: systemd-rfkill.socket
References: -.mount
References: shutdown.target
References: sys-devices-virtual-misc-rfkill.device
References: system.slice
References: systemd-journald.socket
References: systemd-remount-fs.service
ReferencedBy: systemd-rfkill.socket
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill
PID: 513
Start Timestamp: Sat 2017-07-22 16:08:24 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Invocation ID: c0041acd7f1d4243aa49e5f94775447a
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 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Wants: autologin at tty1.service
Wants: getty-static.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty-static.service
After: autologin at tty1.service
References: autologin at tty1.service
References: getty-static.service
References: shutdown.target
ReferencedBy: autologin at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit cups.path:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cups.path
Invocation ID: a655eccf079f40878a3e4babc4412305
Fragment Path: /lib/systemd/system/cups.path
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
PartOf: cups.service
WantedBy: paths.target
Conflicts: shutdown.target
Before: shutdown.target
Before: paths.target
Before: cups.service
After: -.mount
After: sysinit.target
Triggers: cups.service
References: sysinit.target
References: paths.target
References: cups.service
References: shutdown.target
References: -.mount
ReferencedBy: paths.target
RequiresMountsFor: /var/cache/cups/org.cups.cupsd
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: cups.service
MakeDirectory: no
DirectoryMode: 0755
PathExists: /var/cache/cups/org.cups.cupsd
-> Unit resolvconf.service:
Description: resolvconf.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: resolvconf.service
Fragment Path: /dev/null
WantedBy: sysinit.target
After: dns-clean.service
ReferencedBy: dns-clean.service
ReferencedBy: sysinit.target
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Invocation ID: f9da943dd31341bcb7270238982028a8
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
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit plymouth-quit.service:
Description: Terminate Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:59 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit.service
Invocation ID: fbc3de60b1a5480ba650aefd0c84b74a
Fragment Path: /lib/systemd/system/plymouth-quit.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: rc-local.service
After: system.slice
After: plymouth-start.service
After: sysinit.target
After: basic.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: rc-local.service
References: system.slice
References: plymouth-start.service
References: sysinit.target
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/plymouth quit
PID: 1051
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Invocation ID: 424bcabcd7904015be56ebca4f3c7bb1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.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\x2dpartuuid-0008c298\x2d05.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 postfix.service:
Description: Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/postfix.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: postfix.service
Invocation ID: eccb6ac5330a4f0c855d2cbba2f3fb29
Fragment Path: /lib/systemd/system/postfix.service
ConditionPathExists: /etc/postfix/main.cf succeeded
Condition Timestamp: Sat 2017-07-22 16:09:04 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:04 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: postfix at -.service
WantedBy: multi-user.target
ConsistsOf: postfix at -.service
Conflicts: sendmail.service
Conflicts: shutdown.target
Conflicts: exim4.service
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: postfix at -.service
After: system.slice
After: systemd-journald.socket
After: sysinit.target
PropagatesReloadTo: postfix at -.service
References: basic.target
References: shutdown.target
References: postfix at -.service
References: sendmail.service
References: system.slice
References: systemd-journald.socket
References: exim4.service
References: sysinit.target
ReferencedBy: postfix at -.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/true
PID: 1494
Start Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
-> Unit dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device:
Description: /dev/disk/by-uuid/955fbb19-a518-4697-b0d1-a014bdf3e2b8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Invocation ID: 1715360736da479d8094388678fd9d02
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-nickpad-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-sda2.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda2.device
Invocation ID: 459a1a8fed2f404abdbcc77704323d7b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 unbound.service:
Description: Unbound DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:01 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:01 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/unbound.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: unbound.service
Invocation ID: 9ff8e66661f442e4a907362eb5cd882e
Documentation: man:unbound(8)
Fragment Path: /lib/systemd/system/unbound.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: unbound-resolvconf.service
Wants: nss-lookup.target
WantedBy: multi-user.target
ConsistsOf: unbound-resolvconf.service
Conflicts: shutdown.target
Before: shutdown.target
Before: unbound-resolvconf.service
Before: nss-lookup.target
Before: multi-user.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: network.target
After: sysinit.target
References: basic.target
References: system.slice
References: nss-lookup.target
References: systemd-journald.socket
References: unbound-resolvconf.service
References: network.target
References: sysinit.target
References: shutdown.target
ReferencedBy: unbound-resolvconf.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 1150
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/unbound
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/unbound/package-helper chroot_setup
PID: 1030
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:09:01 BST
Exit Code: exited
Exit Status: 0
Command Line: /usr/lib/unbound/package-helper root_trust_anchor_update
PID: 1114
Start Timestamp: Sat 2017-07-22 16:09:01 BST
Exit Timestamp: Sat 2017-07-22 16:09:01 BST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/unbound -d $DAEMON_OPTS
PID: 1150
Start Timestamp: Sat 2017-07-22 16:09:01 BST
-> ExecReload:
Command Line: /usr/sbin/unbound-control reload
-> Unit dnscrypt-proxy.service:
Description: DNSCrypt proxy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:00 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dnscrypt-proxy.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dnscrypt-proxy.service
Invocation ID: c0ccac7e81d64fd589ab3b70980da8c3
Documentation: man:dnscrypt-proxy(8)
Fragment Path: /etc/systemd/system/dnscrypt-proxy.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: dnscrypt-proxy.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: network.target
After: firewalld.service
After: dnscrypt-proxy.socket
After: iptables.service
After: basic.target
After: system.slice
TriggeredBy: dnscrypt-proxy.socket
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: network.target
References: firewalld.service
References: dnscrypt-proxy.socket
References: iptables.service
References: basic.target
References: shutdown.target
ReferencedBy: dnscrypt-proxy.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 1029
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: DNSCRYPT_PROXY_RESOLVER_NAME=cisco
Environment: DNSCRYPT_PROXY_OPTIONS=
EnvironmentFile: -/etc/default/dnscrypt-proxy
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: _dnscrypt-proxy
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/dnscrypt-proxy --resolver-name=${DNSCRYPT_PROXY_RESOLVER_NAME} $DNSCRYPT_PROXY_OPTIONS
PID: 1029
Start Timestamp: Sat 2017-07-22 16:08:59 BST
-> Unit apmd.service:
Description: LSB: Advanced Power Management (APM) daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:36 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:36 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/apmd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: apmd.service
Invocation ID: 39f4b076486441eb92af064e59312b6d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apmd.service
Source Path: /etc/init.d/apmd
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/apmd start
PID: 699
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:36 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/apmd stop
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Invocation ID: 8799890a458041b6abbdb4d1ff9cc1cc
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: user at 0.service
Before: multi-user.target
Before: user-0.slice
Before: systemd-ask-password-wall.service
Before: user at 1000.service
Before: autologin at tty1.service
Before: session-2.scope
Before: session-4.scope
Before: plymouth-quit.service
Before: shutdown.target
Before: plymouth-quit-wait.service
Before: user-1000.slice
After: network.target
After: basic.target
After: nss-user-lookup.target
After: systemd-journal-flush.service
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: network.target
References: basic.target
References: nss-user-lookup.target
References: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: sysinit.target
ReferencedBy: session-4.scope
ReferencedBy: user at 0.service
ReferencedBy: user at 1000.service
ReferencedBy: autologin at tty1.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: multi-user.target
ReferencedBy: plymouth-quit.service
ReferencedBy: user-1000.slice
ReferencedBy: session-2.scope
ReferencedBy: user-0.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 1032
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit org.freedesktop.network1.busname:
Description: org.freedesktop.network1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.network1.busname
WantedBy: systemd-networkd.service
Before: systemd-networkd.service
ReferencedBy: systemd-networkd.service
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.socket
Invocation ID: b0e10f2edc224ddb9106cca403580c66
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: dm-event.service
RequiredBy: lvm2-monitor.service
WantedBy: sockets.target
Before: dm-event.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: dm-event.service
References: dm-event.service
References: -.mount
References: -.slice
ReferencedBy: dm-event.service
ReferencedBy: sockets.target
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit tlp.service:
Description: TLP system startup/shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/tlp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: tlp.service
Invocation ID: 192ddb343c9d495c81028ca87f77e9bc
Documentation: http://linrunner.de/tlp
Fragment Path: /lib/systemd/system/tlp.service
Condition Timestamp: Sat 2017-07-22 16:09:04 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:04 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: NetworkManager.service
Wants: bluetooth.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: multi-user.target
After: bluetooth.service
After: NetworkManager.service
After: sysinit.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: multi-user.target
References: bluetooth.service
References: NetworkManager.service
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/tlp init start
PID: 1497
Start Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/tlp init stop
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:23:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Invocation ID: 67ce6d12c3e84936888592929b8490e7
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: shutdown.target
Before: timers.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: sysinit.target
References: systemd-tmpfiles-clean.service
References: shutdown.target
References: timers.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-modules-load.service
Invocation ID: 7b7cb6e4ba2f477b90184089783bc20e
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-kernel-config.mount
Before: sys-fs-fuse-connections.mount
Before: systemd-sysctl.service
Before: sysinit.target
Before: shutdown.target
Before: networking.service
After: system.slice
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: networking.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 295
Start Timestamp: Sat 2017-07-22 16:08:15 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> Unit gdomap.service:
Description: LSB: Start the GNUstep distributed object mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/gdomap.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: gdomap.service
Invocation ID: 873f72e81a6b47b28eea99cc964ee219
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/gdomap.service
Source Path: /etc/init.d/gdomap
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: system.slice
References: graphical.target
References: basic.target
References: systemd-journald.socket
References: sysinit.target
References: multi-user.target
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/gdomap start
PID: 684
Start Timestamp: Sat 2017-07-22 16:08:34 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/gdomap stop
-> Unit bcutil.service:
Description: LSB: <Enter a short description of the software>
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:00 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/bcutil.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: bcutil.service
Invocation ID: 0522d060716d4da0b39a6d4c1191949e
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/bcutil.service
Source Path: /etc/init.d/bcutil
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
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: sysinit.target
After: basic.target
After: system.slice
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/bcutil start
PID: 1035
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:09:00 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/bcutil stop
-> Unit acpi-fakekey.socket:
Description: ACPI fakekey daemon FIFO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpi-fakekey.socket
Invocation ID: 47a163397a0d432cbab0e07b084977f5
Fragment Path: /lib/systemd/system/acpi-fakekey.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
RequiredBy: acpi-fakekey.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: acpi-fakekey.service
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: acpi-fakekey.service
References: shutdown.target
References: -.slice
References: sockets.target
References: acpi-fakekey.service
References: sysinit.target
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: acpi-fakekey.service
RequiresMountsFor: /var/run/acpi_fakekey
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0200
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: acpi-fakekey.socket
SELinuxContextFromNet: no
ListenFIFO: /var/run/acpi_fakekey
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit iptables.service:
Description: iptables.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: iptables.service
Before: dnscrypt-proxy.service
ReferencedBy: dnscrypt-proxy.service
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device:
Description: /dev/disk/by-id/dm-uuid-LVM-HWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Invocation ID: c73c3c8dadca498cbeecd4634644aa79
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-nickpad-swap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit incron.service:
Description: file system events scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/incron.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: incron.service
Invocation ID: c4e6724c07be4fed8d5bb120606e613e
Fragment Path: /lib/systemd/system/incron.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 670
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/incrond.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/incrond
PID: 658
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit cryptsetup-pre.target:
Description: Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Target State: dead
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:36 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:36 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-logind.service
Invocation ID: 83b33c2dc0e84b50b31556fa409c8c3c
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 succeeded
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
Wants: dbus.socket
Wants: user.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: user-0.slice
Before: user-1000.slice
Before: session-2.scope
Before: session-4.scope
Before: multi-user.target
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: user.slice
After: nss-user-lookup.target
After: sysinit.target
After: dbus.socket
References: shutdown.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: user.slice
References: nss-user-lookup.target
References: sysinit.target
References: dbus.socket
ReferencedBy: session-4.scope
ReferencedBy: session-2.scope
ReferencedBy: user-0.slice
ReferencedBy: multi-user.target
ReferencedBy: user-1000.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 682
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 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
DynamicUser: no
SystemCallFilter: ~iopl pciconfig_write perf_event_open ustat break modify_ldt process_vm_writev query_module add_key stty request_key s390_runtime_instr create_module sysfs putpmsg keyctl profil lock getpmsg get_kernel_syms security _sysctl ftime stime ssetmask clock_adjtime delete_module rtas finit_module s390_pci_mmio_read ulimit init_module vm86old pciconfig_iobase settimeofday pciconfig_read gtty mpx clock_settime lookup_dcookie ioperm tuxcall ptrace s390_pci_mmio_write process_vm_readv sgetmask afs_syscall switch_endian vserver prof adjtimex uselib spu_run vm86
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 682
Start Timestamp: Sat 2017-07-22 16:08:34 BST
Status Text: Processing requests...
-> Unit autologin at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-autologin.slice
CGroup: /system.slice/system-autologin.slice/autologin at tty1.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: autologin at tty1.service
Name: getty at tty1.service
Invocation ID: 840fe530fd22495a85ae7dfd8717cfb4
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /etc/systemd/system/autologin at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system-autologin.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-user-sessions.service
After: sysinit.target
After: system-autologin.slice
After: rc-local.service
After: plymouth-quit-wait.service
After: basic.target
After: systemd-journald.socket
References: getty.target
References: systemd-user-sessions.service
References: sysinit.target
References: system-autologin.slice
References: rc-local.service
References: plymouth-quit-wait.service
References: basic.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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: 1055
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: 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=
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/rungetty --autologin nick tty1
PID: 1055
Start Timestamp: Sat 2017-07-22 16:08:59 BST
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.device:
Description: HITACHI_HTS725016A9A364
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.device
Invocation ID: b9436de0ed6a41c58b997f14de712b4f
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:32 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Invocation ID: f875c620d3a140a78e7a8077361f639a
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: shutdown.target
Before: sockets.target
Before: systemd-journald.service
Before: rsyslog.service
After: -.mount
After: -.slice
Triggers: rsyslog.service
References: rsyslog.service
References: sockets.target
References: shutdown.target
References: -.mount
References: -.slice
ReferencedBy: rsyslog.service
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.socket
Invocation ID: f9653a5a104b459ea4f8521a66b8ed05
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-monitor.service
WantedBy: sysinit.target
Before: lvm2-lvmetad.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmetad.service
References: -.mount
References: -.slice
References: lvm2-lvmetad.service
ReferencedBy: sysinit.target
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmetad.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 95f993806f0e488bb2f8a0e39b2747e3
Following Set Member: dev-nickpad-root.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 5e9f74d6838346cd8967ee174f3b14f4
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit network-manager.service:
Description: network-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-manager.service
After: dns-clean.service
ReferencedBy: dns-clean.service
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:23:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:23:00 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:23:00 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Invocation ID: a725276c030b4aae8fbdaaccda48ea01
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Sat 2017-07-22 16:23:00 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:23:00 BST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: time-sync.target
After: systemd-tmpfiles-clean.timer
After: local-fs.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-tmpfiles-clean.timer
References: time-sync.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 2934
Start Timestamp: Sat 2017-07-22 16:23:00 BST
Exit Timestamp: Sat 2017-07-22 16:23:00 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Invocation ID: f20bcd4977614650961c7328c22e88a9
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
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit acpi-support.service:
Description: LSB: Start some power management scripts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/acpi-support.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: acpi-support.service
Invocation ID: 5ba5229485594784881c42aada0e4b53
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/acpi-support.service
Source Path: /etc/init.d/acpi-support
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: remote-fs.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/acpi-support start
PID: 659
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/acpi-support stop
-> Unit irqbalance.service:
Description: irqbalance daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: irqbalance.service
Invocation ID: 28af3184ec194bba9aa4c737aa23f5e6
Fragment Path: /lib/systemd/system/irqbalance.service
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 689
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/irqbalance
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
PID: 689
Start Timestamp: Sat 2017-07-22 16:08:35 BST
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Invocation ID: 13f07be9079c42f28fb8f090c5fbcc53
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: system.slice
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit bitlbee.socket:
Description: bitlbee.socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bitlbee.socket
Invocation ID: ae6a34083f5f4912b9106b57896068da
Fragment Path: /lib/systemd/system/bitlbee.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.slice
Requires: sysinit.target
WantedBy: sockets.target
Conflicts: shutdown.target
Conflicts: bitlbee.service
Before: shutdown.target
Before: sockets.target
Before: bitlbee at 0.service
After: -.slice
After: sysinit.target
Triggers: bitlbee at 0.service
References: bitlbee.service
References: sockets.target
References: -.slice
References: sysinit.target
References: shutdown.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: bitlbee.socket
SELinuxContextFromNet: no
BindToDevice: lo
Accepted: 0
NConnections: 0
MaxConnections: 64
ListenStream: [::]:6667
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 run-user-0.mount:
Description: /run/user/0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:15:17 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:15:17 BST
Active Enter Timestamp: Sat 2017-07-22 16:15:17 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-0.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-0.mount
Invocation ID: d96448b16f4d419f8688f29f99623165
Source Path: /proc/self/mountinfo
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: -.mount
After: local-fs-pre.target
After: system.slice
References: system.slice
References: local-fs-pre.target
References: -.mount
References: local-fs.target
References: umount.target
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/0
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=191104k,mode=700
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:32 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:32 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:32 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rsyslog.service
Name: syslog.service
Invocation ID: e0bc19e5a83f4210aedccd11c1da53a4
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Sat 2017-07-22 16:08:32 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:32 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: syslog.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: syslog.socket
After: sysinit.target
TriggeredBy: syslog.socket
References: shutdown.target
References: syslog.socket
References: basic.target
References: system.slice
References: sysinit.target
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 662
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n -c5
PID: 662
Start Timestamp: Sat 2017-07-22 16:08:32 BST
-> Unit dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Invocation ID: d1c967252c9549b2a7f597a54c54e49e
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-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\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\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Wants: boot.mount
BoundBy: boot.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Before: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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-nickpad-swap_1.device:
Description: /dev/nickpad/swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-nickpad-swap_1.device
Invocation ID: e3340f823fca4b6ba5e5947785fbc7af
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:01 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:01 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:01 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Invocation ID: 3198a2640a824b14b138abca0aed2fcf
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Sat 2017-07-22 16:09:01 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:01 BST
Assert Result: yes
WantedBy: unbound.service
Conflicts: shutdown.target
Before: postfix at -.service
Before: apache2.service
After: unbound.service
References: shutdown.target
ReferencedBy: unbound.service
ReferencedBy: postfix at -.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/console-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: console-setup.service
Invocation ID: 00264ab16fcf493dba5cebe3ee11ff96
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: multi-user.target
After: local-fs.target
After: -.mount
After: systemd-journald.socket
After: console-screen.service
After: system.slice
After: kbd.service
References: systemd-journald.socket
References: -.mount
References: local-fs.target
References: system.slice
References: kbd.service
References: console-screen.service
ReferencedBy: multi-user.target
RequiresMountsFor: /usr
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/console-setup/console-setup.sh
PID: 634
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Code: exited
Exit Status: 0
-> Unit system-postgresql.slice:
Description: system-postgresql.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-postgresql.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-postgresql.slice
Invocation ID: 559fc60ae7cf4d0aae67882c596ae6b8
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
RequiredBy: postgresql at 9.4-main.service
Conflicts: shutdown.target
Before: postgresql at 9.4-main.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: postgresql at 9.4-main.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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/ failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-done.service
Before: systemd-udev-trigger.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: sysinit.target
References: systemd-update-done.service
References: systemd-remount-fs.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
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: plymouth-start.service
After: systemd-vconsole-setup.service
After: system.slice
After: systemd-ask-password-console.path
TriggeredBy: systemd-ask-password-console.path
References: systemd-journald.socket
References: plymouth-start.service
References: systemd-vconsole-setup.service
References: system.slice
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lm-sensors.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lm-sensors.service
Invocation ID: a709c74370d44ebeb29aa961e196b390
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: fancontrol.service
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: fancontrol.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/sensors -s
PID: 657
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/sensors
PID: 701
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:45 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:45 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ModemManager.service
Invocation ID: 336868800f32408e9c3761ea6bc6a39a
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: syslog.target
After: systemd-journald.socket
After: sysinit.target
After: system.slice
After: dbus.socket
After: basic.target
References: syslog.target
References: basic.target
References: systemd-journald.socket
References: sysinit.target
References: system.slice
References: shutdown.target
References: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 700
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/ModemManager
PID: 700
Start Timestamp: Sat 2017-07-22 16:08:35 BST
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Invocation ID: ae7cfe21ab6b4273aaa43246f15b8f37
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 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Wants: networking.service
WantedBy: apache2.service
WantedBy: postfix at -.service
WantedBy: minissdpd.service
WantedBy: firehol.service
WantedBy: apt-daily.timer
WantedBy: portmap.service
WantedBy: inadyn.service
WantedBy: bcutil.service
WantedBy: ntp.service
Conflicts: shutdown.target
Before: apache2.service
Before: postfix at -.service
Before: minissdpd.service
Before: firehol.service
Before: apt-daily.timer
Before: portmap.service
Before: inadyn.service
Before: rc-local.service
Before: bcutil.service
Before: ntp.service
After: network.target
After: networking.service
References: shutdown.target
References: network.target
References: networking.service
ReferencedBy: apache2.service
ReferencedBy: postfix at -.service
ReferencedBy: minissdpd.service
ReferencedBy: firehol.service
ReferencedBy: apt-daily.timer
ReferencedBy: networking.service
ReferencedBy: portmap.service
ReferencedBy: inadyn.service
ReferencedBy: rc-local.service
ReferencedBy: bcutil.service
ReferencedBy: ntp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:17 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:17 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: 354a5fc844ab4a3d8ec85312e43e84f4
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udevd.service
Before: shutdown.target
Before: local-fs-pre.target
Before: sysinit.target
After: system.slice
After: kmod-static-nodes.service
After: systemd-sysusers.service
After: systemd-journald.socket
References: systemd-journald.socket
References: systemd-sysusers.service
References: shutdown.target
References: systemd-udevd.service
References: local-fs-pre.target
References: system.slice
References: sysinit.target
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 305
Start Timestamp: Sat 2017-07-22 16:08:15 BST
Exit Timestamp: Sat 2017-07-22 16:08:17 BST
Exit Code: exited
Exit Status: 0
-> Unit cups-browsed.service:
Description: Make remote CUPS printers available locally
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:37 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:37 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:37 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cups-browsed.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cups-browsed.service
Invocation ID: 00f945b995644ba58c1dd0a7028f3bf2
Fragment Path: /lib/systemd/system/cups-browsed.service
Condition Timestamp: Sat 2017-07-22 16:08:37 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:37 BST
Assert Result: yes
Requires: system.slice
Requires: cups.service
Requires: sysinit.target
Wants: avahi-daemon.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: cups.service
After: sysinit.target
After: avahi-daemon.service
References: shutdown.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: cups.service
References: sysinit.target
References: avahi-daemon.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 790
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/cups-browsed
PID: 790
Start Timestamp: Sat 2017-07-22 16:08:37 BST
-> Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: keyboard-setup.service
Invocation ID: fd0a68fa0548476682c8ef4f232a5482
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: sysinit.target
Before: local-fs-pre.target
Before: plymouth-start.service
After: system.slice
After: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
References: systemd-journald.socket
ReferencedBy: plymouth-start.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 293
Start Timestamp: Sat 2017-07-22 16:08:14 BST
Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Code: exited
Exit Status: 0
-> Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:18 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:18 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-monitor.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-monitor.service
Invocation ID: f55552c100a749c8ba40ff8500ca42c0
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 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: dm-event.socket
Requires: lvm2-lvmetad.socket
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
After: dm-event.service
After: lvm2-activation.service
After: systemd-journald.socket
After: dm-event.socket
After: lvm2-lvmetad.socket
After: lvm2-lvmetad.service
After: system.slice
References: dm-event.service
References: lvm2-activation.service
References: systemd-journald.socket
References: dm-event.socket
References: lvm2-lvmetad.socket
References: local-fs-pre.target
References: lvm2-lvmetad.service
References: shutdown.target
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
PID: 296
Start Timestamp: Sat 2017-07-22 16:08:15 BST
Exit Timestamp: Sat 2017-07-22 16:08:18 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:19 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:17 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:19 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udevd.service
Invocation ID: 491dd014dc764212bfeb3c28e2a2c214
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2017-07-22 16:08:17 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:17 BST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: systemd-networkd.service
Before: plymouth-start.service
Before: sysinit.target
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
After: systemd-sysusers.service
After: system.slice
After: systemd-tmpfiles-setup-dev.service
After: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-journald.socket
References: systemd-sysusers.service
References: system.slice
References: systemd-udevd-control.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: plymouth-start.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd-kernel.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 356
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 356
Start Timestamp: Sat 2017-07-22 16:08:17 BST
Status Text: Processing with 16 children at max
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Invocation ID: 85bc6f9233e74fff948d0e64ceb40c7d
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: sockets.target
Before: systemd-journald.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.mount
References: sockets.target
References: -.slice
References: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: systemd-journald.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Writable: no
FDName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-sysctl.service
Invocation ID: 5df8446c8f1b4e84a6e30572cac8592a
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net/ succeeded
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:16 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: shutdown.target
Before: networking.service
Before: sysinit.target
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: systemd-journald.socket
References: shutdown.target
References: systemd-modules-load.service
References: system.slice
References: sysinit.target
ReferencedBy: systemd-networkd.service
ReferencedBy: networking.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 333
Start Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> Unit unbound-resolvconf.service:
Description: Unbound DNS server via resolvconf
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: unbound-resolvconf.service
Fragment Path: /lib/systemd/system/unbound-resolvconf.service
ConditionFileIsExecutable: /sbin/resolvconf failed
Condition Timestamp: Sat 2017-07-22 16:09:01 BST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
PartOf: unbound.service
WantedBy: unbound.service
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: unbound.service
After: sysinit.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: unbound.service
References: sysinit.target
References: shutdown.target
ReferencedBy: unbound.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/unbound/package-helper resolvconf_start
-> ExecStop:
Command Line: /usr/lib/unbound/package-helper resolvconf_stop
-> Unit sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-net-wlan0.device:
Description: Centrino Wireless-N 1000 [Condor Peak] (Centrino Wireless-N 1000 BGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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.4-0000:02:00.0-net-wlan0.device
Invocation ID: c3401cd21d5343abb5fa0fc730a44037
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
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/wlan0
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Invocation ID: 7d6d852557204f6e9b74ce1a0a1f57ff
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Wants: cups.socket
Wants: dbus.socket
Wants: systemd-journald-audit.socket
Wants: dm-event.socket
Wants: systemd-initctl.socket
Wants: systemd-journald-dev-log.socket
Wants: bitlbee.socket
Wants: acpid.socket
Wants: dnscrypt-proxy.socket
Wants: acpi-fakekey.socket
Wants: pcscd.socket
Wants: systemd-udevd-control.socket
Wants: avahi-daemon.socket
Wants: systemd-journald.socket
Wants: systemd-udevd-kernel.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: cups.socket
After: dnscrypt-proxy.socket
After: acpid.socket
After: systemd-initctl.socket
After: systemd-journald-dev-log.socket
After: systemd-udevd-control.socket
After: systemd-journald-audit.socket
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: syslog.socket
After: avahi-daemon.socket
After: dbus.socket
After: pcscd.socket
After: acpi-fakekey.socket
After: bitlbee.socket
References: systemd-journald.socket
References: dm-event.socket
References: bitlbee.socket
References: systemd-journald-dev-log.socket
References: shutdown.target
References: dbus.socket
References: systemd-udevd-control.socket
References: systemd-initctl.socket
References: cups.socket
References: dnscrypt-proxy.socket
References: acpid.socket
References: avahi-daemon.socket
References: systemd-udevd-kernel.socket
References: pcscd.socket
References: acpi-fakekey.socket
References: systemd-journald-audit.socket
ReferencedBy: dnscrypt-proxy.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: cups.socket
ReferencedBy: basic.target
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: acpi-fakekey.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: pcscd.socket
ReferencedBy: dbus.socket
ReferencedBy: bitlbee.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: display-manager.service
WantedBy: graphical.target
Before: graphical.target
ReferencedBy: graphical.target
-> Unit dnscrypt-proxy-resolvconf.service:
Description: DNSCrypt proxy resolvconf support
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dnscrypt-proxy-resolvconf.service
Documentation: man:dnscrypt-proxy(8)
Fragment Path: /lib/systemd/system/dnscrypt-proxy-resolvconf.service
ConditionFileIsExecutable: /sbin/resolvconf failed
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: no
Requires: system.slice
Requires: dnscrypt-proxy.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: dnscrypt-proxy.socket
After: basic.target
After: sysinit.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: dnscrypt-proxy.socket
References: basic.target
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/sh -c 'systemctl show dnscrypt-proxy.socket | grep ListenDatagram | cut -d "=" -f 2 | cut -d ":" -f 1 | awk '{ print "nameserver " $1 }' | /sbin/resolvconf -a lo.dnscrypt-proxy'
-> ExecStop:
Command Line: /sbin/resolvconf -d lo.dnscrypt-proxy
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rc-local.service
Invocation ID: a415b7dc84474ab5b95263a74281da2a
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: plymouth-quit-wait.service
Before: autologin at tty1.service
Before: plymouth-quit.service
Before: shutdown.target
After: network-online.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: network.target
After: sysinit.target
References: network-online.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: network.target
References: sysinit.target
References: shutdown.target
ReferencedBy: plymouth-quit.service
ReferencedBy: autologin at tty1.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/rc.local start
PID: 1037
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap:
Description: /dev/disk/by-id/dm-name-nickpad-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Invocation ID: c67682a6d4cc484fac637dd1b01ed811
Following: dev-mapper-nickpad\x2dswap_1.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-nickpad-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Following Set Member: dev-mapper-nickpad\x2dswap_1.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: systemd-journald.socket
References: swap.target
References: umount.target
References: -.mount
References: system.slice
RequiresMountsFor: /dev/disk/by-id/dm-name-nickpad-swap_1
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-nickpad-swap_1
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Invocation ID: 6e76ab6489664ae4a932c3c9e0060e28
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: anacron.service
Before: apt-daily.timer
Before: systemd-tmpfiles-clean.service
Before: anacron.timer
Before: apt-daily-upgrade.timer
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: anacron.service
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: anacron.timer
ReferencedBy: systemd-timesyncd.service
ReferencedBy: apt-daily-upgrade.timer
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: default.target
Name: runlevel5.target
Name: graphical.target
Invocation ID: cd6f1ffd5d43420ca6cf7deef2ca2970
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Sat 2017-07-22 16:09:04 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:04 BST
Assert Result: yes
Requires: multi-user.target
Wants: ntp.service
Wants: rtkit-daemon.service
Wants: inadyn.service
Wants: portmap.service
Wants: systemd-update-utmp-runlevel.service
Wants: acpi-support.service
Wants: cpufrequtils.service
Wants: bcutil.service
Wants: gdomap.service
Wants: udftools.service
Wants: firehol.service
Wants: display-manager.service
Wants: loadcpufreq.service
Wants: apmd.service
Wants: apache2.service
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: gdomap.service
After: ntp.service
After: loadcpufreq.service
After: firehol.service
After: rescue.service
After: portmap.service
After: bcutil.service
After: display-manager.service
After: acpi-support.service
After: inadyn.service
After: udftools.service
After: apache2.service
After: multi-user.target
After: rtkit-daemon.service
After: cpufrequtils.service
After: rescue.target
After: apmd.service
References: systemd-update-utmp-runlevel.service
References: rtkit-daemon.service
References: bcutil.service
References: portmap.service
References: apmd.service
References: udftools.service
References: display-manager.service
References: firehol.service
References: apache2.service
References: loadcpufreq.service
References: rescue.target
References: shutdown.target
References: acpi-support.service
References: gdomap.service
References: rescue.service
References: inadyn.service
References: multi-user.target
References: ntp.service
References: cpufrequtils.service
ReferencedBy: portmap.service
ReferencedBy: gdomap.service
ReferencedBy: ntp.service
ReferencedBy: firehol.service
ReferencedBy: cpufrequtils.service
ReferencedBy: acpi-support.service
ReferencedBy: udftools.service
ReferencedBy: inadyn.service
ReferencedBy: loadcpufreq.service
ReferencedBy: bcutil.service
ReferencedBy: apmd.service
ReferencedBy: apache2.service
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Invocation ID: 99ee29b0ca9e4e178046c98bf2eda9ed
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
Before: systemd-initctl.service
Before: sockets.target
After: -.mount
After: -.slice
Triggers: systemd-initctl.service
References: systemd-initctl.service
References: -.mount
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rsync.service
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf failed
Condition Timestamp: Sat 2017-07-22 16:08:32 BST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: basic.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
-> Unit sys-subsystem-net-devices-eth0.device:
Description: 82577LM Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Invocation ID: a34bf0e03b9d44f88acd4f86f1e24df2
Following Set Member: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Invocation ID: 4fd5846c91b2427fabedbf804601bc54
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Wants: apt-daily-upgrade.timer
Wants: apt-daily.timer
Wants: anacron.timer
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: apt-daily.timer
After: apt-daily-upgrade.timer
After: anacron.timer
After: systemd-tmpfiles-clean.timer
References: apt-daily.timer
References: systemd-tmpfiles-clean.timer
References: shutdown.target
References: apt-daily-upgrade.timer
References: anacron.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily.timer
ReferencedBy: anacron.timer
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d2.device
Invocation ID: 857bc13f3dd4478f8246095093002a2a
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-nickpad-swap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:35 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Invocation ID: 979814e4755040d0b046b9ce31a210dd
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
PID: 679
Start Timestamp: Sat 2017-07-22 16:08:34 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:19 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Invocation ID: 9d93e6246f0d498daa6aa76861f325b0
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: sockets.target
References: -.slice
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit quota.service:
Description: quota.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: quota.service
Fragment Path: /dev/null
WantedBy: sysinit.target
ReferencedBy: sysinit.target
-> Unit bitlbee at 0.service:
Description: BitlBee Per-Connection Server
Instance: 0
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: no
Slice: system-bitlbee.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bitlbee at 0.service
Fragment Path: /lib/systemd/system/bitlbee at .service
Requires: system-bitlbee.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: bitlbee.socket
After: system-bitlbee.slice
After: sysinit.target
TriggeredBy: bitlbee.socket
References: basic.target
References: shutdown.target
References: system-bitlbee.slice
References: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
User: bitlbee
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/bitlbee -I
-> Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: 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
Requires: system.slice
Before: local-fs-pre.target
Before: lvm2-monitor.service
After: system.slice
After: dm-event.socket
After: systemd-journald.socket
TriggeredBy: dm-event.socket
References: system.slice
References: dm-event.socket
References: local-fs-pre.target
References: systemd-journald.socket
ReferencedBy: dm-event.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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: /run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/dmeventd -f
-> Unit sendmail.service:
Description: sendmail.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sendmail.service
ConflictedBy: postfix.service
ReferencedBy: postfix.service
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Invocation ID: 9b253805fd534cfa974b0b22bcbea0c9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: apache2.service
Before: firehol.service
Before: inadyn.service
Before: loadcpufreq.service
Before: apmd.service
Before: udftools.service
Before: systemd-user-sessions.service
Before: ntp.service
Before: cpufrequtils.service
Before: gdomap.service
Before: acpi-support.service
Before: bcutil.service
After: remote-fs-pre.target
References: shutdown.target
References: remote-fs-pre.target
ReferencedBy: apache2.service
ReferencedBy: apmd.service
ReferencedBy: ntp.service
ReferencedBy: firehol.service
ReferencedBy: gdomap.service
ReferencedBy: multi-user.target
ReferencedBy: loadcpufreq.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: acpi-support.service
ReferencedBy: cpufrequtils.service
ReferencedBy: bcutil.service
ReferencedBy: inadyn.service
ReferencedBy: udftools.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: ModemManager.service
Before: console-kit-daemon.service
ReferencedBy: ModemManager.service
ReferencedBy: console-kit-daemon.service
-> Unit dev-mapper-nickpad\x2droot.device:
Description: /dev/mapper/nickpad-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-nickpad\x2droot.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-nickpad-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-nickpad-root.device:
Description: /dev/nickpad/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-nickpad-root.device
Invocation ID: c2eaf43d7fd142309bb1b6ce53280966
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit systemd-quotacheck.service:
Description: File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-quotacheck.service
Documentation: man:systemd-quotacheck.service(8)
Fragment Path: /lib/systemd/system/systemd-quotacheck.service
ConditionPathExists: /sbin/quotacheck untested
Requires: system.slice
Before: shutdown.target
Before: local-fs.target
After: systemd-journald.socket
After: system.slice
After: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
After: systemd-remount-fs.service
References: local-fs.target
References: shutdown.target
References: systemd-journald.socket
References: systemd-remount-fs.service
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-quotacheck
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel3.target
Name: runlevel4.target
Name: runlevel2.target
Name: multi-user.target
Invocation ID: 6f580680ded24669803361eceb312c80
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Sat 2017-07-22 16:09:04 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:04 BST
Assert Result: yes
Requires: basic.target
Wants: apmd.service
Wants: ntp.service
Wants: anacron.service
Wants: lm-sensors.service
Wants: dbus.service
Wants: fancontrol.service
Wants: dnscrypt-proxy-resolvconf.service
Wants: systemd-ask-password-wall.path
Wants: firehol.service
Wants: ssh.service
Wants: pppd-dns.service
Wants: dnscrypt-proxy.service
Wants: postgresql.service
Wants: networking.service
Wants: remote-fs.target
Wants: udftools.service
Wants: openvpn.service
Wants: atd.service
Wants: avahi-daemon.service
Wants: smartd.service
Wants: cron.service
Wants: incron.service
Wants: console-setup.service
Wants: tlp.service
Wants: getty.target
Wants: portmap.service
Wants: systemd-update-utmp-runlevel.service
Wants: loadcpufreq.service
Wants: inadyn.service
Wants: rsyslog.service
Wants: irqbalance.service
Wants: dns-clean.service
Wants: plymouth-quit-wait.service
Wants: cups-browsed.service
Wants: inetd.service
Wants: bitlbee.service
Wants: acpi-support.service
Wants: gdomap.service
Wants: plymouth-quit.service
Wants: quotarpc.service
Wants: unbound.service
Wants: rsync.service
Wants: ModemManager.service
Wants: postfix.service
Wants: apache2.service
Wants: bcutil.service
Wants: rc-local.service
Wants: rdnssd.service
Wants: cpufrequtils.service
Wants: minissdpd.service
Wants: systemd-logind.service
Wants: systemd-user-sessions.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: tlp.service
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: systemd-networkd.service
After: rescue.service
After: smartd.service
After: apmd.service
After: udftools.service
After: acpi-support.service
After: cron.service
After: rc-local.service
After: lm-sensors.service
After: firehol.service
After: postfix.service
After: cpufrequtils.service
After: cups-browsed.service
After: unbound.service
After: basic.target
After: rsyslog.service
After: incron.service
After: gdomap.service
After: dbus.service
After: pppd-dns.service
After: ModemManager.service
After: plymouth-quit-wait.service
After: dnscrypt-proxy.service
After: bcutil.service
After: avahi-daemon.service
After: irqbalance.service
After: dnscrypt-proxy-resolvconf.service
After: rescue.target
After: portmap.service
After: rdnssd.service
After: bitlbee.service
After: inetd.service
After: anacron.service
After: fancontrol.service
After: systemd-logind.service
After: openvpn.service
After: rsync.service
After: getty.target
After: apache2.service
After: loadcpufreq.service
After: systemd-user-sessions.service
After: ntp.service
After: atd.service
After: ssh.service
After: inadyn.service
After: minissdpd.service
After: plymouth-quit.service
After: postgresql.service
References: plymouth-quit.service
References: systemd-logind.service
References: quotarpc.service
References: ModemManager.service
References: minissdpd.service
References: cups-browsed.service
References: incron.service
References: irqbalance.service
References: gdomap.service
References: bcutil.service
References: shutdown.target
References: systemd-ask-password-wall.path
References: lm-sensors.service
References: unbound.service
References: cron.service
References: udftools.service
References: inetd.service
References: rc-local.service
References: rsyslog.service
References: tlp.service
References: portmap.service
References: cpufrequtils.service
References: systemd-user-sessions.service
References: dns-clean.service
References: acpi-support.service
References: avahi-daemon.service
References: rescue.target
References: atd.service
References: plymouth-quit-wait.service
References: apmd.service
References: inadyn.service
References: console-setup.service
References: postfix.service
References: postgresql.service
References: remote-fs.target
References: rescue.service
References: anacron.service
References: dnscrypt-proxy.service
References: openvpn.service
References: bitlbee.service
References: rdnssd.service
References: firehol.service
References: fancontrol.service
References: apache2.service
References: dnscrypt-proxy-resolvconf.service
References: getty.target
References: ntp.service
References: networking.service
References: basic.target
References: pppd-dns.service
References: rsync.service
References: loadcpufreq.service
References: dbus.service
References: systemd-update-utmp-runlevel.service
References: ssh.service
References: smartd.service
ReferencedBy: apache2.service
ReferencedBy: loadcpufreq.service
ReferencedBy: inadyn.service
ReferencedBy: graphical.target
ReferencedBy: cpufrequtils.service
ReferencedBy: ntp.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: acpi-support.service
ReferencedBy: systemd-networkd.service
ReferencedBy: apmd.service
ReferencedBy: gdomap.service
ReferencedBy: bcutil.service
ReferencedBy: udftools.service
ReferencedBy: tlp.service
ReferencedBy: portmap.service
ReferencedBy: firehol.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-cryptsetup at sda5_crypt.service:
Description: Cryptography Setup for sda5_crypt
Instance: sda5_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:28 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:28 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: f596fbafc0ad4cb980c2f3178ba51261
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 2017-07-22 16:08:26 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:26 BST
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice
BindsTo: dev-mapper-sda5_crypt.device
BindsTo: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
RequiredBy: dev-mapper-sda5_crypt.device
RequiredBy: cryptsetup.target
WantedBy: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
Conflicts: umount.target
Before: cryptsetup.target
Before: umount.target
After: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
After: system-systemd\x2dcryptsetup.slice
After: cryptsetup-pre.target
After: systemd-journald.socket
References: system-systemd\x2dcryptsetup.slice
References: cryptsetup.target
References: cryptsetup-pre.target
References: dev-mapper-sda5_crypt.device
References: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
References: umount.target
References: systemd-journald.socket
ReferencedBy: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
ReferencedBy: dev-mapper-sda5_crypt.device
ReferencedBy: cryptsetup.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sda5_crypt /dev/disk/by-uuid/4fb4f719-947e-4a90-a346-7258faeb391b none luks
PID: 576
Start Timestamp: Sat 2017-07-22 16:08:26 BST
Exit Timestamp: Sat 2017-07-22 16:08:28 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sda5_crypt
-> Unit anacron.timer:
Description: Trigger anacron every hour
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.timer
Invocation ID: de24dcb5bad445da858ef091cd1b0815
Fragment Path: /lib/systemd/system/anacron.timer
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: anacron.service
Before: timers.target
After: -.mount
After: time-sync.target
After: sysinit.target
Triggers: anacron.service
References: timers.target
References: anacron.service
References: sysinit.target
References: time-sync.target
References: -.mount
References: shutdown.target
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: anacron.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* *:00:00
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journald.service
Invocation ID: da76bbd22b544071aeaa6503e54f1aae
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: system.slice
Requires: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: syslog.socket
After: systemd-journald.socket
After: system.slice
After: systemd-journald-dev-log.socket
After: systemd-journald-audit.socket
TriggeredBy: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
References: system.slice
References: systemd-journald-audit.socket
References: sysinit.target
References: syslog.socket
References: systemd-journald-dev-log.socket
References: systemd-journald.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: ready
Main PID: 298
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 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
DynamicUser: no
SystemCallFilter: ~modify_ldt process_vm_readv ptrace pivot_root afs_syscall prof chroot lookup_dcookie umount s390_pci_mmio_read vserver s390_pci_mmio_write s390_runtime_instr tuxcall mount query_module stime pciconfig_write create_module ssetmask pciconfig_read vm86old clock_adjtime umount2 pciconfig_iobase adjtimex finit_module sgetmask profil security clock_settime break request_key switch_endian sysfs add_key spu_run ulimit rtas ioperm perf_event_open init_module lock getpmsg ftime vm86 keyctl iopl stty process_vm_writev delete_module _sysctl gtty settimeofday uselib mpx putpmsg ustat get_kernel_syms
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 298
Start Timestamp: Sat 2017-07-22 16:08:15 BST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 23
-> 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
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Requires: system.slice
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
After: system.slice
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: -.mount
References: system.slice
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit firewalld.service:
Description: firewalld.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: firewalld.service
Before: dnscrypt-proxy.service
ReferencedBy: dnscrypt-proxy.service
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: 7bb2a901a71448b5ba90a396acd9a6ca
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
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: -.mount
References: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit portmap.service:
Description: LSB: The RPC portmapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/portmap.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: portmap.service
Invocation ID: d0285ff3eb674f9abae5ee86734e097f
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/portmap.service
Source Path: /etc/init.d/portmap
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
Wants: rpcbind.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
Before: rpcbind.target
After: sysinit.target
After: basic.target
After: system.slice
After: network-online.target
After: systemd-journald.socket
References: rpcbind.target
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: network-online.target
References: systemd-journald.socket
References: graphical.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/portmap start
PID: 1040
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/portmap stop
-> Unit dev-sda1.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda1.device
Invocation ID: 320c66275c344bbea112ea6e8adab764
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\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:34 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Invocation ID: 05a74e04397744e498eb7e5543428622
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
RequiredBy: systemd-logind.service
RequiredBy: rtkit-daemon.service
RequiredBy: avahi-daemon.service
RequiredBy: console-kit-daemon.service
RequiredBy: ModemManager.service
RequiredBy: polkit.service
RequiredBy: dbus.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: shutdown.target
Before: sockets.target
Before: console-kit-daemon.service
Before: dbus.service
Before: rtkit-daemon.service
Before: polkit.service
Before: ModemManager.service
Before: avahi-daemon.service
Before: systemd-logind.service
After: -.mount
After: -.slice
After: sysinit.target
Triggers: dbus.service
References: sockets.target
References: -.mount
References: sysinit.target
References: dbus.service
References: -.slice
References: shutdown.target
ReferencedBy: dbus.service
ReferencedBy: ModemManager.service
ReferencedBy: polkit.service
ReferencedBy: sockets.target
ReferencedBy: systemd-logind.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: avahi-daemon.service
ReferencedBy: console-kit-daemon.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: Centrino Wireless-N 1000 [Condor Peak] (Centrino Wireless-N 1000 BGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-wlan0.device
Invocation ID: fc48f84702b744a99898d01202365b66
Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-net-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/wlan0
-> Unit inetd.service:
Description: Internet superserver
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:36 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:34 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:36 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/inetd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: inetd.service
Invocation ID: 9531aaafe6eb438da58ebd08b773b341
Documentation: man:inetd(8)
Fragment Path: /lib/systemd/system/inetd.service
ConditionPathExists: /etc/inetd.conf succeeded
Condition Timestamp: Sat 2017-07-22 16:08:34 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:34 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 680
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/inetd
PID: 680
Start Timestamp: Sat 2017-07-22 16:08:34 BST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> 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
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 failed
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> 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 dev-sda5.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda5.device
Invocation ID: cc0fd16af7764a39bcb195dca7f90ed2
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\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.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\x2dpartuuid-0008c298\x2d05.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sys-devices-pci0000:00-0000:00:19.0-net-eth0.device:
Description: 82577LM Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:19.0-net-eth0.device
Invocation ID: 92e2de6c1c344910b2c0adf1aea3bacd
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/eth0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: HITACHI_HTS725016A9A364
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 9e4da28ee912454199c288d425f95b17
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:00 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ssh.service
Invocation ID: 9b0af436a1a94dc7bcbc673fc341aa2f
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: basic.target
After: auditd.service
After: system.slice
After: systemd-journald.socket
After: sysinit.target
References: network.target
References: basic.target
References: shutdown.target
References: auditd.service
References: system.slice
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 1028
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 1028
Start Timestamp: Sat 2017-07-22 16:08:59 BST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rpcbind.target
Invocation ID: a092ffc2171a44cb8f7a2ef64d05083d
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
WantedBy: portmap.service
Conflicts: shutdown.target
After: portmap.service
References: shutdown.target
ReferencedBy: portmap.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: systemd-ask-password-wall.path
TriggeredBy: systemd-ask-password-wall.path
References: systemd-user-sessions.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: shutdown.target
References: basic.target
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> 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 -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x7f
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: avahi-daemon.socket
RequiredBy: system.slice
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-udevd-kernel.socket
RequiredBy: systemd-rfkill.socket
RequiredBy: acpid.socket
RequiredBy: systemd-journald-audit.socket
RequiredBy: dm-event.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-initctl.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: dbus.socket
RequiredBy: user.slice
RequiredBy: syslog.socket
RequiredBy: pcscd.socket
RequiredBy: cups.socket
RequiredBy: init.scope
RequiredBy: systemd-journald.socket
RequiredBy: bitlbee.socket
RequiredBy: dnscrypt-proxy.socket
RequiredBy: acpi-fakekey.socket
RequiredBy: lvm2-lvmetad.socket
WantedBy: slices.target
Before: systemd-journald-dev-log.socket
Before: acpid.socket
Before: user.slice
Before: systemd-udevd-control.socket
Before: init.scope
Before: lvm2-lvmetad.socket
Before: avahi-daemon.socket
Before: acpi-fakekey.socket
Before: lvm2-lvmpolld.socket
Before: systemd-journald-audit.socket
Before: system.slice
Before: systemd-fsckd.socket
Before: systemd-journald.socket
Before: cups.socket
Before: systemd-udevd-kernel.socket
Before: bitlbee.socket
Before: dbus.socket
Before: slices.target
Before: dnscrypt-proxy.socket
Before: dm-event.socket
Before: systemd-initctl.socket
Before: systemd-rfkill.socket
Before: syslog.socket
Before: pcscd.socket
ReferencedBy: dbus.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: user.slice
ReferencedBy: bitlbee.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: acpid.socket
ReferencedBy: slices.target
ReferencedBy: systemd-rfkill.socket
ReferencedBy: dnscrypt-proxy.socket
ReferencedBy: init.scope
ReferencedBy: dm-event.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: pcscd.socket
ReferencedBy: acpi-fakekey.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: cups.socket
ReferencedBy: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpartuuid-0008c298\x2d01.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-0008c298\x2d01.device
Invocation ID: 5eed0474a4cf4334b293cad8c2233d75
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\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\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\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:09:04 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Invocation ID: a89f3b24d8d84f31a088f15dcbe4e179
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Sat 2017-07-22 16:09:04 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:04 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
Requisite: systemd-update-utmp.service
WantedBy: multi-user.target
WantedBy: graphical.target
WantedBy: rescue.target
Conflicts: shutdown.target
Before: shutdown.target
After: multi-user.target
After: systemd-journald.socket
After: graphical.target
After: system.slice
After: systemd-update-utmp.service
After: rescue.target
After: -.mount
References: multi-user.target
References: systemd-journald.socket
References: graphical.target
References: shutdown.target
References: system.slice
References: systemd-update-utmp.service
References: rescue.target
References: -.mount
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: rescue.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 1496
Start Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-4fb4f719947e4a90a3467258faeb391b-sda5_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Invocation ID: 0b898fc4f2eb4055a3dd3bb75a566030
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Following Set Member: dev-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Enter Timestamp: Sat 2017-07-22 16:09:00 BST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Invocation ID: ae1896f58a874d4eb62b5c6ce36710c5
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: systemd-fsckd.socket
Requires: system.slice
Before: shutdown.target
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
TriggeredBy: systemd-fsckd.socket
References: system.slice
References: shutdown.target
References: systemd-fsckd.socket
References: systemd-journald.socket
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 621
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:09:00 BST
Exit Code: exited
Exit Status: 0
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Invocation ID: 7485df8db277428898110590fb44990d
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:16 BST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: plymouth-start.service
Before: sysinit.target
After: systemd-hwdb-update.service
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
After: system.slice
After: systemd-udevd-control.socket
References: systemd-hwdb-update.service
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-udevd.service
References: systemd-udevd-control.socket
ReferencedBy: plymouth-start.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 322
Start Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 338
Start Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Invocation ID: f67b2c7e659244e38bb15acbd3399cac
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:16 BST
Assert Result: yes
Requires: lvm2-lvmetad.socket
Requires: system.slice
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: system.slice
After: lvm2-lvmetad.socket
After: systemd-journald.socket
TriggeredBy: lvm2-lvmetad.socket
References: system.slice
References: shutdown.target
References: lvm2-lvmetad.socket
References: systemd-journald.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 334
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/lvmetad.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmetad -f
PID: 334
Start Timestamp: Sat 2017-07-22 16:08:16 BST
-> Unit dnscrypt-proxy.socket:
Description: dnscrypt-proxy listening socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:00 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dnscrypt-proxy.socket
Invocation ID: e4597fe0d39d47a6959f19d65900f1b4
Documentation: man:dnscrypt-proxy(8)
Fragment Path: /etc/systemd/system/dnscrypt-proxy.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.slice
Requires: sysinit.target
RequiredBy: dnscrypt-proxy.service
RequiredBy: dnscrypt-proxy-resolvconf.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sockets.target
Before: dnscrypt-proxy.service
Before: dnscrypt-proxy-resolvconf.service
After: -.slice
After: sysinit.target
Triggers: dnscrypt-proxy.service
References: sockets.target
References: sysinit.target
References: -.slice
References: dnscrypt-proxy.service
References: shutdown.target
ReferencedBy: sockets.target
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: dnscrypt-proxy.socket
SELinuxContextFromNet: no
ListenStream: 127.0.2.1:40
ListenDatagram: 127.0.2.1:40
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device:
Description: /dev/disk/by-id/dm-name-sda5_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 74a53a33424a430e8502ad3d709d583d
Following: sys-devices-virtual-block-dm\x2d0.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\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Following Set Member: dev-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Invocation ID: 965a51aa340941dfabee7f04fdb1f0db
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Sat 2017-07-22 16:08:24 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:24 BST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
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
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Invocation ID: e102052bc23440be8004126ddddcc788
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: paths.target
Before: cryptsetup.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: -.mount
References: systemd-ask-password-wall.service
References: shutdown.target
References: cryptsetup.target
References: paths.target
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> 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
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: local-fs.target
After: systemd-journald.socket
References: shutdown.target
References: local-fs.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Invocation ID: 30031491eb584d09be7f1bcb2e5e9ac2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: -.slice
After: user.slice
After: system.slice
References: shutdown.target
References: -.slice
References: system.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
ReferencedBy: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Sat 2017-07-22 16:08:16 BST
Condition Result: no
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-modules-load.service
After: system.slice
References: system.slice
References: -.mount
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
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
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x7f
Name: user.slice
Invocation ID: 873060bd6913487c84ad4df247a4468f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1000.slice
RequiredBy: user-0.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: systemd-logind.service
Before: slices.target
Before: user-0.slice
Before: user-1000.slice
Before: shutdown.target
After: -.slice
References: shutdown.target
References: slices.target
References: -.slice
ReferencedBy: user-1000.slice
ReferencedBy: user-0.slice
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Invocation ID: ca29e62a4b1448b0b7c873353c9703a7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: -.mount
Requires: boot.mount
Wants: systemd-remount-fs.service
Wants: systemd-fsck-root.service
RequiredBy: dns-clean.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-setup.service
Before: dns-clean.service
Before: plymouth-read-write.service
Before: console-setup.service
Before: systemd-tmpfiles-clean.service
Before: sysinit.target
Before: networking.service
Before: systemd-machine-id-commit.service
After: -.mount
After: local-fs-pre.target
After: systemd-fsck-root.service
After: run-user-1000.mount
After: boot.mount
After: run-user-0.mount
After: systemd-remount-fs.service
After: systemd-quotacheck.service
OnFailure: emergency.target
References: shutdown.target
References: -.mount
References: systemd-remount-fs.service
References: systemd-fsck-root.service
References: local-fs-pre.target
References: emergency.target
References: boot.mount
ReferencedBy: -.mount
ReferencedBy: plymouth-read-write.service
ReferencedBy: boot.mount
ReferencedBy: networking.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: run-user-0.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: console-setup.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: dns-clean.service
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:34 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:32 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:34 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rtkit-daemon.service
Invocation ID: d87ea49c54334852941795d13c20790b
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: -.mount
Requires: sysinit.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: dbus.socket
After: system.slice
After: sysinit.target
After: -.mount
After: basic.target
After: systemd-journald.socket
References: dbus.socket
References: system.slice
References: sysinit.target
References: -.mount
References: shutdown.target
References: basic.target
References: systemd-journald.socket
ReferencedBy: graphical.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 660
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
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
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/rtkit/rtkit-daemon
PID: 660
Start Timestamp: Sat 2017-07-22 16:08:32 BST
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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 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
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: bbb2b4251f70477da25c0f5c0b6c9060
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Sat 2017-07-22 16:08:20 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:20 BST
Assert Result: yes
Requires: system-systemd\x2dbacklight.slice
Requires: -.mount
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system-systemd\x2dbacklight.slice
After: -.mount
After: systemd-remount-fs.service
References: -.mount
References: system-systemd\x2dbacklight.slice
References: sysinit.target
References: systemd-journald.socket
References: systemd-remount-fs.service
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load backlight:intel_backlight
PID: 387
Start Timestamp: Sat 2017-07-22 16:08:20 BST
Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save backlight:intel_backlight
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 7ff5104a0aae4fc19c356ddb68be8c18
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Invocation ID: 780933bff66c44e4ac659b70c7d83782
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: systemd-cryptsetup at sda5_crypt.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: systemd-ask-password-console.path
After: systemd-cryptsetup at sda5_crypt.service
After: systemd-ask-password-wall.path
References: shutdown.target
References: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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: shutdown.target
References: emergency.service
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:22 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:22 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:22 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d1.device
Invocation ID: 90d1ee7eac0146ff9f0ab58f5c904aa0
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-nickpad-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-nickpad\x2droot.device
Following Set Member: dev-disk-by\x2duuid-955fbb19\x2da518\x2d4697\x2db0d1\x2da014bdf3e2b8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7AoHZB4THcoKuXzkBQXRcPlE2UyBuFn6p4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
Description: 5 Series/3400 Series Chipset High Definition Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Invocation ID: f98e4e6beba141209c9f1e11b4122de0
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0
-> Unit postgresql at 9.4-main.service:
Description: PostgreSQL Cluster 9.4-main
Instance: 9.4-main
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:50 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:50 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-postgresql.slice
CGroup: /system.slice/system-postgresql.slice/postgresql at 9.4-main.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: postgresql at 9.4-main.service
Invocation ID: bbd4a48062074947967410272c9cc52b
Fragment Path: /lib/systemd/system/postgresql at .service
ConditionPathExists: /etc/postgresql/9.4/main/postgresql.conf succeeded
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system-postgresql.slice
Requires: sysinit.target
PartOf: postgresql.service
WantedBy: postgresql.service
Conflicts: shutdown.target
Before: postgresql.service
Before: shutdown.target
After: sysinit.target
After: basic.target
After: system-postgresql.slice
After: systemd-journald.socket
ReloadPropagatedFrom: postgresql.service
References: systemd-journald.socket
References: system-postgresql.slice
References: basic.target
References: sysinit.target
References: postgresql.service
References: shutdown.target
ReferencedBy: postgresql.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 890
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/postgresql/9.4-main.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: postgresql at 9.4-main --skip-systemctl-redirect 9.4-main start
PID: 691
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:50 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.4-main reload
-> ExecStop:
Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.4-main stop
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Invocation ID: 5d24ab337db345908e9a66f74d09c82b
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
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: e478da2f1d4e4bc3b81a6f7777d78f2d
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Invocation ID: c58520a74b2546279f4b761b14b73241
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 exim4.service:
Description: exim4.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: exim4.service
ConflictedBy: postfix.service
ReferencedBy: postfix.service
-> Unit systemd-ask-password-plymouth.service:
Description: Forward Password Requests to Plymouth
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-plymouth.service
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.service
ConditionPathExists: /run/plymouth/pid untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-ask-password-plymouth.path
After: plymouth-start.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-plymouth.path
References: system.slice
References: shutdown.target
References: plymouth-start.service
References: systemd-journald.socket
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: plymouth-start.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --plymouth
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd.service
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Requires: system.slice
Wants: network.target
Wants: org.freedesktop.network1.busname
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
Before: multi-user.target
After: systemd-udevd.service
After: network-pre.target
After: systemd-sysctl.service
After: org.freedesktop.network1.busname
After: systemd-journald.socket
After: systemd-sysusers.service
After: system.slice
After: dns-clean.service
References: shutdown.target
References: systemd-udevd.service
References: network-pre.target
References: systemd-sysctl.service
References: org.freedesktop.network1.busname
References: systemd-journald.socket
References: systemd-sysusers.service
References: system.slice
References: network.target
References: multi-user.target
ReferencedBy: dns-clean.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
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_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
DynamicUser: no
SystemCallFilter: ~s390_pci_mmio_read lock tuxcall get_kernel_syms iopl sgetmask stime ptrace create_module pivot_root spu_run prof ustat lookup_dcookie modify_ldt umount2 chroot mpx ftime afs_syscall mount add_key finit_module vm86 stty clock_adjtime gtty pciconfig_iobase perf_event_open ioperm vm86old process_vm_writev adjtimex delete_module sysfs ssetmask profil break s390_runtime_instr umount switch_endian putpmsg vserver query_module init_module rtas ulimit clock_settime getpmsg s390_pci_mmio_write pciconfig_write process_vm_readv uselib request_key settimeofday keyctl _sysctl pciconfig_read security
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Enter Timestamp: Sat 2017-07-22 16:08:35 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Invocation ID: 220e2e2c71c545cf9bb08963f37289ed
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: time-sync.target
After: anacron.timer
After: sysinit.target
After: system.slice
After: basic.target
TriggeredBy: anacron.timer
References: systemd-journald.socket
References: time-sync.target
References: sysinit.target
References: shutdown.target
References: system.slice
References: basic.target
ReferencedBy: anacron.timer
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
PID: 692
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device:
Description: /dev/disk/by-id/dm-name-nickpad-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Invocation ID: 4a0493c90d8b496384899ace52278d2b
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-nickpad-swap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2dpartuuid-0008c298\x2d02.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Invocation ID: 31951402388e4e46a8e6b58382040b9f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.path
Invocation ID: e3dfe84e95df41e7891618a6c4942217
Fragment Path: /lib/systemd/system/acpid.path
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: paths.target
Conflicts: shutdown.target
Before: shutdown.target
Before: acpid.service
Before: paths.target
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: shutdown.target
References: paths.target
References: -.mount
References: acpid.service
References: sysinit.target
ReferencedBy: paths.target
RequiresMountsFor: /etc/acpi/events
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
DirectoryNotEmpty: /etc/acpi/events
-> Unit session-2.scope:
Description: Session 2 of user nick
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:05 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:05 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-2.scope
Invocation ID: f5d91552823042aabf20f33345a93abc
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Sat 2017-07-22 16:09:05 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:05 BST
Assert Result: yes
Requires: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-1000.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-1000.slice
References: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit NetworkManager.service:
Description: NetworkManager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: NetworkManager.service
WantedBy: tlp.service
Before: tlp.service
ReferencedBy: tlp.service
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 0b11c03c89fd4c768ec4259ef5e35f0b
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d05.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 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
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Invocation ID: 05386f45f8ae4d728dbea17a44f52472
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.9.0-3-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup-dev.service
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 292
Start Timestamp: Sat 2017-07-22 16:08:14 BST
Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Exit Code: exited
Exit Status: 0
-> Unit apache2.service:
Description: LSB: Apache2 web server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:02 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:01 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:02 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/apache2.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: apache2.service
Invocation ID: d1548ea72ad64a5da636b4f04cc31a6a
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apache2.service
Source Path: /etc/init.d/apache2
Condition Timestamp: Sat 2017-07-22 16:09:01 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:01 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
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: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: network-online.target
After: nss-lookup.target
References: nss-lookup.target
References: remote-fs.target
References: sysinit.target
References: graphical.target
References: systemd-journald.socket
References: basic.target
References: multi-user.target
References: system.slice
References: shutdown.target
References: network-online.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/apache2 start
PID: 1151
Start Timestamp: Sat 2017-07-22 16:09:01 BST
Exit Timestamp: Sat 2017-07-22 16:09:02 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/apache2 reload
-> ExecStop:
Command Line: /etc/init.d/apache2 stop
-> Unit user-0.slice:
Description: User Slice of root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:15:17 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:15:17 BST
Active Enter Timestamp: Sat 2017-07-22 16:15:17 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user.slice
CGroup: /user.slice/user-0.slice
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x7f
Name: user-0.slice
Invocation ID: 1264ef63ddd543e786ce579c5cbca495
Fragment Path: /run/systemd/transient/user-0.slice
Condition Timestamp: Sat 2017-07-22 16:15:17 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:15:17 BST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 0.service
RequiredBy: session-4.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 0.service
Before: session-4.scope
After: systemd-user-sessions.service
After: user.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user.slice
References: systemd-logind.service
ReferencedBy: user at 0.service
ReferencedBy: session-4.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-timesyncd.service
Before: systemd-udevd.service
Before: systemd-networkd.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
-> Unit dev-mapper-nickpad\x2dswap_1.device:
Description: /dev/mapper/nickpad-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-nickpad\x2dswap_1.device
Invocation ID: 99995e937c714d0d9c098b3a1a141914
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-nickpad-swap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Wants: dev-mapper-nickpad\x2dswap_1.swap
BoundBy: dev-mapper-nickpad\x2dswap_1.swap
Before: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.socket
Invocation ID: 438b6b9918674dddb2094322c7d3f72f
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Sat 2017-07-22 16:08:24 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:24 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
BindsTo: sys-devices-virtual-misc-rfkill.device
WantedBy: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-rfkill.service
After: -.mount
After: -.slice
After: sys-devices-virtual-misc-rfkill.device
Triggers: systemd-rfkill.service
References: -.slice
References: -.mount
References: shutdown.target
References: systemd-rfkill.service
References: sys-devices-virtual-misc-rfkill.device
ReferencedBy: sys-devices-virtual-misc-rfkill.device
RequiresMountsFor: /dev/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: yes
FDName: systemd-rfkill.socket
SELinuxContextFromNet: no
ListenSpecial: /dev/rfkill
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit openvpn.service:
Description: OpenVPN service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:59 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/openvpn.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: openvpn.service
Invocation ID: 6ed3b098ea404ac9b32791d5d8bcd7e7
Fragment Path: /lib/systemd/system/openvpn.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: -.mount
After: systemd-journald.socket
After: network.target
After: sysinit.target
References: basic.target
References: system.slice
References: -.mount
References: systemd-journald.socket
References: network.target
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
RequiresMountsFor: /etc/openvpn
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: /etc/openvpn
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/true
PID: 1031
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
-> Unit sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
Invocation ID: 9199a2d6290b44f7bfeee50f1ffa30e5
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:acpi_video0.service
References: systemd-backlight at backlight:acpi_video0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:05 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:05 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: user at 1000.service
Invocation ID: dac1211f952e4387a63102e6dce47685
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Sat 2017-07-22 16:09:05 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:05 BST
Assert Result: yes
Requires: user-1000.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: systemd-user-sessions.service
After: basic.target
After: user-1000.slice
After: systemd-journald.socket
References: sysinit.target
References: systemd-user-sessions.service
References: basic.target
References: user-1000.slice
References: shutdown.target
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1563
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1563
Start Timestamp: Sat 2017-07-22 16:09:05 BST
Status Text: Startup finished in 353ms.
-> Unit dev-disk-by\x2dpartuuid-0008c298\x2d05.device:
Description: HITACHI_HTS725016A9A364 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-0008c298\x2d05.device
Invocation ID: e3d3f0fb343a478cbdb9bbc81ce46c6f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-4fb4f719\x2d947e\x2d4a90\x2da346\x2d7258faeb391b.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\x2d0x5000cca5b9cc4682\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:44 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:42 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:44 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/polkit.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: polkit.service
Invocation ID: b3c73f5a5f8d4bee8e497b938da9257d
Documentation: man:polkit(8)
Fragment Path: /lib/systemd/system/polkit.service
Condition Timestamp: Sat 2017-07-22 16:08:42 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:42 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: dbus.socket
After: basic.target
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: dbus.socket
References: basic.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 864
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
PID: 864
Start Timestamp: Sat 2017-07-22 16:08:42 BST
-> Unit postfix at -.service:
Description: Postfix Mail Transport Agent (instance -)
Instance: -
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:04 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:01 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:04 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-postfix.slice
CGroup: /system.slice/system-postfix.slice/postfix at -.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: postfix at -.service
Invocation ID: 357c7ab404034627ac1458a3e07c6354
Documentation: man:postfix(1)
Fragment Path: /lib/systemd/system/postfix at .service
Condition Timestamp: Sat 2017-07-22 16:09:01 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:01 BST
Assert Result: yes
Requires: system-postfix.slice
Requires: sysinit.target
Wants: network-online.target
PartOf: postfix.service
WantedBy: postfix.service
Conflicts: shutdown.target
Before: postfix.service
Before: shutdown.target
After: basic.target
After: network-online.target
After: nss-lookup.target
After: system-postfix.slice
After: systemd-journald.socket
After: sysinit.target
ReloadPropagatedFrom: postfix.service
References: basic.target
References: shutdown.target
References: network-online.target
References: nss-lookup.target
References: system-postfix.slice
References: systemd-journald.socket
References: postfix.service
References: sysinit.target
ReferencedBy: postfix.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: no
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/postfix/configure-instance.sh -
PID: 1152
Start Timestamp: Sat 2017-07-22 16:09:01 BST
Exit Timestamp: Sat 2017-07-22 16:09:03 BST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/postmulti -i - -p start
PID: 1299
Start Timestamp: Sat 2017-07-22 16:09:03 BST
Exit Timestamp: Sat 2017-07-22 16:09:04 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/postmulti -i - -p reload
-> ExecStop:
Command Line: /usr/sbin/postmulti -i - -p stop
-> Unit pcscd.socket:
Description: PC/SC Smart Card Daemon Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pcscd.socket
Invocation ID: b1a539d542b84c2f9a460c25618bddd2
Fragment Path: /lib/systemd/system/pcscd.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
RequiredBy: pcscd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sockets.target
Before: pcscd.service
After: -.mount
After: -.slice
After: sysinit.target
Triggers: pcscd.service
References: pcscd.service
References: -.mount
References: shutdown.target
References: sockets.target
References: -.slice
References: sysinit.target
ReferencedBy: sockets.target
ReferencedBy: pcscd.service
RequiresMountsFor: /var/run/pcscd/pcscd.comm
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: pcscd.socket
SELinuxContextFromNet: no
ListenStream: /var/run/pcscd/pcscd.comm
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:32 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:32 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:32 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dbus.service
Invocation ID: 17f09c81930b420aa7e599993e60f1eb
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Sat 2017-07-22 16:08:32 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:32 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: dbus.socket
After: system.slice
TriggeredBy: dbus.socket
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: dbus.socket
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 663
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
PID: 663
Start Timestamp: Sat 2017-07-22 16:08:32 BST
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:14 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x60
Name: system.slice
Invocation ID: f1b02f8ba1064f71885e57089fc2ab40
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.slice
RequiredBy: systemd-fsckd.service
RequiredBy: systemd-binfmt.service
RequiredBy: irqbalance.service
RequiredBy: systemd-remount-fs.service
RequiredBy: udftools.service
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
RequiredBy: systemd-udevd.service
RequiredBy: systemd-fsck-root.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: pcscd.service
RequiredBy: dnscrypt-proxy.service
RequiredBy: dm-event.service
RequiredBy: dev-mqueue.mount
RequiredBy: system-systemd\x2dbacklight.slice
RequiredBy: ntp.service
RequiredBy: inetd.service
RequiredBy: alsa-restore.service
RequiredBy: dev-mapper-nickpad\x2dswap_1.swap
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: pppd-dns.service
RequiredBy: -.mount
RequiredBy: cron.service
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
RequiredBy: systemd-journal-flush.service
RequiredBy: lm-sensors.service
RequiredBy: console-kit-log-system-start.service
RequiredBy: plymouth-quit-wait.service
RequiredBy: incron.service
RequiredBy: postgresql.service
RequiredBy: rsyslog.service
RequiredBy: console-kit-daemon.service
RequiredBy: apt-daily-upgrade.service
RequiredBy: cups-browsed.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: dev-hugepages.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: systemd-journald.service
RequiredBy: rc-local.service
RequiredBy: dns-clean.service
RequiredBy: inadyn.service
RequiredBy: openvpn.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: run-user-0.mount
RequiredBy: portmap.service
RequiredBy: polkit.service
RequiredBy: apmd.service
RequiredBy: anacron.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: system-systemd\x2dfsck.slice
RequiredBy: systemd-modules-load.service
RequiredBy: system-bitlbee.slice
RequiredBy: systemd-ask-password-plymouth.service
RequiredBy: plymouth-read-write.service
RequiredBy: minissdpd.service
RequiredBy: systemd-networkd.service
RequiredBy: systemd-ask-password-console.service
RequiredBy: systemd-rfkill.service
RequiredBy: systemd-user-sessions.service
RequiredBy: lvm2-monitor.service
RequiredBy: keyboard-setup.service
RequiredBy: cpufrequtils.service
RequiredBy: unbound.service
RequiredBy: system-postgresql.slice
RequiredBy: plymouth-start.service
RequiredBy: avahi-daemon.service
RequiredBy: dev-nickpad-swap_1.swap
RequiredBy: alsa-state.service
RequiredBy: tlp.service
RequiredBy: acpi-fakekey.service
RequiredBy: fancontrol.service
RequiredBy: emergency.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: dnscrypt-proxy-resolvconf.service
RequiredBy: ModemManager.service
RequiredBy: rescue.service
RequiredBy: bcutil.service
RequiredBy: acpi-support.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: lvm2-lvmpolld.service
RequiredBy: sys-kernel-config.mount
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: lvm2-lvmetad.service
RequiredBy: rdnssd.service
RequiredBy: rtkit-daemon.service
RequiredBy: unbound-resolvconf.service
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: system-autologin.slice
RequiredBy: console-setup.service
RequiredBy: networking.service
RequiredBy: system-systemd\x2dcryptsetup.slice
RequiredBy: kmod-static-nodes.service
RequiredBy: systemd-timesyncd.service
RequiredBy: gdomap.service
RequiredBy: smartd.service
RequiredBy: systemd-quotacheck.service
RequiredBy: run-user-1000.mount
RequiredBy: system-postfix.slice
RequiredBy: systemd-initctl.service
RequiredBy: plymouth-quit.service
RequiredBy: systemd-update-utmp.service
RequiredBy: apt-daily.service
RequiredBy: acpid.service
RequiredBy: systemd-sysctl.service
RequiredBy: getty-static.service
RequiredBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
RequiredBy: postfix.service
RequiredBy: firehol.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: bitlbee.service
RequiredBy: ssh.service
RequiredBy: atd.service
RequiredBy: systemd-logind.service
RequiredBy: dbus.service
RequiredBy: loadcpufreq.service
RequiredBy: systemd-random-seed.service
RequiredBy: cups.service
RequiredBy: rsync.service
RequiredBy: dev-dm\x2d2.swap
RequiredBy: boot.mount
RequiredBy: apache2.service
WantedBy: slices.target
Before: lvm2-lvmpolld.service
Before: rsync.service
Before: firehol.service
Before: systemd-udevd.service
Before: inetd.service
Before: system-systemd\x2dfsck.slice
Before: rescue.service
Before: keyboard-setup.service
Before: atd.service
Before: cups.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Before: postgresql.service
Before: irqbalance.service
Before: plymouth-start.service
Before: postfix.service
Before: loadcpufreq.service
Before: plymouth-quit-wait.service
Before: systemd-logind.service
Before: systemd-user-sessions.service
Before: getty-static.service
Before: system-postfix.slice
Before: systemd-modules-load.service
Before: console-setup.service
Before: dev-mapper-nickpad\x2dswap_1.swap
Before: unbound.service
Before: systemd-journal-flush.service
Before: sys-kernel-config.mount
Before: dev-dm\x2d2.swap
Before: avahi-daemon.service
Before: portmap.service
Before: cups-browsed.service
Before: systemd-timesyncd.service
Before: smartd.service
Before: unbound-resolvconf.service
Before: dev-hugepages.mount
Before: systemd-sysctl.service
Before: acpid.service
Before: dnscrypt-proxy.service
Before: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Before: run-user-1000.mount
Before: acpi-support.service
Before: alsa-restore.service
Before: slices.target
Before: gdomap.service
Before: rtkit-daemon.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-rfkill.service
Before: systemd-tmpfiles-clean.service
Before: systemd-remount-fs.service
Before: systemd-tmpfiles-setup.service
Before: systemd-udev-trigger.service
Before: tlp.service
Before: polkit.service
Before: dnscrypt-proxy-resolvconf.service
Before: bcutil.service
Before: cpufrequtils.service
Before: dev-nickpad-swap_1.swap
Before: lvm2-lvmetad.service
Before: ssh.service
Before: system-autologin.slice
Before: rdnssd.service
Before: systemd-update-utmp-runlevel.service
Before: lvm2-monitor.service
Before: systemd-ask-password-console.service
Before: system-systemd\x2dbacklight.slice
Before: dev-mqueue.mount
Before: systemd-quotacheck.service
Before: systemd-tmpfiles-setup-dev.service
Before: apmd.service
Before: anacron.service
Before: dm-event.service
Before: inadyn.service
Before: pcscd.service
Before: console-kit-daemon.service
Before: run-user-0.mount
Before: plymouth-quit.service
Before: systemd-update-utmp.service
Before: systemd-ask-password-wall.service
Before: alsa-state.service
Before: system-systemd\x2dcryptsetup.slice
Before: sys-fs-fuse-connections.mount
Before: systemd-initctl.service
Before: systemd-random-seed.service
Before: system-bitlbee.slice
Before: lm-sensors.service
Before: apache2.service
Before: system-postgresql.slice
Before: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Before: acpi-fakekey.service
Before: emergency.service
Before: systemd-fsck-root.service
Before: ntp.service
Before: pppd-dns.service
Before: dns-clean.service
Before: dbus.service
Before: cron.service
Before: systemd-networkd.service
Before: systemd-hwdb-update.service
Before: systemd-fsckd.service
Before: rc-local.service
Before: sys-kernel-debug.mount
Before: -.mount
Before: networking.service
Before: apt-daily.service
Before: systemd-journald.service
Before: console-kit-log-system-start.service
Before: fancontrol.service
Before: openvpn.service
Before: ModemManager.service
Before: incron.service
Before: udftools.service
Before: apt-daily-upgrade.service
Before: systemd-ask-password-plymouth.service
Before: systemd-machine-id-commit.service
Before: kmod-static-nodes.service
Before: minissdpd.service
Before: bitlbee.service
Before: boot.mount
Before: plymouth-read-write.service
Before: systemd-binfmt.service
Before: rsyslog.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: getty-static.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: inadyn.service
ReferencedBy: console-setup.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: ntp.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: firehol.service
ReferencedBy: udftools.service
ReferencedBy: plymouth-start.service
ReferencedBy: dev-nickpad-swap_1.swap
ReferencedBy: system-postfix.slice
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: networking.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: acpi-support.service
ReferencedBy: tlp.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
ReferencedBy: minissdpd.service
ReferencedBy: plymouth-quit.service
ReferencedBy: run-user-0.mount
ReferencedBy: systemd-networkd.service
ReferencedBy: smartd.service
ReferencedBy: dm-event.service
ReferencedBy: cups-browsed.service
ReferencedBy: -.mount
ReferencedBy: boot.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: slices.target
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: irqbalance.service
ReferencedBy: avahi-daemon.service
ReferencedBy: postgresql.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
ReferencedBy: rsync.service
ReferencedBy: apmd.service
ReferencedBy: polkit.service
ReferencedBy: postfix.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: inetd.service
ReferencedBy: loadcpufreq.service
ReferencedBy: ssh.service
ReferencedBy: rdnssd.service
ReferencedBy: alsa-restore.service
ReferencedBy: systemd-udevd.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: gdomap.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: pcscd.service
ReferencedBy: bitlbee.service
ReferencedBy: ModemManager.service
ReferencedBy: bcutil.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dns-clean.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: openvpn.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ReferencedBy: dev-hugepages.mount
ReferencedBy: lm-sensors.service
ReferencedBy: system-autologin.slice
ReferencedBy: acpid.service
ReferencedBy: apt-daily.service
ReferencedBy: rescue.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: cpufrequtils.service
ReferencedBy: system-bitlbee.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: cups.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: atd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: alsa-state.service
ReferencedBy: apache2.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: system-postgresql.slice
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: unbound.service
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: kmod-static-nodes.service
ReferencedBy: portmap.service
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: fancontrol.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: dbus.service
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: unbound-resolvconf.service
ReferencedBy: anacron.service
ReferencedBy: cron.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-initctl.service
ReferencedBy: plymouth-read-write.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-logind.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: incron.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device:
Description: /dev/disk/by-id/lvm-pv-uuid-eFUap0-qn7L-21JD-Ghzr-XeRG-fFDO-mJwjI3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Invocation ID: c1305d57da294669b0efd206452f3d26
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Following Set Member: dev-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dns-clean.service:
Description: Clean up any mess left by 0dns-up
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:35 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dns-clean.service
Invocation ID: 57378da69cbf49b8b9b7756660a9ad72
Fragment Path: /lib/systemd/system/dns-clean.service
ConditionPathExists: /etc/ppp/ip-down.d/0dns-down succeeded
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: local-fs.target
Requires: system.slice
WantedBy: multi-user.target
Before: systemd-networkd.service
Before: networking.service
Before: resolvconf.service
Before: network-manager.service
After: system.slice
After: local-fs.target
After: systemd-journald.socket
References: local-fs.target
References: resolvconf.service
References: systemd-journald.socket
References: systemd-networkd.service
References: system.slice
References: network-manager.service
References: networking.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/mkdir -p /var/run/pppconfig
PID: 640
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0dns-down 0dns-clean
PID: 644
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Requires: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: emergency.service
ConflictedBy: graphical.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
Before: rescue.target
After: system.slice
After: -.mount
After: plymouth-start.service
After: sysinit.target
References: shutdown.target
References: plymouth-start.service
References: -.mount
References: system.slice
References: sysinit.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: emergency.service
ReferencedBy: graphical.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in rescue 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 apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily-upgrade.service
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: system.slice
After: apt-daily.timer
TriggeredBy: apt-daily.timer
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: apt-daily.timer
ReferencedBy: apt-daily-upgrade.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
-> Unit dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap:
Description: /dev/disk/by-uuid/ec8fdf7b-b00c-4d4a-8ea1-cc694db2e464
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Invocation ID: 5a2bce59e2bc49e0ad412067407a3d6b
Following: dev-mapper-nickpad\x2dswap_1.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-nickpad-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Following Set Member: dev-mapper-nickpad\x2dswap_1.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: swap.target
References: umount.target
References: systemd-journald.socket
References: -.mount
RequiresMountsFor: /dev/disk/by-uuid/ec8fdf7b-b00c-4d4a-8ea1-cc694db2e464
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/ec8fdf7b-b00c-4d4a-8ea1-cc694db2e464
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit cups.service:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cups.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cups.service
Invocation ID: 1b330aca69fc432b89e61d61260d506e
Documentation: man:cupsd(8)
Fragment Path: /lib/systemd/system/cups.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
RequiredBy: cups-browsed.service
ConsistsOf: cups.socket
ConsistsOf: cups.path
Conflicts: shutdown.target
Before: shutdown.target
Before: cups-browsed.service
After: sysinit.target
After: systemd-journald.socket
After: cups.socket
After: system.slice
After: cups.path
After: basic.target
TriggeredBy: cups.socket
TriggeredBy: cups.path
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: cups.socket
ReferencedBy: cups-browsed.service
ReferencedBy: cups.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 656
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/cupsd -l
PID: 656
Start Timestamp: Sat 2017-07-22 16:08:31 BST
-> Unit bitlbee.service:
Description: BitlBee IRC/IM gateway
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bitlbee.service
Fragment Path: /lib/systemd/system/bitlbee.service
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
ConflictedBy: bitlbee.socket
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: bitlbee.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/bitlbee -F -n
-> Unit plymouth-quit-wait.service:
Description: Hold until boot process finishes up
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2017-07-22 16:08:59 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2017-07-22 16:08:59 BST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Invocation ID: 3c3e60292c864438bc71e533c0ba8bb2
Fragment Path: /lib/systemd/system/plymouth-quit-wait.service
Condition Timestamp: Sat 2017-07-22 16:08:59 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:59 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: autologin at tty1.service
Before: shutdown.target
Before: multi-user.target
After: plymouth-start.service
After: basic.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: rc-local.service
After: sysinit.target
After: system.slice
References: plymouth-start.service
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: systemd-user-sessions.service
References: rc-local.service
References: sysinit.target
References: system.slice
ReferencedBy: autologin at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/plymouth --wait
PID: 1052
Start Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Timestamp: Sat 2017-07-22 16:08:59 BST
Exit Code: exited
Exit Status: 0
-> Unit systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service:
Description: File System Check on /dev/disk/by-uuid/0132e5ab-8d6c-4629-855d-a88184845b63
Instance: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:30 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:30 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Invocation ID: 896ad01c8dc1458a884848bd6d12c1c2
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2017-07-22 16:08:30 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:30 BST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
RequiredBy: boot.mount
Before: shutdown.target
Before: boot.mount
Before: systemd-quotacheck.service
After: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
After: system-systemd\x2dfsck.slice
After: systemd-fsck-root.service
After: local-fs-pre.target
After: systemd-journald.socket
After: systemd-fsckd.socket
References: dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
References: system-systemd\x2dfsck.slice
References: systemd-fsck-root.service
References: local-fs-pre.target
References: systemd-journald.socket
References: shutdown.target
References: systemd-quotacheck.service
References: systemd-fsckd.socket
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/0132e5ab-8d6c-4629-855d-a88184845b63
PID: 619
Start Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Timestamp: Sat 2017-07-22 16:08:30 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-mapper-nickpad\x2dswap_1.swap:
Description: /dev/mapper/nickpad-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-mapper-nickpad\x2dswap_1.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-mapper-nickpad\x2dswap_1.swap
Invocation ID: e5b1e71475984fbf9de2a71b5386db2e
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-nickpad-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Fragment Path: /run/systemd/generator/dev-mapper-nickpad\x2dswap_1.swap
Source Path: /etc/fstab
Condition Timestamp: Sat 2017-07-22 16:08:24 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:24 BST
Assert Result: yes
Requires: -.mount
Requires: system.slice
BindsTo: dev-mapper-nickpad\x2dswap_1.device
RequiredBy: swap.target
WantedBy: dev-mapper-nickpad\x2dswap_1.device
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: dev-mapper-nickpad\x2dswap_1.device
References: swap.target
References: system.slice
References: umount.target
References: -.mount
References: systemd-journald.socket
References: dev-mapper-nickpad\x2dswap_1.device
ReferencedBy: swap.target
RequiresMountsFor: /dev/mapper/nickpad-swap_1
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mapper/nickpad-swap_1
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-2
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
Requires: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: shutdown.target
Before: emergency.target
Before: sysinit.target
After: -.mount
After: system.slice
References: rescue.service
References: shutdown.target
References: -.mount
References: syslog.socket
References: system.slice
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in 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'
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: 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
Requires: system.slice
After: system.slice
After: systemd-initctl.socket
After: systemd-journald.socket
TriggeredBy: systemd-initctl.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit cups.socket:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cups.socket
Invocation ID: aa8fe85dcac942a8ae13fcb9949a0c68
Fragment Path: /lib/systemd/system/cups.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
PartOf: cups.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sockets.target
Before: cups.service
After: -.mount
After: -.slice
After: sysinit.target
Triggers: cups.service
References: -.mount
References: cups.service
References: shutdown.target
References: sockets.target
References: -.slice
References: sysinit.target
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/cups/cups.sock
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: cups.socket
SELinuxContextFromNet: no
ListenStream: /var/run/cups/cups.sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:16 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Invocation ID: 9552347aa5b7488cb58242dbf8ab60dd
Documentation: man:systemd-remount-fs.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-timesyncd.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: shutdown.target
Before: systemd-backlight at backlight:acpi_video0.service
Before: systemd-update-utmp.service
Before: systemd-quotacheck.service
Before: systemd-hwdb-update.service
Before: systemd-journal-flush.service
Before: systemd-random-seed.service
Before: local-fs.target
Before: local-fs-pre.target
Before: systemd-rfkill.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsck-root.service
References: shutdown.target
References: local-fs.target
References: system.slice
References: systemd-journald.socket
References: systemd-fsck-root.service
References: local-fs-pre.target
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 291
Start Timestamp: Sat 2017-07-22 16:08:14 BST
Exit Timestamp: Sat 2017-07-22 16:08:16 BST
Exit Code: exited
Exit Status: 0
-> Unit postgresql.service:
Description: PostgreSQL RDBMS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:50 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:50 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:50 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/postgresql.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: postgresql.service
Invocation ID: 65dd68c82ec74c72aac364d1a39ebbb4
Fragment Path: /lib/systemd/system/postgresql.service
Condition Timestamp: Sat 2017-07-22 16:08:50 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:50 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: postgresql at 9.4-main.service
WantedBy: multi-user.target
ConsistsOf: postgresql at 9.4-main.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: postgresql at 9.4-main.service
PropagatesReloadTo: postgresql at 9.4-main.service
References: systemd-journald.socket
References: system.slice
References: basic.target
References: sysinit.target
References: postgresql at 9.4-main.service
References: shutdown.target
ReferencedBy: postgresql at 9.4-main.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/true
PID: 950
Start Timestamp: Sat 2017-07-22 16:08:50 BST
Exit Timestamp: Sat 2017-07-22 16:08:50 BST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
-> Unit system-postfix.slice:
Description: system-postfix.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:15 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:15 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-postfix.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-postfix.slice
Invocation ID: 4bcf020b6d674ee2a5986569ccd58475
Condition Timestamp: Sat 2017-07-22 16:08:15 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:15 BST
Assert Result: yes
Requires: system.slice
RequiredBy: postfix at -.service
Conflicts: shutdown.target
Before: shutdown.target
Before: postfix at -.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: postfix at -.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d0.device
Invocation ID: a32b4ace08d04f75b3e423fd6df2d5e1
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda5_crypt.device
Following Set Member: dev-mapper-sda5_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d4fb4f719947e4a90a3467258faeb391b\x2dsda5_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2deFUap0\x2dqn7L\x2d21JD\x2dGhzr\x2dXeRG\x2dfFDO\x2dmJwjI3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device:
Description: /dev/disk/by-uuid/ec8fdf7b-b00c-4d4a-8ea1-cc694db2e464
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Invocation ID: 43af003b0aa0441496fa430729258518
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-nickpad-swap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit console-kit-daemon.service:
Description: Console Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:05 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:05 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/console-kit-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: console-kit-daemon.service
Invocation ID: 99137387396047a186d2ab2e800933b6
Fragment Path: /lib/systemd/system/console-kit-daemon.service
Condition Timestamp: Sat 2017-07-22 16:09:05 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:05 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: syslog.target
After: dbus.socket
After: sysinit.target
After: basic.target
References: system.slice
References: systemd-journald.socket
References: syslog.target
References: dbus.socket
References: sysinit.target
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 1569
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ConsoleKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/console-kit-daemon --no-daemon
PID: 1569
Start Timestamp: Sat 2017-07-22 16:09:05 BST
-> Unit systemd-backlight at backlight:acpi_video0.service:
Description: Load/Save Screen Backlight Brightness of backlight:acpi_video0
Instance: backlight:acpi_video0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:acpi_video0.service
Invocation ID: ef0b0e4e16bf4a5485be98e9453a618e
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Sat 2017-07-22 16:08:20 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:20 BST
Assert Result: yes
Requires: system-systemd\x2dbacklight.slice
Requires: -.mount
WantedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system-systemd\x2dbacklight.slice
After: -.mount
After: systemd-remount-fs.service
References: shutdown.target
References: system-systemd\x2dbacklight.slice
References: systemd-remount-fs.service
References: systemd-journald.socket
References: sysinit.target
References: -.mount
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load backlight:acpi_video0
PID: 386
Start Timestamp: Sat 2017-07-22 16:08:20 BST
Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save backlight:acpi_video0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Invocation ID: 6ef3c55a5c174206a2341e7f7155ac36
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\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\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\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/alsa-restore.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: alsa-restore.service
Invocation ID: 6b8963bee9f34be1bc9289a4a354bafb
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* succeeded
ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: basic.target
After: alsa-state.service
After: sysinit.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: alsa-state.service
References: shutdown.target
References: sysinit.target
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore
PID: 695
Start Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store
-> Unit system-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dbacklight.slice
Invocation ID: 94961319eab447b59c19949e1d8fa5e9
Condition Timestamp: Sat 2017-07-22 16:08:20 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:20 BST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-backlight at backlight:acpi_video0.service
RequiredBy: systemd-backlight at backlight:intel_backlight.service
Conflicts: shutdown.target
Before: systemd-backlight at backlight:acpi_video0.service
Before: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit console-kit-log-system-start.service:
Description: Console System Startup Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:35 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:35 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/console-kit-log-system-start.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: console-kit-log-system-start.service
Invocation ID: 257b1ea476684e338b8f4aeb00412f0e
Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
WantedBy: basic.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: sysinit.target
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-start
PID: 655
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Exit Code: exited
Exit Status: 0
-> Unit dev-sda.device:
Description: HITACHI_HTS725016A9A364
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:25 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:25 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:25 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Invocation ID: d059c13ce1924a21970a0d959db74ee0
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\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682.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
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-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:31 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Invocation ID: 50dcbdd4274f47858608c4122b026714
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-timesyncd.service
Before: systemd-update-utmp.service
After: systemd-sysusers.service
After: systemd-journal-flush.service
After: system.slice
After: systemd-journald.socket
After: local-fs.target
References: systemd-sysusers.service
References: sysinit.target
References: shutdown.target
References: system.slice
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 641
Start Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Exit Code: exited
Exit Status: 0
-> Unit sys-devices-virtual-block-dm\x2d2.device:
Description: /sys/devices/virtual/block/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:24 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:24 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:24 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 76f861f9059f4413aaa2ee776acf21ea
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.device
Following Set Member: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.device
Following Set Member: dev-mapper-nickpad\x2dswap_1.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-nickpad-swap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:16 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x60
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
Requires: system.slice
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
RequiredBy: acpid.socket
RequiredBy: openvpn.service
RequiredBy: syslog.socket
RequiredBy: dev-dm\x2d2.swap
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: cups.socket
RequiredBy: dev-hugepages.mount
RequiredBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
RequiredBy: systemd-update-utmp.service
RequiredBy: basic.target
RequiredBy: systemd-rfkill.service
RequiredBy: systemd-journald.socket
RequiredBy: systemd-ask-password-plymouth.path
RequiredBy: systemd-rfkill.socket
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
RequiredBy: run-user-0.mount
RequiredBy: systemd-udevd-control.socket
RequiredBy: acpid.path
RequiredBy: local-fs.target
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-fsckd.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: console-setup.service
RequiredBy: rtkit-daemon.service
RequiredBy: systemd-backlight at backlight:acpi_video0.service
RequiredBy: dev-mqueue.mount
RequiredBy: cups.path
RequiredBy: acpi-fakekey.socket
RequiredBy: dev-nickpad-swap_1.swap
RequiredBy: apt-daily-upgrade.timer
RequiredBy: systemd-timesyncd.service
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-initctl.socket
RequiredBy: systemd-ask-password-console.path
RequiredBy: systemd-ask-password-wall.path
RequiredBy: pcscd.socket
RequiredBy: sys-kernel-debug.mount
RequiredBy: dbus.socket
RequiredBy: avahi-daemon.socket
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: boot.mount
RequiredBy: systemd-random-seed.service
RequiredBy: emergency.service
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-journal-flush.service
RequiredBy: run-user-1000.mount
RequiredBy: anacron.timer
RequiredBy: systemd-backlight at backlight:intel_backlight.service
RequiredBy: rescue.service
RequiredBy: dev-mapper-nickpad\x2dswap_1.swap
RequiredBy: apt-daily.timer
Before: dev-mapper-nickpad\x2dswap_1.swap
Before: systemd-ask-password-console.path
Before: systemd-journald.socket
Before: systemd-update-utmp-runlevel.service
Before: acpid.socket
Before: boot.mount
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: sys-kernel-config.mount
Before: systemd-journal-flush.service
Before: cups.path
Before: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Before: apt-daily.timer
Before: run-user-0.mount
Before: systemd-initctl.socket
Before: systemd-udevd-control.socket
Before: lvm2-lvmetad.socket
Before: systemd-ask-password-plymouth.path
Before: systemd-update-utmp.service
Before: cups.socket
Before: pcscd.socket
Before: systemd-fsckd.socket
Before: apt-daily-upgrade.timer
Before: dev-mqueue.mount
Before: rescue.service
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-rfkill.service
Before: dbus.socket
Before: console-setup.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: rtkit-daemon.service
Before: acpid.path
Before: systemd-timesyncd.service
Before: systemd-rfkill.socket
Before: systemd-random-seed.service
Before: basic.target
Before: dev-nickpad-swap_1.swap
Before: dev-hugepages.mount
Before: emergency.service
Before: systemd-journald-dev-log.socket
Before: lvm2-lvmpolld.socket
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Before: systemd-ask-password-wall.path
Before: sys-fs-fuse-connections.mount
Before: dev-dm\x2d2.swap
Before: local-fs.target
Before: syslog.socket
Before: avahi-daemon.socket
Before: dm-event.socket
Before: systemd-backlight at backlight:acpi_video0.service
Before: openvpn.service
Before: acpi-fakekey.socket
Before: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Before: run-user-1000.mount
Before: anacron.timer
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: apt-daily.timer
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: acpi-fakekey.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: boot.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: pcscd.socket
ReferencedBy: dev-nickpad-swap_1.swap
ReferencedBy: openvpn.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: rescue.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: dev-hugepages.mount
ReferencedBy: acpid.path
ReferencedBy: dev-mqueue.mount
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: syslog.socket
ReferencedBy: dm-event.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: acpid.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: emergency.service
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: anacron.timer
ReferencedBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: run-user-0.mount
ReferencedBy: local-fs.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: cups.path
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: console-setup.service
ReferencedBy: systemd-fsckd.socket
ReferencedBy: cups.socket
ReferencedBy: basic.target
ReferencedBy: systemd-rfkill.socket
RequiresMountsFor: /dev/mapper/nickpad-root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/nickpad-root
File System Type: ext3
Options: rw,relatime,errors=remount-ro,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:32 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:32 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:32 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: atd.service
Invocation ID: da67f1d379cf4d45a9b631c115f81a47
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Sat 2017-07-22 16:08:32 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:32 BST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 661
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 661
Start Timestamp: Sat 2017-07-22 16:08:32 BST
-> Unit dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device:
Description: HITACHI_HTS725016A9A364 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:27 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:27 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:27 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart1.device
Invocation ID: b3d0f645185b4f17a5c390cd9f8911bb
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\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d01.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
ConflictedBy: run-user-1000.mount
ConflictedBy: dev-mapper-nickpad\x2dswap_1.swap
ConflictedBy: boot.mount
ConflictedBy: dev-dm\x2d2.swap
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ConflictedBy: dev-nickpad-swap_1.swap
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ConflictedBy: run-user-0.mount
ConflictedBy: systemd-cryptsetup at sda5_crypt.service
After: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
After: run-user-1000.mount
After: dev-mapper-nickpad\x2dswap_1.swap
After: boot.mount
After: dev-dm\x2d2.swap
After: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
After: dev-nickpad-swap_1.swap
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
After: run-user-0.mount
After: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
ReferencedBy: run-user-1000.mount
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: boot.mount
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ReferencedBy: dev-nickpad-swap_1.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ReferencedBy: run-user-0.mount
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device:
Description: HITACHI_HTS725016A9A364 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:26 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:26 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:26 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dHITACHI_HTS725016A9A364_100606PCKB04VNGW041J\x2dpart2.device
Invocation ID: 0611f4b620ef4a089839d2cd46af3089
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca5b9cc4682\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-0008c298\x2d02.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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 apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily-upgrade.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: apt-daily.service
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: apt-daily-upgrade.timer
TriggeredBy: apt-daily-upgrade.timer
References: shutdown.target
References: apt-daily.service
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: apt-daily-upgrade.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
-> Unit user-1000.slice:
Description: User Slice of nick
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:09:05 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:09:05 BST
Active Enter Timestamp: Sat 2017-07-22 16:09:05 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x40
Name: user-1000.slice
Invocation ID: 1b51613148304e31aa35658dbbe99832
Fragment Path: /run/systemd/transient/user-1000.slice
Condition Timestamp: Sat 2017-07-22 16:09:05 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:09:05 BST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1000.service
RequiredBy: session-2.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 1000.service
Before: session-2.scope
After: systemd-user-sessions.service
After: user.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user.slice
References: systemd-logind.service
ReferencedBy: user at 1000.service
ReferencedBy: session-2.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit user at 0.service:
Description: User Manager for UID 0
Instance: 0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:15:17 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:15:17 BST
Active Enter Timestamp: Sat 2017-07-22 16:15:17 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-0.slice
CGroup: /user.slice/user-0.slice/user at 0.service
CGroup realized: yes
CGroup mask: 0x7b
CGroup members mask: 0x0
Name: user at 0.service
Invocation ID: a9bdcb5ffd9e46669ad3babfdd18e549
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Sat 2017-07-22 16:15:17 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:15:17 BST
Assert Result: yes
Requires: user-0.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: user-0.slice
After: basic.target
References: sysinit.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: user-0.slice
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 2525
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 0
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 2525
Start Timestamp: Sat 2017-07-22 16:15:17 BST
Status Text: Startup finished in 47ms.
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Invocation ID: ea1f24070eee44bf8ea231845a49c975
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-journald.service
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: avahi-daemon.service
Before: rdnssd.service
Before: autologin at tty1.service
Before: postfix at -.service
Before: incron.service
Before: user at 0.service
Before: systemd-tmpfiles-setup.service
Before: portmap.service
Before: postgresql.service
Before: systemd-modules-load.service
Before: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
Before: rtkit-daemon.service
Before: firehol.service
Before: dns-clean.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-ask-password-plymouth.service
Before: kmod-static-nodes.service
Before: plymouth-start.service
Before: systemd-networkd.service
Before: cups-browsed.service
Before: systemd-backlight at backlight:acpi_video0.service
Before: lm-sensors.service
Before: postgresql at 9.4-main.service
Before: plymouth-quit-wait.service
Before: gdomap.service
Before: acpi-fakekey.service
Before: console-kit-daemon.service
Before: dm-event.service
Before: dev-dm\x2d2.swap
Before: bcutil.service
Before: systemd-ask-password-wall.service
Before: cron.service
Before: inadyn.service
Before: unbound.service
Before: polkit.service
Before: anacron.service
Before: systemd-initctl.service
Before: sockets.target
Before: alsa-state.service
Before: systemd-journal-flush.service
Before: getty-static.service
Before: rc-local.service
Before: systemd-binfmt.service
Before: systemd-ask-password-console.service
Before: rsync.service
Before: networking.service
Before: postfix.service
Before: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
Before: minissdpd.service
Before: apt-daily-upgrade.service
Before: dnscrypt-proxy-resolvconf.service
Before: apt-daily.service
Before: cpufrequtils.service
Before: keyboard-setup.service
Before: systemd-fsckd.service
Before: lvm2-lvmpolld.service
Before: systemd-hwdb-update.service
Before: irqbalance.service
Before: apmd.service
Before: atd.service
Before: systemd-remount-fs.service
Before: tlp.service
Before: ntp.service
Before: loadcpufreq.service
Before: smartd.service
Before: systemd-fsck-root.service
Before: pppd-dns.service
Before: systemd-random-seed.service
Before: ssh.service
Before: systemd-user-sessions.service
Before: systemd-udev-trigger.service
Before: udftools.service
Before: inetd.service
Before: cups.service
Before: systemd-sysctl.service
Before: plymouth-read-write.service
Before: dev-mapper-nickpad\x2dswap_1.swap
Before: systemd-update-utmp-runlevel.service
Before: fancontrol.service
Before: openvpn.service
Before: unbound-resolvconf.service
Before: systemd-rfkill.service
Before: dev-nickpad-swap_1.swap
Before: lvm2-lvmetad.service
Before: systemd-journald.service
Before: systemd-logind.service
Before: alsa-restore.service
Before: lvm2-monitor.service
Before: console-setup.service
Before: systemd-update-utmp.service
Before: plymouth-quit.service
Before: systemd-machine-id-commit.service
Before: systemd-udevd.service
Before: dbus.service
Before: dnscrypt-proxy.service
Before: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
Before: user at 1000.service
Before: systemd-cryptsetup at sda5_crypt.service
Before: ModemManager.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
Before: pcscd.service
Before: bitlbee.service
Before: console-kit-log-system-start.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-clean.service
Before: apache2.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-quotacheck.service
Before: acpi-support.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.mount
References: sockets.target
References: -.slice
References: systemd-journald.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: dnscrypt-proxy-resolvconf.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: polkit.service
ReferencedBy: rc-local.service
ReferencedBy: dnscrypt-proxy.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dnickpad\x2dswap_1.swap
ReferencedBy: rdnssd.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-journald.service
ReferencedBy: cups-browsed.service
ReferencedBy: incron.service
ReferencedBy: inadyn.service
ReferencedBy: user at 1000.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: alsa-state.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: gdomap.service
ReferencedBy: sockets.target
ReferencedBy: plymouth-start.service
ReferencedBy: cron.service
ReferencedBy: acpi-fakekey.service
ReferencedBy: lm-sensors.service
ReferencedBy: postfix.service
ReferencedBy: bitlbee.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: user at 0.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: smartd.service
ReferencedBy: dns-clean.service
ReferencedBy: ntp.service
ReferencedBy: systemd-initctl.service
ReferencedBy: dev-mapper-nickpad\x2dswap_1.swap
ReferencedBy: firehol.service
ReferencedBy: apt-daily.service
ReferencedBy: portmap.service
ReferencedBy: unbound.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: autologin at tty1.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: dev-disk-by\x2duuid-ec8fdf7b\x2db00c\x2d4d4a\x2d8ea1\x2dcc694db2e464.swap
ReferencedBy: console-setup.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: avahi-daemon.service
ReferencedBy: systemd-networkd.service
ReferencedBy: acpi-support.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: getty-static.service
ReferencedBy: anacron.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: udftools.service
ReferencedBy: atd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: dm-event.service
ReferencedBy: plymouth-quit.service
ReferencedBy: dbus.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dHWvVEA3G6115UzP7kMcwTdR0pZyKdP7ADR8M8RkkVFXzcW3JeJmShk8Ofi3vgzYv.swap
ReferencedBy: bcutil.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: openvpn.service
ReferencedBy: systemd-cryptsetup at sda5_crypt.service
ReferencedBy: unbound-resolvconf.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: networking.service
ReferencedBy: alsa-restore.service
ReferencedBy: minissdpd.service
ReferencedBy: apmd.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: apache2.service
ReferencedBy: postgresql.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: cups.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0132e5ab\x2d8d6c\x2d4629\x2d855d\x2da88184845b63.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: pcscd.service
ReferencedBy: cpufrequtils.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: postfix at -.service
ReferencedBy: inetd.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: ModemManager.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: fancontrol.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: loadcpufreq.service
ReferencedBy: dev-nickpad-swap_1.swap
ReferencedBy: postgresql at 9.4-main.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-udevd.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: ssh.service
ReferencedBy: tlp.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: plymouth-read-write.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: pppd-dns.service
ReferencedBy: rsync.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
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
Writable: no
FDName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit avahi-daemon.socket:
Description: Avahi mDNS/DNS-SD Stack Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:37 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:31 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:31 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.socket
Invocation ID: 20a5db954cc84a5caf7638fa138625de
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Sat 2017-07-22 16:08:31 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:31 BST
Assert Result: yes
Requires: -.mount
Requires: -.slice
Requires: sysinit.target
RequiredBy: avahi-daemon.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: avahi-daemon.service
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: avahi-daemon.service
References: avahi-daemon.service
References: -.mount
References: shutdown.target
References: sockets.target
References: -.slice
References: sysinit.target
ReferencedBy: sockets.target
ReferencedBy: avahi-daemon.service
RequiresMountsFor: /var/run/avahi-daemon/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
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
Writable: no
FDName: avahi-daemon.socket
SELinuxContextFromNet: no
ListenStream: /var/run/avahi-daemon/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
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: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: 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
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
Target State: dead
-> Unit pcscd.service:
Description: PC/SC Smart Card Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
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
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pcscd.service
Fragment Path: /lib/systemd/system/pcscd.service
Requires: sysinit.target
Requires: system.slice
Requires: pcscd.socket
Conflicts: shutdown.target
Before: shutdown.target
After: pcscd.socket
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: basic.target
TriggeredBy: pcscd.socket
References: pcscd.socket
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
ReferencedBy: pcscd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/pcscd --foreground --auto-exit
-> ExecReload:
Command Line: /usr/sbin/pcscd --hotplug
-> Unit bluetooth.service:
Description: bluetooth.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/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
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.service
WantedBy: tlp.service
Before: tlp.service
ReferencedBy: tlp.service
-> Unit avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:37 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:35 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:37 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: avahi-daemon.service
Invocation ID: e2a0e75a4b604c01870cb64f1200757b
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Sat 2017-07-22 16:08:35 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:35 BST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: avahi-daemon.socket
Requires: sysinit.target
WantedBy: cups-browsed.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: cups-browsed.service
Before: multi-user.target
After: avahi-daemon.socket
After: dbus.socket
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: basic.target
TriggeredBy: avahi-daemon.socket
References: avahi-daemon.socket
References: dbus.socket
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
ReferencedBy: cups-browsed.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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: 698
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
PID: 698
Start Timestamp: Sat 2017-07-22 16:08:35 BST
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.6.32 starting up.
-> 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
State Change Timestamp: Sat 2017-07-22 16:08:20 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:20 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:20 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 8e11dabcc6f3409d833b33d50a7b9196
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2017-07-22 16:08:15 BST
Inactive Exit Timestamp: Sat 2017-07-22 16:08:14 BST
Active Enter Timestamp: Sat 2017-07-22 16:08:14 BST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Invocation ID: 118953223e634414bea2504493c27a5b
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Sat 2017-07-22 16:08:14 BST
Condition Result: yes
Assert Timestamp: Sat 2017-07-22 16:08:14 BST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: sockets.target
Before: systemd-journald.service
After: -.slice
Triggers: systemd-journald.service
References: sockets.target
References: -.slice
References: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: systemd-journald.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: 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
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/dnscrypt-proxy.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnscrypt-proxy.service
/etc/systemd/system/sockets.target.wants/dnscrypt-proxy.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/paths.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service
/etc/systemd/system/multi-user.target.wants/cups.path
==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/postfix.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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.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/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/quota.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.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/rdnssd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rdnssd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/pcscd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpi-fakekey.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/bitlbee.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dnscrypt-proxy.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/pcscd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/pcscd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/acpi-fakekey.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpi-fakekey.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/fancontrol.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fancontrol.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dnscrypt-proxy-resolvconf.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnscrypt-proxy-resolvconf.service
/etc/systemd/system/sockets.target.wants/dnscrypt-proxy.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/bitlbee.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bitlbee.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cgmanager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgmanager.service
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/tlp-sleep.service.dsh-also <==
/etc/systemd/system/sleep.target.wants/tlp-sleep.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dnscrypt-proxy.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dnscrypt-proxy.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <==
/etc/systemd/system/paths.target.wants/cups.path
/etc/systemd/system/multi-user.target.wants/cups.path
==> /var/lib/systemd/deb-systemd-helper-enabled/quota.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/quota.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.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/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/pcscd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/pcscd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/rtkit-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/bitlbee.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/bitlbee.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service
==> /var/lib/systemd/deb-systemd-helper-enabled/openvpn.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/openvpn.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/unbound-resolvconf.service.dsh-also <==
/etc/systemd/system/unbound.service.wants/unbound-resolvconf.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/dns-clean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dns-clean.service
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cgproxy.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cgproxy.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /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/minissdpd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/minissdpd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sleep.target.wants/tlp-sleep.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/tlp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/tlp.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unbound.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/unbound.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.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-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/incron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/incron.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/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/rtkit-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unbound.service.wants/unbound-resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.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/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/quotarpc.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/quotarpc.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/minissdpd.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/postgresql.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bitlbee.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.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/postfix.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dns-clean.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.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/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rdnssd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnscrypt-proxy-resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/quotarpc.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/fancontrol.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups-browsed.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/unbound.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/openvpn.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/incron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnscrypt-proxy.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/tlp.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/postgresql.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/postgresql.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/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/mapper/nickpad-root / ext3 errors=remount-ro 0 1
UUID=0132e5ab-8d6c-4629-855d-a88184845b63 /boot ext2 defaults 0 2
/dev/mapper/nickpad-swap_1 none swap sw 0 0
https://dav.messagingengine.com /media/dav davfs noauto,user 0 0
#nick at venus:/ /media/venus fuse.sshfs x-systemd.automount,_netdev,user,idmap=user,transform_symlinks,identityfile=/home/nick/.ssh/id_dsa,default_permissions,uid=1000,gid=1000 0 0
More information about the Pkg-systemd-maintainers
mailing list