Bug#960595: systemd: services (bind9, squid) are started before their filesystems had been mounted
Wladimir Mutel
mwg at mwg.dp.ua
Thu May 14 12:20:27 BST 2020
Package: systemd
Version: 241-7~deb10u4
Severity: normal
Dear Maintainer,
I have Cubietruck A20 system with Armbian kernel 4.19.62 and the rest of packages taken from Debian 10 Buster armhf, systemd is 241-7~deb10u4.
To save my boot microSD card from wearing down, I created a LVM2 volume group on USB-attached HDD (WD5000BMVW, Western Digital Elements / My Passport (USB)), and a number of ext4 filesystems on LVs in this VG, to store /var/lib , /var/log , some of /var/spool/* , /var/cache , and so on .
I properly recorded all these filesystems in /etc/fstab and they are mounted on system boot.
But as a result, some services have become dependent on these filesystems having been mounted before they start. In part, bind9 (named) and squid (squid3). And after next reboot I noticed that these services are started earlier than they have these filesystems mounted & accessible.
So I asked some systemd experts, and they said, "run 'systemctl edit' and add .mount dependencies on these services". And I added override files for bind9 and squid with content like that :
# /etc/systemd/system/squid.service.d/override.conf
[Unit]
Requires=var-log.mount var-spool-squid3.mount
After=var-log.mount var-spool-squid3.mount
and
# /etc/systemd/system/bind9.service.d/override.conf
[Unit]
Requires=var-lib.mount var-cache.mount
After=var-lib.mount var-cache.mount
and this did not help, else I would not be asking my question. You can be sure that I took these .mount names from the printout of 'systemctl list-units', and tried Requires and After both alone and together
In 'journalctl -b' I see very clearly that bind9 and squid .services are started very early and failing; and only some seconds later, usb block device (sda) is discovered, lvm pvscan is run, and found LVs are activated and mounted. So I assume these .mount units simply do not exist when bind9&squid .service start is attempted.
So my question is, how to properly specify this kind of dependencies when some of mandatory boot-time filesystems are discovered some seconds later than unit files are read from the root FS and dependency-ordered by systemd ?
-- Package-specific info:
-- System Information:
Debian Release: 10.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: armhf (armv7l)
Kernel: Linux 4.19.62-sunxi (SMP w/2 CPU cores)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8), LANGUAGE=uk_UA.UTF-8 (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.118
ii libacl1 2.2.53-4
ii libapparmor1 2.13.2-10
ii libaudit1 1:2.8.4-3
ii libblkid1 2.33.1-0.1
ii libc6 2.28-10
ii libcap2 1:2.25-2
ii libcryptsetup12 2:2.1.0-5+deb10u2
ii libgcrypt20 1.8.4-5
ii libgnutls30 3.6.7-4+deb10u3
ii libgpg-error0 1.35-1
ii libidn11 1.33-2.2
ii libip4tc0 1.8.2-4
ii libkmod2 26-1
ii liblz4-1 1.8.3-1
ii liblzma5 5.2.4-1
ii libmount1 2.33.1-0.1
ii libpam0g 1.3.1-5
ii libseccomp2 2.3.3-4
ii libselinux1 2.8-1+b1
ii libsystemd0 241-7~deb10u4
ii mount 2.33.1-0.1
ii util-linux 2.33.1-0.1
Versions of packages systemd recommends:
ii dbus 1.12.16-1
ii libpam-systemd 241-7~deb10u4
Versions of packages systemd suggests:
pn policykit-1 <none>
pn systemd-container <none>
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.133+deb10u1
ii udev 241-7~deb10u4
-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/screen-cleanup.conf -> /usr/lib/tmpfiles.d/screen-cleanup.conf
--- /usr/lib/tmpfiles.d/screen-cleanup.conf 2017-07-01 15:07:57.000000000 +0300
+++ /etc/tmpfiles.d/screen-cleanup.conf 2019-07-11 09:50:53.116898406 +0300
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp
[EXTENDED] /lib/systemd/system/bind9-resolvconf.service -> /etc/systemd/system/bind9-resolvconf.service.d/fix-744304.conf
[EXTENDED] /lib/systemd/system/bind9.service -> /etc/systemd/system/bind9.service.d/override.conf
[EXTENDED] /lib/systemd/system/clamav-daemon.service -> /etc/systemd/system/clamav-daemon.service.d/extend.conf
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /lib/systemd/system/serial-getty at .service -> /lib/systemd/system/serial-getty at .service.d/10-term.conf
[EXTENDED] /lib/systemd/system/squid.service -> /etc/systemd/system/squid.service.d/override.conf
[EXTENDED] /lib/systemd/system/systemd-modules-load.service -> /lib/systemd/system/systemd-modules-load.service.d/10-timeout.conf
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
10 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Sun 2020-05-10 10:16:35 EEST
Timestamp userspace: Sun 2020-05-10 10:16:56 EEST
Timestamp finish: Sun 2020-05-10 10:17:59 EEST
Timestamp security-start: Sun 2020-05-10 10:16:56 EEST
Timestamp security-finish: Sun 2020-05-10 10:16:56 EEST
Timestamp generators-start: Sun 2020-05-10 10:16:56 EEST
Timestamp generators-finish: Sun 2020-05-10 10:16:57 EEST
Timestamp units-load-start: Sun 2020-05-10 10:16:57 EEST
Timestamp units-load-finish: Sun 2020-05-10 10:16:58 EEST
-> Unit sys-devices-virtual-tty-ttyd8.device:
Description: /sys/devices/virtual/tty/ttyd8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd8.device
Invocation ID: d523a85c571a4409a1816d89e09c231e
Following Set Member: dev-ttyd8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt9.device:
Description: /sys/devices/virtual/tty/ttyt9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt9.device
Invocation ID: 4286d63e14f4474e967467abe282e0e9
Following Set Member: dev-ttyt9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt9
Found: found-udev
-> Unit dev-ttyea.device:
Description: /dev/ttyea
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyea.device
Invocation ID: 8021ef56f7354644bfb83944898c6723
Following: sys-devices-virtual-tty-ttyea.device
Following Set Member: sys-devices-virtual-tty-ttyea.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyea
Found: found-udev
-> Unit lircd.service:
Description: lircd.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lircd.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit sys-devices-virtual-block-dm\x2d8.device:
Description: /sys/devices/virtual/block/dm-8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d8.device
Invocation ID: 7f039fb7521a4fbab2fed0d9df118a15
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:23 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:23 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: atd.service
Invocation ID: 4214788ff45648cb8d03ab6dca55e00b
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: nss-user-lookup.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 586
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/bin/find /var/spool/cron/atjobs -type f -name =* -not -newercc /run/systemd -delete
PID: 513
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 586
Start Timestamp: Sun 2020-05-10 10:17:23 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ssh.service
Invocation ID: 58f75ff6c08f46babeedd03012bf2196
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: auditd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
After: network.target (origin-file)
References: auditd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: basic.target (origin-default)
References: network.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /run/sshd (origin-file)
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: 1402
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/sbin/sshd -t
PID: 1347
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 1402
Start Timestamp: Sun 2020-05-10 10:17:36 EEST
-> ExecReload:
Command Line: /usr/sbin/sshd -t
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: user.slice
Invocation ID: cd5a0ba2eb714b0da023f6d2ace92dee
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1001.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: slices.target (origin-file)
Before: shutdown.target (origin-default)
Before: user-1001.slice (destination-implicit)
Before: systemd-logind.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
References: shutdown.target (origin-default)
References: slices.target (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: user-1001.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyw5.device:
Description: /dev/ttyw5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw5.device
Invocation ID: 4125f21eb63445bea72aba858249ca6d
Following: sys-devices-virtual-tty-ttyw5.device
Following Set Member: sys-devices-virtual-tty-ttyw5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw5
Found: found-udev
-> 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: Sun 2020-05-10 10:17:23 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2020-05-10 10:17:23 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: pppd-dns.service
Invocation ID: aa034f61db574347894a80385766e141
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
PID: 559
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyed.device:
Description: /sys/devices/virtual/tty/ttyed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyed.device
Invocation ID: d941e66cfe5a42d09756d58d429a5026
Following Set Member: dev-ttyed.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyed
Found: found-udev
-> Unit dev-ttype.device:
Description: /dev/ttype
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttype.device
Invocation ID: 937ac3e59d984082a7eb1dfbd7e98c50
Following: sys-devices-virtual-tty-ttype.device
Following Set Member: sys-devices-virtual-tty-ttype.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttype
Found: found-udev
-> Unit dev-ttyp9.device:
Description: /dev/ttyp9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp9.device
Invocation ID: c11c858e5ab0408aab4da37aadc940a9
Following: sys-devices-virtual-tty-ttyp9.device
Following Set Member: sys-devices-virtual-tty-ttyp9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp9
Found: found-udev
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2020-05-14 11:40:34 EEST
Inactive Exit Timestamp: Thu 2020-05-14 11:40:33 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 11:40:34 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: apt-daily.service
Invocation ID: 99231c62d7174ce29a9d600874ce4d7a
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true succeeded
Condition Timestamp: Thu 2020-05-14 11:40:33 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 11:40:33 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
After: network-online.target (origin-file)
After: apt-daily.timer (destination-implicit)
After: systemd-networkd.service (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: NetworkManager.service (origin-file)
After: connman.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: network-online.target (origin-file)
References: systemd-networkd.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: NetworkManager.service (origin-file)
References: connman.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: apt-daily.timer (destination-implicit)
ReferencedBy: apt-daily-upgrade.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
PID: 19700
Start Timestamp: Thu 2020-05-14 11:40:33 EEST
Exit Timestamp: Thu 2020-05-14 11:40:34 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
PID: 19704
Start Timestamp: Thu 2020-05-14 11:40:34 EEST
Exit Timestamp: Thu 2020-05-14 11:40:34 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyc1.device:
Description: /sys/devices/virtual/tty/ttyc1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc1.device
Invocation ID: 3c99c235760a4dbdaa43f6a20a64a8fb
Following Set Member: dev-ttyc1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc1
Found: found-udev
-> Unit dev-ttyxf.device:
Description: /dev/ttyxf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxf.device
Invocation ID: 149a25d07b2f4bbfa5badaf7ecdb50bd
Following: sys-devices-virtual-tty-ttyxf.device
Following Set Member: sys-devices-virtual-tty-ttyxf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxf
Found: found-udev
-> Unit dev-ttydc.device:
Description: /dev/ttydc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttydc.device
Invocation ID: a74b782b7c814945aa475df140198834
Following: sys-devices-virtual-tty-ttydc.device
Following Set Member: sys-devices-virtual-tty-ttydc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttycf.device:
Description: /sys/devices/virtual/tty/ttycf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttycf.device
Invocation ID: c7c1347090f741478413c2f56c484b93
Following Set Member: dev-ttycf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycf
Found: found-udev
-> Unit dev-ttyt0.device:
Description: /dev/ttyt0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt0.device
Invocation ID: 00ef0517e45d4887adb346e4975ce5bc
Following: sys-devices-virtual-tty-ttyt0.device
Following Set Member: sys-devices-virtual-tty-ttyt0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt0
Found: found-udev
-> Unit sys-kernel-debug-tracing.mount:
Description: /sys/kernel/debug/tracing
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:29 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:29 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:29 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: sys-kernel-debug-tracing.mount
Invocation ID: cccc1e55afa34f31b600c8d3c8dc65ca
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Requires: sys-kernel-debug.mount (origin-implicit)
After: sys-kernel-debug.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
References: sys-kernel-debug.mount (origin-implicit)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /sys/kernel/debug (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/debug/tracing
What: tracefs
File System Type: tracefs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyx4.device:
Description: /dev/ttyx4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx4.device
Invocation ID: 34fee1fb62bc4fec980d19a0315f282f
Following: sys-devices-virtual-tty-ttyx4.device
Following Set Member: sys-devices-virtual-tty-ttyx4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyxc.device:
Description: /sys/devices/virtual/tty/ttyxc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxc.device
Invocation ID: b5c98d915690420db689dcd5fc6635e0
Following Set Member: dev-ttyxc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt5.device:
Description: /sys/devices/virtual/tty/ttyt5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt5.device
Invocation ID: 63ef68bee29749ae83169e3d91ed95de
Following Set Member: dev-ttyt5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt5
Found: found-udev
-> Unit dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device:
Description: /dev/disk/by-path/platform-1c0f000.mmc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
Invocation ID: ea7513e0ebc840d68ae0b3b8c3585dd4
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Following Set Member: dev-mmcblk0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: firewalld.service
ConsistsOf: fail2ban.service (destination-file)
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit var-lib.mount:
Description: /var/lib
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-lib.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-lib.mount
Invocation ID: 577d78bfcc0b4194b72938d99fb07601
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-lib.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:14 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:14 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dvar_lib.device (origin-mountinfo-implicit)
RequiredBy: certbot.timer (destination-file destination-path)
RequiredBy: systemd-random-seed.service (destination-file destination-path)
RequiredBy: logrotate.timer (destination-file destination-path)
RequiredBy: systemd-timesyncd.service (destination-path)
RequiredBy: systemd-rfkill.service (destination-file destination-path)
RequiredBy: bind9.service (destination-file)
RequiredBy: man-db.timer (destination-file destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
RequiredBy: apt-daily.timer (destination-file destination-path)
RequiredBy: systemd-rfkill.socket (destination-file destination-path)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: systemd-rfkill.socket (destination-file destination-path)
Before: local-fs.target (origin-file)
Before: systemd-rfkill.service (destination-file destination-path)
Before: systemd-random-seed.service (destination-file destination-path)
Before: apt-daily.timer (destination-file destination-path)
Before: man-db.timer (destination-file destination-path)
Before: apt-daily-upgrade.timer (destination-file destination-path)
Before: systemd-timesyncd.service (destination-path)
Before: certbot.timer (destination-file destination-path)
Before: bind9.service (destination-file)
Before: logrotate.timer (destination-file destination-path)
Before: umount.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device (origin-file)
After: systemd-journald.socket (origin-file)
After: dev-mapper-vg_pie\x2dvar_lib.device (origin-mountinfo-implicit)
After: local-fs-pre.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-mapper-vg_pie\x2dvar_lib.device (origin-mountinfo-implicit)
References: local-fs.target (origin-file)
ReferencedBy: certbot.timer (destination-file destination-path)
ReferencedBy: systemd-random-seed.service (destination-file destination-path)
ReferencedBy: logrotate.timer (destination-file destination-path)
ReferencedBy: systemd-timesyncd.service (destination-path)
ReferencedBy: systemd-rfkill.service (destination-file destination-path)
ReferencedBy: bind9.service (destination-file)
ReferencedBy: man-db.timer (destination-file destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
ReferencedBy: apt-daily.timer (destination-file destination-path)
ReferencedBy: systemd-rfkill.socket (destination-file destination-path)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /var (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/b626584c-2da6-474f-95c4-c937ff7beff6 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/lib
What: /dev/mapper/vg_pie-var_lib
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyra.device:
Description: /sys/devices/virtual/tty/ttyra
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyra.device
Invocation ID: c10c630fa20347b682316baadc331d7e
Following Set Member: dev-ttyra.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyra
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyre.device:
Description: /sys/devices/virtual/tty/ttyre
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyre.device
Invocation ID: cb6b99a9108f498baab15da88b06f559
Following Set Member: dev-ttyre.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyre
Found: found-udev
-> Unit dev-ttyq8.device:
Description: /dev/ttyq8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq8.device
Invocation ID: 2f138e8951e1448e81f69816994148b7
Following: sys-devices-virtual-tty-ttyq8.device
Following Set Member: sys-devices-virtual-tty-ttyq8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw3.device:
Description: /sys/devices/virtual/tty/ttyw3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw3.device
Invocation ID: 3112019dd3cb4f748e5bb49bcbdd649a
Following Set Member: dev-ttyw3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw3
Found: found-udev
-> Unit dev-ttya5.device:
Description: /dev/ttya5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya5.device
Invocation ID: 3a99957da03e4463af606e4bec887db2
Following: sys-devices-virtual-tty-ttya5.device
Following Set Member: sys-devices-virtual-tty-ttya5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya5
Found: found-udev
-> Unit dev-ttyt4.device:
Description: /dev/ttyt4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt4.device
Invocation ID: 36cdd57986c44062afb84e013cbc101a
Following: sys-devices-virtual-tty-ttyt4.device
Following Set Member: sys-devices-virtual-tty-ttyt4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqf.device:
Description: /sys/devices/virtual/tty/ttyqf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqf.device
Invocation ID: d34cd7a7ebb842818b1cb2bd31022eb7
Following Set Member: dev-ttyqf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqf
Found: found-udev
-> Unit sys-devices-virtual-block-ram3.device:
Description: /sys/devices/virtual/block/ram3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-ram3.device
Invocation ID: 0df81922dc1e49319dd8798233ceec69
Following Set Member: dev-ram3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram3
Found: found-udev
-> Unit var-spool-postfix.mount:
Description: /var/spool/postfix
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-spool-postfix.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-spool-postfix.mount
Invocation ID: cc027ec2c95440c89632c5271f3e46d1
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-spool-postfix.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device (origin-mountinfo-implicit)
RequiredBy: var-spool-postfix-var-run-opendkim.mount (destination-implicit destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: var-spool-postfix-var-run-saslauthd.mount (destination-implicit destination-path)
Conflicts: umount.target (origin-file)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-implicit destination-path)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: var-spool-postfix-var-run-opendkim.mount (destination-implicit destination-path)
After: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: local-fs-pre.target (origin-file)
After: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device (origin-mountinfo-implicit)
References: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: umount.target (origin-file)
References: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device (origin-mountinfo-implicit)
References: local-fs.target (origin-file)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-implicit destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-implicit destination-path)
RequiresMountsFor: /var/spool (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/2609de16-f2fd-471a-ae31-63742beea5c0 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/spool/postfix
What: /dev/mapper/vg_pie-postfix--spool
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-platform-serial8250-tty-ttyS6.device:
Description: /sys/devices/platform/serial8250/tty/ttyS6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS6.device
Invocation ID: f498573fba0749ebb30ebd617a84219d
Following Set Member: dev-ttyS6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS6
Found: found-udev
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:37 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: getty at tty1.service
Invocation ID: 448a04afef234d9a845c0b2121ede3b3
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
DropIn Path: /lib/systemd/system/getty at tty1.service.d/10-noclear.conf
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Sun 2020-05-10 10:17:37 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:37 EEST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: getty.target (origin-file destination-default)
After: plymouth-quit-wait.service (origin-file)
After: getty-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: rc-local.service (origin-file)
After: system-getty.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: getty-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: rc-local.service (origin-file)
References: system-getty.slice (origin-file)
References: systemd-user-sessions.service (origin-file)
References: getty.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: rescue.service (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
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: 1437
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: tty1
LockPersonality: no
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
PID: 1437
Start Timestamp: Sun 2020-05-10 10:17:37 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: exim4.service
ConflictedBy: postfix.service (destination-file)
ReferencedBy: postfix.service (destination-file)
-> Unit dev-ttyze.device:
Description: /dev/ttyze
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyze.device
Invocation ID: 6a7cee0a065541968cd33f87db59ca04
Following: sys-devices-virtual-tty-ttyze.device
Following Set Member: sys-devices-virtual-tty-ttyze.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyze
Found: found-udev
-> Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-rfkill.device
Invocation ID: 9771dd43e3ab4045ab14d37336d078d5
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap:
Description: /dev/disk/by-id/dm-name-vg_pie-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Invocation ID: bdb148f6767743ad8b1d60f2e56f2db8
Following: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-vg_pie-swap.swap
Following Set Member: dev-mapper-vg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Following Set Member: dev-dm\x2d2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-id/dm-name-vg_pie-swap (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-vg_pie-swap
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttypa.device:
Description: /sys/devices/virtual/tty/ttypa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttypa.device
Invocation ID: 16c9492493944655819060d58a858c9e
Following Set Member: dev-ttypa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypa
Found: found-udev
-> Unit dev-ttyv0.device:
Description: /dev/ttyv0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv0.device
Invocation ID: af775d0a786f46278bf36b143a454186
Following: sys-devices-virtual-tty-ttyv0.device
Following Set Member: sys-devices-virtual-tty-ttyv0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv0
Found: found-udev
-> Unit dev-ttywf.device:
Description: /dev/ttywf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywf.device
Invocation ID: 03d90ba2b06048dbb9e742a25ad4e5d0
Following: sys-devices-virtual-tty-ttywf.device
Following Set Member: sys-devices-virtual-tty-ttywf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywf
Found: found-udev
-> Unit dev-ttys3.device:
Description: /dev/ttys3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys3.device
Invocation ID: dd8161999b494f42bbebcff39e370e50
Following: sys-devices-virtual-tty-ttys3.device
Following Set Member: sys-devices-virtual-tty-ttys3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys3
Found: found-udev
-> Unit dev-ttyt9.device:
Description: /dev/ttyt9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt9.device
Invocation ID: e94bd1bc9a214cf7be11f0e3a14691e8
Following: sys-devices-virtual-tty-ttyt9.device
Following Set Member: sys-devices-virtual-tty-ttyt9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttybd.device:
Description: /sys/devices/virtual/tty/ttybd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttybd.device
Invocation ID: 8a6695b9343d4c7b86d53b976930436b
Following Set Member: dev-ttybd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybd
Found: found-udev
-> Unit dev-ttyx7.device:
Description: /dev/ttyx7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx7.device
Invocation ID: 4f6ed133f6cf4db5bbeec1d7b7eec569
Following: sys-devices-virtual-tty-ttyx7.device
Following Set Member: sys-devices-virtual-tty-ttyx7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz2.device:
Description: /sys/devices/virtual/tty/ttyz2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz2.device
Invocation ID: b2494f8c41694952b63f71738b872b9e
Following Set Member: dev-ttyz2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp6.device:
Description: /sys/devices/virtual/tty/ttyp6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp6.device
Invocation ID: 3659f36951ef474f95667e4ceb3228dc
Following Set Member: dev-ttyp6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp6
Found: found-udev
-> Unit dev-ttys0.device:
Description: /dev/ttys0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys0.device
Invocation ID: 41420ff034274511a322ccae4591dae4
Following: sys-devices-virtual-tty-ttys0.device
Following Set Member: sys-devices-virtual-tty-ttys0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb6.device:
Description: /sys/devices/virtual/tty/ttyb6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb6.device
Invocation ID: 3845d253516547cb82439321e8dd8229
Following Set Member: dev-ttyb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyua.device:
Description: /sys/devices/virtual/tty/ttyua
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyua.device
Invocation ID: 664eb720012f454791a08b12f9739211
Following Set Member: dev-ttyua.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyua
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyc4.device:
Description: /sys/devices/virtual/tty/ttyc4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc4.device
Invocation ID: 5c9379bbf2a84b6e94005f80b665c795
Following Set Member: dev-ttyc4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc4
Found: found-udev
-> Unit slapd.service:
Description: slapd.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: slapd.service
Before: isc-dhcp-server.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
-> Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-module-configfs.device
Invocation ID: 8be74ecc7bf74ff383bedc9d0b2dada1
Wants: sys-kernel-config.mount (origin-udev)
References: sys-kernel-config.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/configfs
Found: found-udev
udev SYSTEMD_WANTS: sys-kernel-config.mount
-> Unit dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device:
Description: /dev/disk/by-uuid/2609de16-f2fd-471a-ae31-63742beea5c0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
Invocation ID: fceda2a9871d496daedc8546ae6b6583
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: var-spool-postfix.mount (destination-file)
Before: var-spool-postfix.mount (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> Unit tmp.mount:
Description: Temporary Directory
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:14 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: tmp.mount
Invocation ID: 33d25fc51f6744c6bb5e475daad5bd76
Documentation: man:hier(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /etc/systemd/system/tmp.mount
ConditionPathIsSymbolicLink: !/tmp succeeded
Condition Timestamp: Sun 2020-05-10 10:17:14 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:14 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: radvd.service (destination-file)
RequiredBy: certbot.service (destination-file destination-path)
RequiredBy: ntp.service (destination-file destination-path)
RequiredBy: systemd-timesyncd.service (destination-path)
RequiredBy: haveged.service (destination-file destination-path)
RequiredBy: apache2.service (destination-file destination-path)
RequiredBy: logrotate.service (destination-file destination-path)
WantedBy: basic.target (destination-file)
WantedBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: radvd.service (destination-file)
Before: systemd-timesyncd.service (destination-path)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: basic.target (destination-file)
Before: logrotate.service (destination-file destination-path)
Before: ntp.service (destination-file destination-path)
Before: haveged.service (destination-file destination-path)
Before: apache2.service (destination-file destination-path)
Before: certbot.service (destination-file destination-path)
After: system.slice (origin-file)
After: swap.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: swap.target (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: logrotate.service (destination-file destination-path)
ReferencedBy: systemd-timesyncd.service (destination-path)
ReferencedBy: certbot.service (destination-file destination-path)
ReferencedBy: haveged.service (destination-file destination-path)
ReferencedBy: basic.target (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: apache2.service (destination-file destination-path)
ReferencedBy: ntp.service (destination-file destination-path)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device:
Description: /dev/disk/by-id/dm-name-vg_pie-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Invocation ID: e1516726b8b649b98fe82748e99cfcd3
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit dev-ttyr5.device:
Description: /dev/ttyr5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr5.device
Invocation ID: 228486bc7f124b7bb9b1030e2ba3009e
Following: sys-devices-virtual-tty-ttyr5.device
Following Set Member: sys-devices-virtual-tty-ttyr5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr5
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: iptables.service
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit dev-ttyd4.device:
Description: /dev/ttyd4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd4.device
Invocation ID: 4063a8bb24574bb482e5fc75c099a9fb
Following: sys-devices-virtual-tty-ttyd4.device
Following Set Member: sys-devices-virtual-tty-ttyd4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd4
Found: found-udev
-> Unit var-log.mount:
Description: /var/log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:19 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:19 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-log.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-log.mount
Invocation ID: 5c2a42d9c0c74971b912a10c1f72d278
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-log.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device (origin-mountinfo-implicit)
BindsTo: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device (origin-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
RequiredBy: squid.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file destination-path)
RequiredBy: systemd-update-utmp.service (destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: armbian-ramlog.service (destination-file destination-path)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: armbian-ramlog.service (destination-file destination-path)
Before: local-fs.target (origin-file)
Before: systemd-journal-flush.service (destination-file destination-path)
Before: squid.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
Before: systemd-update-utmp.service (destination-path)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device (origin-file)
After: -.mount (origin-path)
After: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device (origin-mountinfo-implicit)
After: local-fs-pre.target (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device (origin-file)
References: umount.target (origin-file)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
References: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device (origin-mountinfo-implicit)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
ReferencedBy: squid.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
ReferencedBy: systemd-update-utmp.service (destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: armbian-ramlog.service (destination-file destination-path)
RequiresMountsFor: /var (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/a4431332-5e82-4b2d-8fa4-78f5960e33ee (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/log
What: /dev/mapper/vg_pie-var--log
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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: Thu 2020-05-14 10:33:29 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-tmpfiles-clean.timer
Invocation ID: 0328d635a0df4e1c8c30a4b82551e7c5
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: systemd-tmpfiles-clean.service (origin-implicit)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
Triggers: systemd-tmpfiles-clean.service (origin-implicit)
References: systemd-tmpfiles-clean.service (origin-implicit)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: timers.target (destination-file)
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 sys-devices-virtual-tty-ttyx6.device:
Description: /sys/devices/virtual/tty/ttyx6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx6.device
Invocation ID: 9e925c3065ed4d8cbb48dab0990981f1
Following Set Member: dev-ttyx6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx6
Found: found-udev
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lvm2-lvmpolld.socket
CGroup realized: no
CGroup own mask: memory pids
Name: lvm2-lvmpolld.socket
Invocation ID: dea9324f6cee466887828bbc163c768a
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: lvm2-lvmpolld.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: lvm2-lvmpolld.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: lvm2-lvmpolld.service (origin-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: lvm2-lvmpolld.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
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
FileDescriptorName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
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: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: local-fs.target
Invocation ID: b64bbd9696844ac7b1b1c0ef9afb98c3
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: var-www.mount (origin-file)
Requires: var-log.mount (origin-file)
Requires: home.mount (origin-file)
Requires: var-cache.mount (origin-file)
Requires: backup-zenwear.mount (origin-file)
Requires: var-spool-postfix-var-run-opendkim.mount (origin-file)
Requires: var-spool-postfix.mount (origin-file)
Requires: var-spool-squid3.mount (origin-file)
Requires: var-lib.mount (origin-file)
Requires: var-spool-postfix-var-run-saslauthd.mount (origin-file)
Wants: systemd-remount-fs.service (origin-file)
Wants: tmp.mount (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: armbian-hardware-monitor.service (destination-file)
Before: etckeeper.service (destination-file)
Before: armbian-hardware-optimize.service (destination-file)
Before: armbian-zram-config.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
After: var-log.mount (destination-file)
After: var-spool-postfix-var-run-saslauthd.mount (destination-file)
After: local-fs-pre.target (origin-file)
After: var-www.mount (destination-file)
After: var-spool-postfix-var-run-opendkim.mount (destination-file)
After: backup-zenwear.mount (destination-file)
After: var-lib.mount (destination-file)
After: var-spool-squid3.mount (destination-file)
After: var-spool-postfix.mount (destination-file)
After: var-cache.mount (destination-file)
After: home.mount (destination-file)
After: systemd-fsck-root.service (destination-file)
After: systemd-remount-fs.service (destination-file)
After: tmp.mount (destination-file)
After: run-user-1001.mount (destination-mountinfo-default)
After: -.mount (destination-file)
OnFailure: emergency.target (origin-file)
References: var-cache.mount (origin-file)
References: home.mount (origin-file)
References: var-lib.mount (origin-file)
References: emergency.target (origin-file)
References: var-spool-postfix.mount (origin-file)
References: tmp.mount (origin-file)
References: var-www.mount (origin-file)
References: local-fs-pre.target (origin-file)
References: var-spool-postfix-var-run-saslauthd.mount (origin-file)
References: -.mount (origin-file)
References: backup-zenwear.mount (origin-file)
References: var-log.mount (origin-file)
References: shutdown.target (origin-file)
References: var-spool-postfix-var-run-opendkim.mount (origin-file)
References: var-spool-squid3.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: home.mount (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
ReferencedBy: armbian-hardware-monitor.service (destination-file)
ReferencedBy: run-user-1001.mount (destination-mountinfo-default)
ReferencedBy: var-spool-squid3.mount (destination-file)
ReferencedBy: etckeeper.service (destination-file)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: var-www.mount (destination-file)
ReferencedBy: armbian-zram-config.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: var-log.mount (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: var-cache.mount (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: var-lib.mount (destination-file)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit system-postfix.slice:
Description: system-postfix.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-postfix.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-postfix.slice
Invocation ID: 04c3383bb4d14861bc23535f286735f6
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: postfix at -.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: postfix at -.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: postfix at -.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttys0.device:
Description: /sys/devices/virtual/tty/ttys0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys0.device
Invocation ID: a7cf5c1978e9467b86b392a9182db1ee
Following Set Member: dev-ttys0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys0
Found: found-udev
-> Unit dev-vg_pie-swap.swap:
Description: /dev/vg_pie/swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-vg_pie-swap.swap
Invocation ID: 0ed7dc67f9ce4327bbab08b2652fa957
Following: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-mapper-vg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Following Set Member: dev-dm\x2d2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/vg_pie/swap (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/vg_pie/swap
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit fake-hwclock.service:
Description: Restore / save the current clock
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: fake-hwclock.service
Invocation ID: 65387579499d4f7bbbecded6faf28706
Documentation: man:fake-hwclock(8)
Fragment Path: /lib/systemd/system/fake-hwclock.service
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/fake-hwclock
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/fake-hwclock load $FORCE
PID: 157
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/fake-hwclock save
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyz9.device:
Description: /sys/devices/virtual/tty/ttyz9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz9.device
Invocation ID: 566091b4e35640229340562d4871dd21
Following Set Member: dev-ttyz9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz9
Found: found-udev
-> Unit dev-ttyxb.device:
Description: /dev/ttyxb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxb.device
Invocation ID: 424035cc92214e20bfb1219026cf0efb
Following: sys-devices-virtual-tty-ttyxb.device
Following Set Member: sys-devices-virtual-tty-ttyxb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyba.device:
Description: /sys/devices/virtual/tty/ttyba
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyba.device
Invocation ID: b90e3368d05542c39e26d079cfa1c362
Following Set Member: dev-ttyba.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyba
Found: found-udev
-> Unit dev-ttye9.device:
Description: /dev/ttye9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye9.device
Invocation ID: 828e36b5afa24456b405c1e7cadd162b
Following: sys-devices-virtual-tty-ttye9.device
Following Set Member: sys-devices-virtual-tty-ttye9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye9
Found: found-udev
-> Unit dev-ttypa.device:
Description: /dev/ttypa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttypa.device
Invocation ID: ba45226d216a48cfa60aa8c13a771313
Following: sys-devices-virtual-tty-ttypa.device
Following Set Member: sys-devices-virtual-tty-ttypa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypa
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyzb.device:
Description: /sys/devices/virtual/tty/ttyzb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyzb.device
Invocation ID: efb1ee65fb7543f1bca268dabf22510b
Following Set Member: dev-ttyzb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzb
Found: found-udev
-> Unit bind9.service:
Description: BIND Domain Name Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:18:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:18:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/bind9.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: bind9.service
Invocation ID: 0a92358e554c483eb8e1bfd5edcffc71
Documentation: man:named(8)
Fragment Path: /lib/systemd/system/bind9.service
DropIn Path: /etc/systemd/system/bind9.service.d/override.conf
Condition Timestamp: Sun 2020-05-10 10:18:06 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:18:06 EEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: var-lib.mount (origin-file)
Requires: system.slice (origin-file)
Requires: var-cache.mount (origin-file)
Wants: nss-lookup.target (origin-file)
Wants: bind9-resolvconf.service (origin-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: bind9-resolvconf.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: nss-lookup.target (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: bind9-resolvconf.service (destination-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: var-lib.mount (origin-file)
After: system.slice (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
After: var-cache.mount (origin-file)
References: var-cache.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: nss-lookup.target (origin-file)
References: var-lib.mount (origin-file)
References: system.slice (origin-file)
References: bind9-resolvconf.service (origin-file)
References: network.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: bind9-resolvconf.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 1892
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/bind9
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/named $OPTIONS
PID: 1891
Start Timestamp: Sun 2020-05-10 10:18:06 EEST
Exit Timestamp: Sun 2020-05-10 10:18:08 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/rndc reload
-> ExecStop:
Command Line: /usr/sbin/rndc stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: swap.target
Invocation ID: 07ef483a77bd4ec08a7bec2064f0447b
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-file)
Before: tmp.mount (destination-file)
Before: run-user-1001.mount (destination-mountinfo-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-file destination-default)
Before: var-spool-postfix-var-run-opendkim.mount (destination-file)
After: dev-vg_pie-swap.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-default)
After: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (origin-default destination-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-default)
After: dev-mapper-vg_pie\x2dswap.swap (destination-default)
After: dev-dm\x2d2.swap (destination-default)
References: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-default)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: dev-vg_pie-swap.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-default)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-default)
ReferencedBy: run-user-1001.mount (destination-mountinfo-default)
ReferencedBy: dev-mapper-vg_pie\x2dswap.swap (destination-default)
ReferencedBy: dev-dm\x2d2.swap (destination-default)
ReferencedBy: tmp.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttybb.device:
Description: /sys/devices/virtual/tty/ttybb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttybb.device
Invocation ID: 830af974cc0d481392e51c5d76d60281
Following Set Member: dev-ttybb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp9.device:
Description: /sys/devices/virtual/tty/ttyp9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp9.device
Invocation ID: 4e47769096ba45baa4255ca7d15f08a9
Following Set Member: dev-ttyp9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp9
Found: found-udev
-> Unit dev-ttyu5.device:
Description: /dev/ttyu5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu5.device
Invocation ID: faea5c93a516467aa1a3c2ffb340b575
Following: sys-devices-virtual-tty-ttyu5.device
Following Set Member: sys-devices-virtual-tty-ttyu5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu5
Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d7.device:
Description: /sys/devices/virtual/block/dm-7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d7.device
Invocation ID: f2470383cded41edafc95f8a67f8e31f
Following Set Member: dev-vg_pie-www.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-dm\x2d7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> Unit iscsi-shutdown.service:
Description: iscsi-shutdown.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: iscsi-shutdown.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit sys-devices-virtual-tty-ttyw9.device:
Description: /sys/devices/virtual/tty/ttyw9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw9.device
Invocation ID: 88e5f73ce8f84ba388fe1d795189c6d7
Following Set Member: dev-ttyw9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw9
Found: found-udev
-> Unit dev-ttyrf.device:
Description: /dev/ttyrf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyrf.device
Invocation ID: ba0e3cee30044499b3d46d0661b334de
Following: sys-devices-virtual-tty-ttyrf.device
Following Set Member: sys-devices-virtual-tty-ttyrf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrf
Found: found-udev
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-systemd\x2dfsck.slice
Invocation ID: 5c8d2e9d81314f92a5546978260738b4
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
RequiredBy: emergency.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: rescue.service (origin-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
Before: emergency.target (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (destination-file)
Before: rescue.service (origin-file)
After: system.slice (origin-file)
After: syslog.socket (destination-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: rescue.service (origin-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell emergency
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyc0.device:
Description: /dev/ttyc0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc0.device
Invocation ID: 1df1565b57724fed9f5ac325ee71fea3
Following: sys-devices-virtual-tty-ttyc0.device
Following Set Member: sys-devices-virtual-tty-ttyc0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyda.device:
Description: /sys/devices/virtual/tty/ttyda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyda.device
Invocation ID: 015659b56ec843a4be6004eb6943aebf
Following Set Member: dev-ttyda.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyda
Found: found-udev
-> Unit dev-ttyz9.device:
Description: /dev/ttyz9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz9.device
Invocation ID: 7e3a07fc95df453faa2453d2a55615dd
Following: sys-devices-virtual-tty-ttyz9.device
Following Set Member: sys-devices-virtual-tty-ttyz9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz9
Found: found-udev
-> Unit dev-ttyqb.device:
Description: /dev/ttyqb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqb.device
Invocation ID: 2e357dc7f7a4418ca6174dba33f59f4b
Following: sys-devices-virtual-tty-ttyqb.device
Following Set Member: sys-devices-virtual-tty-ttyqb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqb
Found: found-udev
-> Unit dev-ttysf.device:
Description: /dev/ttysf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttysf.device
Invocation ID: 710a7f4ecf2449da997735a125f8de5d
Following: sys-devices-virtual-tty-ttysf.device
Following Set Member: sys-devices-virtual-tty-ttysf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw4.device:
Description: /sys/devices/virtual/tty/ttyw4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw4.device
Invocation ID: 2a369cfe6a4743df912d72e825085771
Following Set Member: dev-ttyw4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw4
Found: found-udev
-> Unit dev-ttyS5.device:
Description: /dev/ttyS5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS5.device
Invocation ID: 4e46074d528e4775b35992d6ebeae0ef
Following: sys-devices-platform-serial8250-tty-ttyS5.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS5
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Invocation ID: 4903dea6ee994813bb140be67e526ab4
Following: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-vg_pie-swap.swap
Following Set Member: dev-mapper-vg_pie\x2dswap.swap
Following Set Member: dev-dm\x2d2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke (origin-implicit)
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-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device:
Description: /dev/disk/by-uuid/db70f8b6-4928-4ea9-8996-953281a4ea52
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Invocation ID: 420dfb01794140329ed1f54c3d9c87f4
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyy2.device:
Description: /sys/devices/virtual/tty/ttyy2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy2.device
Invocation ID: a5c36dfbff6346d7ad00f5d685b28174
Following Set Member: dev-ttyy2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy2
Found: found-udev
-> Unit sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device:
Description: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Invocation ID: 49085a2fd00a4b9f9d3f3d9694862fda
Following Set Member: dev-mmcblk0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0
Found: found-udev
-> Unit dev-ttyrd.device:
Description: /dev/ttyrd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyrd.device
Invocation ID: dcc320d3503f480b9ffbf0d8f311dc5e
Following: sys-devices-virtual-tty-ttyrd.device
Following Set Member: sys-devices-virtual-tty-ttyrd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrd
Found: found-udev
-> Unit fcoe.service:
Description: fcoe.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: fcoe.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit sys-devices-virtual-tty-ttyz4.device:
Description: /sys/devices/virtual/tty/ttyz4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz4.device
Invocation ID: 40f5a48858a24c558e593322bb2cc130
Following Set Member: dev-ttyz4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz4
Found: found-udev
-> Unit dev-ttyb6.device:
Description: /dev/ttyb6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb6.device
Invocation ID: 90572ac6ae1f4c59adc3c6c3f6bf1bde
Following: sys-devices-virtual-tty-ttyb6.device
Following Set Member: sys-devices-virtual-tty-ttyb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyec.device:
Description: /sys/devices/virtual/tty/ttyec
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyec.device
Invocation ID: 6f5dccb0a152482186482a47a383ca76
Following Set Member: dev-ttyec.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyec
Found: found-udev
-> Unit sys-devices-platform-soc\x401c00000-1c50000.ethernet-net-eth0.device:
Description: /sys/devices/platform/soc at 1c00000/1c50000.ethernet/net/eth0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c50000.ethernet-net-eth0.device
Invocation ID: 811b7e7dcd884decbaa9bdd9fd62b625
Following Set Member: sys-subsystem-net-devices-eth0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c50000.ethernet/net/eth0
Found: found-udev
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-mqueue.mount
Invocation ID: 53cb5a155cd34966b876ac30945a3e24
Documentation: man:mq_overview(7)
Documentation: https://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: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /dev (origin-implicit)
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
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyv1.device:
Description: /sys/devices/virtual/tty/ttyv1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv1.device
Invocation ID: 801cf4ff5c7e49c0b8fba72fbc12c3d5
Following Set Member: dev-ttyv1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv1
Found: found-udev
-> Unit dev-mmcblk0p1.device:
Description: /dev/mmcblk0p1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mmcblk0p1.device
Invocation ID: 101f6f06d6034d61909a391a256f5a75
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev,found-mount
-> Unit sys-devices-virtual-tty-ttyc6.device:
Description: /sys/devices/virtual/tty/ttyc6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc6.device
Invocation ID: 8ab3105844c34a4bb8b30be251957ddb
Following Set Member: dev-ttyc6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc6
Found: found-udev
-> Unit dev-ttyt8.device:
Description: /dev/ttyt8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt8.device
Invocation ID: fd39e764f45d472eaf1a2a8d20ae7ce5
Following: sys-devices-virtual-tty-ttyt8.device
Following Set Member: sys-devices-virtual-tty-ttyt8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt8
Found: found-udev
-> Unit dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device:
Description: /dev/disk/by-uuid/c2aa0910-e927-4222-b71f-750e489c4b93
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Invocation ID: 81f4fc37714c468d82791d4f2ff6e14a
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
BoundBy: var-spool-squid3.mount (destination-file)
Before: var-spool-squid3.mount (destination-file)
ReferencedBy: var-spool-squid3.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit dev-ttyv1.device:
Description: /dev/ttyv1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv1.device
Invocation ID: 63125918df9a4fc0a3ccc5f48c76c685
Following: sys-devices-virtual-tty-ttyv1.device
Following Set Member: sys-devices-virtual-tty-ttyv1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv1
Found: found-udev
-> Unit dev-ttytc.device:
Description: /dev/ttytc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttytc.device
Invocation ID: 43edba15e31147858e95522f564ae1f4
Following: sys-devices-virtual-tty-ttytc.device
Following Set Member: sys-devices-virtual-tty-ttytc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytc
Found: found-udev
-> Unit connman.service:
Description: connman.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: connman.service
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit dev-ttye5.device:
Description: /dev/ttye5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye5.device
Invocation ID: c6a6f9b93018466da20f5ed0ea8f567f
Following: sys-devices-virtual-tty-ttye5.device
Following Set Member: sys-devices-virtual-tty-ttye5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye5
Found: found-udev
-> Unit user-runtime-dir at 1001.service:
Description: User Runtime Directory /run/user/1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:07:32 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Enter Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1001.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: user-runtime-dir at 1001.service
Invocation ID: 5d4e42e340e04d6698163b699ef644c5
Documentation: man:user at .service(5)
Fragment Path: /lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Thu 2020-05-14 14:07:32 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 14:07:32 EEST
Assert Result: yes
Requires: user-1001.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: user at 1001.service (destination-file)
WantedBy: session-1176.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-1176.scope (destination-file)
Before: shutdown.target (origin-default)
Before: user at 1001.service (destination-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: user-1001.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: user-1001.slice (origin-file)
References: systemd-user-sessions.service (origin-file)
References: systemd-journald.socket (origin-file)
References: dbus.service (origin-file)
ReferencedBy: session-1176.scope (destination-file)
ReferencedBy: user at 1001.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-runtime-dir start 1001
PID: 23077
Start Timestamp: Thu 2020-05-14 14:07:32 EEST
Exit Timestamp: Thu 2020-05-14 14:07:32 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-runtime-dir stop 1001
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyda.device:
Description: /dev/ttyda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyda.device
Invocation ID: ec1d3d6ddb0c4549b54321835f2eb58a
Following: sys-devices-virtual-tty-ttyda.device
Following Set Member: sys-devices-virtual-tty-ttyda.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyda
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
Wants: unattended-upgrades.service (origin-file)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: systemd-update-utmp.service (destination-file)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: sound.target (destination-default)
ConflictedBy: saslauthd.service (destination-default)
ConflictedBy: user-runtime-dir at 1001.service (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: user.slice (destination-default)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: clamav-freshclam.service (destination-default)
ConflictedBy: bind9.service (destination-default)
ConflictedBy: ntp.service (destination-default)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: pppd-dns.service (destination-default)
ConflictedBy: hddtemp.service (destination-default)
ConflictedBy: postfix at -.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: amavis-mc.service (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: system-lvm2\x2dpvscan.slice (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: systemd-rfkill.service (destination-file)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: cpufrequtils.service (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: swap.target (destination-default)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: avahi-daemon.socket (destination-default)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: systemd-rfkill.socket (destination-file)
ConflictedBy: slices.target (destination-default)
ConflictedBy: lvm2-lvmpolld.socket (destination-file)
ConflictedBy: rsyslog.service (destination-default)
ConflictedBy: sysstat.service (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: isc-dhcp-server.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: amavis.service (destination-default)
ConflictedBy: apache2.service (destination-default)
ConflictedBy: paths.target (destination-default)
ConflictedBy: clamav-daemon.service (destination-default)
ConflictedBy: uuidd.socket (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: armbian-zram-config.service (destination-file)
ConflictedBy: networking.service (destination-file)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: serial-getty at ttyS0.service (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: session-1176.scope (destination-default)
ConflictedBy: loadcpufreq.service (destination-default)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: dm-event.service (destination-file)
ConflictedBy: postfix.service (destination-default)
ConflictedBy: hostapd.service (destination-default)
ConflictedBy: smartd.service (destination-default)
ConflictedBy: atd.service (destination-default)
ConflictedBy: rsync.service (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: certbot.service (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: lvm2-lvmpolld.service (destination-file)
ConflictedBy: etckeeper.timer (destination-default)
ConflictedBy: ssh.service (destination-default)
ConflictedBy: etckeeper.service (destination-file)
ConflictedBy: dphys-swapfile.service (destination-default)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: fail2ban.service (destination-default)
ConflictedBy: sysfsutils.service (destination-default)
ConflictedBy: user-1001.slice (destination-default)
ConflictedBy: opendkim.service (destination-default)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: avahi-daemon.service (destination-default)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: rc-local.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: amavisd-snmp-subagent.service (destination-default)
ConflictedBy: lvm2-pvscan at 8:0.service (destination-file)
ConflictedBy: certbot.timer (destination-default)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: fake-hwclock.service (destination-file)
ConflictedBy: system-postfix.slice (destination-default)
ConflictedBy: postgrey.service (destination-default)
ConflictedBy: lvm2-monitor.service (destination-file)
ConflictedBy: uuidd.service (destination-default)
ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: squid.service (destination-default)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: getty.target (destination-default)
ConflictedBy: armbian-ramlog.service (destination-file)
ConflictedBy: user at 1001.service (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: radvd.service (destination-default)
ConflictedBy: network.target (destination-default)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: wpa_supplicant.service (destination-default)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: blk-availability.service (destination-file)
ConflictedBy: bind9-resolvconf.service (destination-default)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: system-serial\x2dgetty.slice (destination-default)
After: dbus.socket (destination-default)
After: cpufrequtils.service (destination-default)
After: sysstat.service (destination-default)
After: ntp.service (destination-default)
After: certbot.timer (destination-default)
After: bind9-resolvconf.service (destination-default)
After: systemd-sysctl.service (destination-file)
After: emergency.service (destination-file)
After: rc-local.service (destination-default)
After: basic.target (destination-default)
After: bind9.service (destination-default)
After: user-runtime-dir at 1001.service (destination-default)
After: getty-pre.target (destination-default)
After: system-systemd\x2dfsck.slice (destination-default)
After: isc-dhcp-server.service (destination-default)
After: etckeeper.timer (destination-default)
After: nss-user-lookup.target (destination-default)
After: getty.target (destination-default)
After: emergency.target (destination-default)
After: certbot.service (destination-default)
After: systemd-hwdb-update.service (destination-file)
After: pppd-dns.service (destination-default)
After: amavisd-snmp-subagent.service (destination-default)
After: wpa_supplicant.service (destination-default)
After: cron.service (destination-default)
After: systemd-rfkill.service (destination-file)
After: getty-static.service (destination-default)
After: saslauthd.service (destination-default)
After: dm-event.service (destination-file)
After: slices.target (destination-default)
After: systemd-fsckd.service (destination-file)
After: rescue.service (destination-file)
After: paths.target (destination-default)
After: apt-daily.service (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: local-fs-pre.target (destination-default)
After: time-sync.target (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: systemd-tmpfiles-clean.timer (destination-default)
After: man-db.service (destination-default)
After: apt-daily-upgrade.service (destination-default)
After: hostapd.service (destination-default)
After: cryptsetup.target (destination-default)
After: uuidd.socket (destination-default)
After: rsync.service (destination-default)
After: getty at tty1.service (destination-default)
After: logrotate.timer (destination-default)
After: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
After: user.slice (destination-default)
After: systemd-binfmt.service (destination-file)
After: uuidd.service (destination-default)
After: nss-lookup.target (destination-default)
After: remote-fs-pre.target (destination-default)
After: dphys-swapfile.service (destination-default)
After: rsyslog.service (destination-default)
After: swap.target (destination-default)
After: man-db.timer (destination-default)
After: user-1001.slice (destination-default)
After: session-1176.scope (destination-default)
After: systemd-sysusers.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: haveged.service (destination-file)
After: squid.service (destination-default)
After: systemd-modules-load.service (destination-file)
After: hddtemp.service (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: lvm2-pvscan at 8:0.service (destination-file)
After: postfix at -.service (destination-default)
After: avahi-daemon.socket (destination-default)
After: systemd-update-utmp-runlevel.service (destination-file)
After: loadcpufreq.service (destination-default)
After: apache2.service (destination-default)
After: systemd-update-utmp.service (destination-file)
After: amavis-mc.service (destination-default)
After: network-pre.target (destination-default)
After: systemd-logind.service (destination-default)
After: syslog.socket (destination-file)
After: smartd.service (destination-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-ask-password-wall.service (destination-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: apt-daily.timer (destination-default)
After: rescue.target (destination-default)
After: sysfsutils.service (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: atd.service (destination-default)
After: opendkim.service (destination-default)
After: system-lvm2\x2dpvscan.slice (destination-default)
After: sockets.target (destination-default)
After: system-getty.slice (destination-default)
After: systemd-remount-fs.service (destination-file)
After: systemd-user-sessions.service (destination-default)
After: radvd.service (destination-default)
After: logrotate.service (destination-default)
After: user at 1001.service (destination-default)
After: systemd-random-seed.service (destination-file)
After: amavis.service (destination-default)
After: graphical.target (destination-default)
After: postfix.service (destination-default)
After: clamav-daemon.service (destination-default)
After: systemd-rfkill.socket (destination-file)
After: systemd-quotacheck.service (destination-file)
After: systemd-networkd.service (destination-file)
After: multi-user.target (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: dbus.service (destination-default)
After: networking.service (destination-file)
After: sysinit.target (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: serial-getty at ttyS0.service (destination-default)
After: network.target (destination-default)
After: system-serial\x2dgetty.slice (destination-default)
After: postgrey.service (destination-default)
After: etckeeper.service (destination-file)
After: fail2ban.service (destination-default)
After: clamav-freshclam.service (destination-default)
After: systemd-fsck-root.service (destination-file)
After: system-postfix.slice (destination-default)
After: lm-sensors.service (destination-default)
After: sound.target (destination-default)
After: network-online.target (destination-default)
After: ssh.service (destination-default)
After: avahi-daemon.service (destination-default)
References: unattended-upgrades.service (origin-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: lvm2-pvscan at 8:0.service (destination-file)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: sysstat.service (destination-default)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: hostapd.service (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: basic.target (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: paths.target (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: fake-hwclock.service (destination-file)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: amavis.service (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: lvm2-lvmpolld.socket (destination-file)
ReferencedBy: squid.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: radvd.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: etckeeper.service (destination-file)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: dphys-swapfile.service (destination-default)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: timers.target (destination-file)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: system-serial\x2dgetty.slice (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: opendkim.service (destination-default)
ReferencedBy: armbian-zram-config.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: etckeeper.timer (destination-default)
ReferencedBy: smartd.service (destination-default)
ReferencedBy: system-lvm2\x2dpvscan.slice (destination-default)
ReferencedBy: swap.target (destination-default)
ReferencedBy: getty.target (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: certbot.timer (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: bind9-resolvconf.service (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: system-postfix.slice (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: bind9.service (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: clamav-freshclam.service (destination-default)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: user-1001.slice (destination-default)
ReferencedBy: postgrey.service (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: certbot.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: amavis-mc.service (destination-default)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: apache2.service (destination-default)
ReferencedBy: sound.target (destination-default)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: amavisd-snmp-subagent.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: clamav-daemon.service (destination-default)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: session-1176.scope (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-ttyS6.device:
Description: /dev/ttyS6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS6.device
Invocation ID: 0219011d989747a1b2f8bff8d0095830
Following: sys-devices-platform-serial8250-tty-ttyS6.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttywc.device:
Description: /sys/devices/virtual/tty/ttywc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywc.device
Invocation ID: e2d20db6939a45c18714538dc64971dc
Following Set Member: dev-ttywc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywc
Found: found-udev
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:24 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: wpa_supplicant.service
Invocation ID: 33eb884d22db49e5bfc23b659ac260b8
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Wants: network.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: network.target (origin-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: dbus.service (origin-file)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: network.target (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 542
Main PID Known: yes
Main PID Alien: no
BusName: fi.w1.wpa_supplicant1
Bus Name Good: yes
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
PID: 542
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyy3.device:
Description: /sys/devices/virtual/tty/ttyy3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy3.device
Invocation ID: 0faad581abc34ecc8eee84edc39098c9
Following Set Member: dev-ttyy3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy3
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device:
Description: /dev/mapper/vg_pie-squid--spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Invocation ID: 33701b25500d40888c0338b4166cd121
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
BoundBy: var-spool-squid3.mount (destination-mountinfo-implicit)
Before: var-spool-squid3.mount (destination-mountinfo-implicit)
ReferencedBy: var-spool-squid3.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev,found-mount
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-user-sessions.service
Invocation ID: 40ae21b127fa4f2483eb9430637ab89c
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: user-1001.slice (destination-file)
Before: user at 1001.service (destination-file)
Before: user-runtime-dir at 1001.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-ask-password-wall.service (destination-file)
Before: session-1176.scope (destination-file)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: nss-user-lookup.target (origin-file)
After: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: user-1001.slice (destination-file)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: session-1176.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 1350
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyqa.device:
Description: /dev/ttyqa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqa.device
Invocation ID: 10f4d171d2804588ad24f01104a5c104
Following: sys-devices-virtual-tty-ttyqa.device
Following Set Member: sys-devices-virtual-tty-ttyqa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqa
Found: found-udev
-> 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: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d0.device
Invocation ID: c12948c7d83149098cc475c5faaeca87
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit dev-dm\x2d7.device:
Description: /dev/dm-7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d7.device
Invocation ID: 34c70e7bd25f4514a18509a5a04358c4
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-vg_pie-www.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> Unit var-www.mount:
Description: /var/www
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:17 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:17 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-www.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-www.mount
Invocation ID: e4a56dba8e494d72b4c578ed0f85556b
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-www.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:14 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:14 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dwww.device (origin-mountinfo-implicit)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
After: local-fs-pre.target (origin-file)
After: dev-mapper-vg_pie\x2dwww.device (origin-mountinfo-implicit)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device (origin-file)
References: local-fs-pre.target (origin-file)
References: local-fs.target (origin-file)
References: dev-mapper-vg_pie\x2dwww.device (origin-mountinfo-implicit)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device (origin-file)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /var (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/f76b68d2-378c-4745-8f5b-fe5cb46f1406 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/www
What: /dev/mapper/vg_pie-www
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-journald.socket
Invocation ID: 32e5121506be46379e27ad895d961af9
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: haveged.service (destination-file)
Before: smartd.service (destination-file)
Before: postfix.service (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: dev-vg_pie-swap.swap (destination-file)
Before: radvd.service (destination-file)
Before: cron.service (destination-file)
Before: var-spool-postfix-var-run-opendkim.mount (destination-file)
Before: -.mount (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: blk-availability.service (destination-file)
Before: clamav-daemon.service (destination-file)
Before: getty-static.service (destination-file)
Before: clamav-freshclam.service (destination-file)
Before: armbian-zram-config.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: ntp.service (destination-file)
Before: postgrey.service (destination-file)
Before: user-runtime-dir at 1001.service (destination-file)
Before: loadcpufreq.service (destination-file)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-file)
Before: fail2ban.service (destination-file)
Before: bind9-resolvconf.service (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: man-db.service (destination-file)
Before: var-log.mount (destination-file)
Before: sockets.target (origin-file)
Before: pppd-dns.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: resolvconf.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: dphys-swapfile.service (destination-file)
Before: dev-mapper-vg_pie\x2dswap.swap (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: amavis.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: var-lib.mount (destination-file)
Before: networking.service (destination-file)
Before: etckeeper.service (destination-file)
Before: fake-hwclock.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
Before: certbot.service (destination-file)
Before: var-spool-postfix.mount (destination-file)
Before: squid.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: postfix at -.service (destination-file)
Before: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
Before: backup-zenwear.mount (destination-file)
Before: systemd-udevd.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: hostapd.service (destination-file)
Before: hddtemp.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: armbian-hardware-monitor.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: apache2.service (destination-file)
Before: dbus.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: var-www.mount (destination-file)
Before: var-spool-squid3.mount (destination-file)
Before: systemd-logind.service (destination-file)
Before: tmp.mount (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: isc-dhcp-server.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: lvm2-pvscan at 8:0.service (destination-file)
Before: home.mount (destination-file)
Before: bind9.service (destination-file)
Before: amavis-mc.service (destination-file)
Before: armbian-ramlog.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-file)
Before: run-user-1001.mount (destination-file)
Before: opendkim.service (destination-file)
Before: sysstat.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: user at 1001.service (destination-file)
Before: ssh.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: dm-event.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: var-cache.mount (destination-file)
Before: saslauthd.service (destination-file)
Before: apt-daily.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: amavisd-snmp-subagent.service (destination-file)
Before: rc-local.service (destination-file)
Before: atd.service (destination-file)
Before: dev-dm\x2d2.swap (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: armbian-hardware-optimize.service (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: certbot.service (destination-file)
ReferencedBy: lvm2-pvscan at 8:0.service (destination-file)
ReferencedBy: bind9-resolvconf.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: fake-hwclock.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: dphys-swapfile.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: sysstat.service (destination-file)
ReferencedBy: dev-vg_pie-swap.swap (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: etckeeper.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: pppd-dns.service (destination-file)
ReferencedBy: var-lib.mount (destination-file)
ReferencedBy: armbian-zram-config.service (destination-file)
ReferencedBy: squid.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: opendkim.service (destination-file)
ReferencedBy: amavis-mc.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: postfix.service (destination-file)
ReferencedBy: var-cache.mount (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-file)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: var-spool-squid3.mount (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
ReferencedBy: smartd.service (destination-file)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: var-www.mount (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: dev-dm\x2d2.swap (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: var-log.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-file)
ReferencedBy: clamav-daemon.service (destination-file)
ReferencedBy: dev-mapper-vg_pie\x2dswap.swap (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: run-user-1001.mount (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: resolvconf.service (destination-file)
ReferencedBy: home.mount (destination-file)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
ReferencedBy: armbian-hardware-monitor.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: clamav-freshclam.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: postgrey.service (destination-file)
ReferencedBy: bind9.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
RequiresMountsFor: /run/systemd/journal/socket (origin-file)
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
FileDescriptorName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyza.device:
Description: /sys/devices/virtual/tty/ttyza
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyza.device
Invocation ID: 06e17c24de344fc891d11e988d7eb4b9
Following Set Member: dev-ttyza.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyza
Found: found-udev
-> Unit dev-ttyx2.device:
Description: /dev/ttyx2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx2.device
Invocation ID: b5b9f0a5278042069958c37a90af34fa
Following: sys-devices-virtual-tty-ttyx2.device
Following Set Member: sys-devices-virtual-tty-ttyx2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx2
Found: found-udev
-> Unit lircmd.service:
Description: lircmd.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lircmd.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS3.device
Invocation ID: 7a296e5c21b44844b8196f574bd8da27
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
Found: found-udev
-> Unit uuidd.service:
Description: Daemon for generating UUIDs
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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: uuidd.service
Documentation: man:uuidd(8)
Fragment Path: /lib/systemd/system/uuidd.service
Requires: uuidd.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: uuidd.socket (destination-implicit)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: uuidd.socket (destination-implicit)
References: basic.target (origin-default)
References: uuidd.socket (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: uuidd.socket (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: uuidd
Group: uuidd
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-control.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-udevd-control.socket
Invocation ID: 16ac853331004d20ad01de06e2a3c5f9
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: systemd-udevd.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
RequiresMountsFor: /run/udev/control (origin-file)
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
FileDescriptorName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyu2.device:
Description: /dev/ttyu2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu2.device
Invocation ID: d1768e85742349b9a19da0f2a1cd3f5d
Following: sys-devices-virtual-tty-ttyu2.device
Following Set Member: sys-devices-virtual-tty-ttyu2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyya.device:
Description: /sys/devices/virtual/tty/ttyya
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyya.device
Invocation ID: ce7a5174713f4d9a9561289b1efdc0db
Following Set Member: dev-ttyya.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyya
Found: found-udev
-> Unit dev-ttyz3.device:
Description: /dev/ttyz3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz3.device
Invocation ID: 521a9bb9c1b24d6eaf2f9ff4c8c11e2d
Following: sys-devices-virtual-tty-ttyz3.device
Following Set Member: sys-devices-virtual-tty-ttyz3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz3
Found: found-udev
-> Unit lircd-uinput.service:
Description: lircd-uinput.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lircd-uinput.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit sys-devices-virtual-tty-ttyc9.device:
Description: /sys/devices/virtual/tty/ttyc9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc9.device
Invocation ID: bc515026ce624c94bc703bfdf02884bb
Following Set Member: dev-ttyc9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc9
Found: found-udev
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nss-lookup.target
Invocation ID: ac76b08230864c05871faf9db3240914
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Sun 2020-05-10 10:17:02 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:02 EEST
Assert Result: yes
WantedBy: bind9.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: isc-dhcp-server.service (destination-file)
Before: postfix at -.service (destination-file)
Before: squid.service (destination-file)
Before: apache2.service (destination-file)
Before: shutdown.target (origin-default)
Before: opendkim.service (destination-file)
After: bind9.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: opendkim.service (destination-file)
ReferencedBy: bind9.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: squid.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-vg_pie-postfix\x2dspool.device:
Description: /dev/vg_pie/postfix-spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-postfix\x2dspool.device
Invocation ID: aae106c18e5f4919bd06c4b2f856b17c
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> Unit armbian-ramlog.target:
Description: armbian-ramlog.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: armbian-ramlog.target
After: armbian-zram-config.service (destination-file)
ReferencedBy: armbian-zram-config.service (destination-file)
-> Unit dev-ttye3.device:
Description: /dev/ttye3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye3.device
Invocation ID: d381593fbe98444a8c3c15794df1f404
Following: sys-devices-virtual-tty-ttye3.device
Following Set Member: sys-devices-virtual-tty-ttye3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye3
Found: found-udev
-> Unit dev-ttys8.device:
Description: /dev/ttys8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys8.device
Invocation ID: 92ded8416fbc4561a7e285d4e92ac7dd
Following: sys-devices-virtual-tty-ttys8.device
Following Set Member: sys-devices-virtual-tty-ttys8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys8
Found: found-udev
-> Unit dev-ttyy5.device:
Description: /dev/ttyy5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy5.device
Invocation ID: fef01c83d7d447448eed24132b2b10c3
Following: sys-devices-virtual-tty-ttyy5.device
Following Set Member: sys-devices-virtual-tty-ttyy5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx2.device:
Description: /sys/devices/virtual/tty/ttyx2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx2.device
Invocation ID: bf4093849cab488390b32419d33b2e11
Following Set Member: dev-ttyx2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttysc.device:
Description: /sys/devices/virtual/tty/ttysc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttysc.device
Invocation ID: 4451361d8d32483494494001df4208f1
Following Set Member: dev-ttysc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysc
Found: found-udev
-> Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-sysusers.service
Invocation ID: db8f29a654a840a798a5680bb9925506
Documentation: man:sysusers.d(5)
Documentation: man:systemd-sysusers.service(8)
Fragment Path: /lib/systemd/system/systemd-sysusers.service
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-timesyncd.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-sysusers
PID: 172
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttycd.device:
Description: /sys/devices/virtual/tty/ttycd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttycd.device
Invocation ID: 22dcc862fb3a40da8869275a20155acb
Following Set Member: dev-ttycd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycd
Found: found-udev
-> Unit dev-ttycd.device:
Description: /dev/ttycd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttycd.device
Invocation ID: a23b9c743e84464ca41e0936a467edf0
Following: sys-devices-virtual-tty-ttycd.device
Following Set Member: sys-devices-virtual-tty-ttycd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycd
Found: found-udev
-> Unit dev-ttyp3.device:
Description: /dev/ttyp3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp3.device
Invocation ID: ee76a5bb4c154e72aea4ba1dd6f22314
Following: sys-devices-virtual-tty-ttyp3.device
Following Set Member: sys-devices-virtual-tty-ttyp3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp3
Found: found-udev
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sockets.target
Invocation ID: e4bd25f34d8145c48d72b90137e0fac0
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Wants: systemd-journald.socket (origin-file)
Wants: lircd.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: dm-event.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: avahi-daemon.socket (origin-file)
Wants: clamav-daemon.socket (origin-file)
Wants: uuidd.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-initctl.socket (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: uuidd.socket (origin-default destination-default)
After: systemd-udevd-kernel.socket (destination-file)
After: systemd-initctl.socket (destination-file)
After: syslog.socket (destination-file)
After: systemd-udevd-control.socket (destination-file)
After: systemd-journald-dev-log.socket (destination-file)
After: dbus.socket (origin-default destination-default)
After: avahi-daemon.socket (origin-default destination-default)
After: systemd-journald.socket (destination-file)
After: systemd-journald-audit.socket (destination-file)
References: systemd-journald-dev-log.socket (origin-file)
References: dbus.socket (origin-file origin-default)
References: uuidd.socket (origin-file origin-default)
References: dm-event.socket (origin-file)
References: clamav-daemon.socket (origin-file)
References: avahi-daemon.socket (origin-file origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-initctl.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: lircd.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald-audit.socket (origin-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyz5.device:
Description: /sys/devices/virtual/tty/ttyz5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz5.device
Invocation ID: 22031b980488423da5e12a3405cc7b1d
Following Set Member: dev-ttyz5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz5
Found: found-udev
-> Unit sys-devices-virtual-net-eth0.3575.device:
Description: /sys/devices/virtual/net/eth0.3575
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:32 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-eth0.3575.device
Invocation ID: dfc484efcebd43e79c2fe46b56969830
Following Set Member: sys-subsystem-net-devices-eth0.3575.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/eth0.3575
Found: found-udev
-> Unit dev-ttyq9.device:
Description: /dev/ttyq9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq9.device
Invocation ID: d603110098404a68a519ce783e5235d9
Following: sys-devices-virtual-tty-ttyq9.device
Following Set Member: sys-devices-virtual-tty-ttyq9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq9
Found: found-udev
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:22 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: syslog.service
Name: rsyslog.service
Invocation ID: 38cc48ac59104c39ab92d8744f19c7e1
Documentation: man:rsyslogd(8)
Documentation: https://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: syslog.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: syslog.socket (destination-implicit)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: armbian-ramlog.service (destination-file)
TriggeredBy: syslog.socket (destination-implicit)
References: basic.target (origin-default)
References: syslog.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: syslog.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 520
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n -iNONE
PID: 520
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttywd.device:
Description: /sys/devices/virtual/tty/ttywd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywd.device
Invocation ID: 88f897713cf8406aa0e691057fe66eec
Following Set Member: dev-ttywd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywd
Found: found-udev
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: slices.target
Invocation ID: fee2390f2d60479b98e22f39952b2966
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Wants: -.slice (origin-file)
Wants: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: -.slice (origin-file)
After: system.slice (origin-file)
After: user.slice (destination-file)
References: -.slice (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: user.slice (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttybb.device:
Description: /dev/ttybb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttybb.device
Invocation ID: 75a547921b854e299da901670d8e8bf5
Following: sys-devices-virtual-tty-ttybb.device
Following Set Member: sys-devices-virtual-tty-ttybb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybb
Found: found-udev
-> Unit sys-devices-virtual-net-tun6to4.device:
Description: /sys/devices/virtual/net/tun6to4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:19:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-tun6to4.device
Invocation ID: 30f91881c5cd4970a245bb0584fb4931
Following Set Member: sys-subsystem-net-devices-tun6to4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun6to4
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dswap.device:
Description: /dev/mapper/vg_pie-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dswap.device
Invocation ID: 959ec2445e5142abb672d3e46578433e
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit dev-ttyb0.device:
Description: /dev/ttyb0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb0.device
Invocation ID: 5c2c379a494342e2aebb2e21e9cdf7a3
Following: sys-devices-virtual-tty-ttyb0.device
Following Set Member: sys-devices-virtual-tty-ttyb0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb0
Found: found-udev
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: default.target
Name: graphical.target
Name: runlevel5.target
Invocation ID: 9ec3704b7f6545aba9e83f9165834006
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Sun 2020-05-10 10:17:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:59 EEST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: amavisd-snmp-subagent.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: postgrey.service (origin-file)
Wants: amavis.service (origin-file)
Wants: display-manager.service (origin-file)
Wants: sysfsutils.service (origin-file)
Wants: dphys-swapfile.service (origin-file)
Wants: haveged.service (origin-file)
Wants: saslauthd.service (origin-file)
Wants: amavis-mc.service (origin-file)
Wants: hostapd.service (origin-file)
Wants: loadcpufreq.service (origin-file)
Wants: cpufrequtils.service (origin-file)
Wants: hddtemp.service (origin-file)
Wants: isc-dhcp-server.service (origin-file)
Conflicts: rescue.target (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: systemd-update-utmp-runlevel.service (destination-file)
After: sysfsutils.service (origin-default destination-file)
After: cpufrequtils.service (origin-default destination-file)
After: isc-dhcp-server.service (origin-default destination-file)
After: saslauthd.service (origin-default destination-file)
After: amavisd-snmp-subagent.service (origin-default destination-file)
After: postgrey.service (origin-default destination-file)
After: amavis-mc.service (origin-default destination-file)
After: rescue.target (origin-file)
After: multi-user.target (origin-file origin-default)
After: hostapd.service (origin-default destination-file)
After: hddtemp.service (origin-default destination-file)
After: loadcpufreq.service (origin-default destination-file)
After: dphys-swapfile.service (origin-default destination-file)
After: display-manager.service (origin-file)
After: rescue.service (origin-file)
After: amavis.service (origin-default destination-file)
References: postgrey.service (origin-file origin-default)
References: display-manager.service (origin-file)
References: rescue.target (origin-file)
References: multi-user.target (origin-file origin-default)
References: loadcpufreq.service (origin-file origin-default)
References: dphys-swapfile.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: hddtemp.service (origin-file origin-default)
References: haveged.service (origin-file)
References: cpufrequtils.service (origin-file origin-default)
References: isc-dhcp-server.service (origin-file origin-default)
References: amavis-mc.service (origin-file origin-default)
References: hostapd.service (origin-file origin-default)
References: amavis.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: amavisd-snmp-subagent.service (origin-file origin-default)
References: saslauthd.service (origin-file origin-default)
References: rescue.service (origin-file)
References: sysfsutils.service (origin-file origin-default)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: dphys-swapfile.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: postgrey.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: amavis-mc.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttytd.device:
Description: /dev/ttytd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttytd.device
Invocation ID: af26ada56aac47bf9d92a3f00f7e470b
Following: sys-devices-virtual-tty-ttytd.device
Following Set Member: sys-devices-virtual-tty-ttytd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx7.device:
Description: /sys/devices/virtual/tty/ttyx7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx7.device
Invocation ID: 813ba0a9f93b4eb9a7c797b85710ee56
Following Set Member: dev-ttyx7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx7
Found: found-udev
-> Unit dev-ttyxe.device:
Description: /dev/ttyxe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxe.device
Invocation ID: 049bd92a7a984e39bae42d256ca10f71
Following: sys-devices-virtual-tty-ttyxe.device
Following Set Member: sys-devices-virtual-tty-ttyxe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxe
Found: found-udev
-> Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/uuidd.socket
CGroup realized: no
CGroup own mask: memory pids
Name: uuidd.socket
Invocation ID: b8535cde71944a279f168947139a1f4b
Fragment Path: /lib/systemd/system/uuidd.socket
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: uuidd.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: uuidd.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: uuidd.service (origin-implicit)
References: sockets.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: uuidd.service (origin-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
RequiresMountsFor: /run/uuidd/request (origin-file)
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
FileDescriptorName: uuidd.socket
SELinuxContextFromNet: no
ListenStream: /run/uuidd/request
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyzf.device:
Description: /dev/ttyzf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyzf.device
Invocation ID: eaada84fb7b74186b58a0983f61e9863
Following: sys-devices-virtual-tty-ttyzf.device
Following Set Member: sys-devices-virtual-tty-ttyzf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzf
Found: found-udev
-> Unit dev-ttyz2.device:
Description: /dev/ttyz2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz2.device
Invocation ID: 7f5a7c698ffa4656b0e30b7116f05c74
Following: sys-devices-virtual-tty-ttyz2.device
Following Set Member: sys-devices-virtual-tty-ttyz2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz2
Found: found-udev
-> Unit dev-vg_pie-home.device:
Description: /dev/vg_pie/home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-home.device
Invocation ID: 5cfaf2514afa438abe87a29ae64292d6
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: dev-dm\x2d6.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Invocation ID: 5b6e53146fa04a90ab7d9d274be8e216
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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 (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-ask-password-wall.path (destination-implicit)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: systemd-journald.socket (origin-file)
References: systemd-user-sessions.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttys3.device:
Description: /sys/devices/virtual/tty/ttys3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys3.device
Invocation ID: bd8c3af8a5764389b2a485c79a9ad661
Following Set Member: dev-ttys3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttywa.device:
Description: /sys/devices/virtual/tty/ttywa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywa.device
Invocation ID: 42fe84feb4ba4afb8b17eccb8a15cfc6
Following Set Member: dev-ttywa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywa
Found: found-udev
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttya0.device:
Description: /dev/ttya0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya0.device
Invocation ID: 81be767f06844491ad8747cb3904ff9f
Following: sys-devices-virtual-tty-ttya0.device
Following Set Member: sys-devices-virtual-tty-ttya0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya0
Found: found-udev
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-kernel.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-udevd-kernel.socket
Invocation ID: 2185097040ae45edb62837d0d8eb2d14
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-udevd.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
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
FileDescriptorName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyt3.device:
Description: /dev/ttyt3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt3.device
Invocation ID: c369e7a041f7400c9b085b36519c8039
Following: sys-devices-virtual-tty-ttyt3.device
Following Set Member: sys-devices-virtual-tty-ttyt3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt3
Found: found-udev
-> Unit dev-ttyb8.device:
Description: /dev/ttyb8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb8.device
Invocation ID: 0800091b3471485ea9c4ef8c79c8cd77
Following: sys-devices-virtual-tty-ttyb8.device
Following Set Member: sys-devices-virtual-tty-ttyb8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyde.device:
Description: /sys/devices/virtual/tty/ttyde
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyde.device
Invocation ID: 6d422b9c9f96422b91a8b39a6923cccd
Following Set Member: dev-ttyde.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyde
Found: found-udev
-> Unit dev-dm\x2d4.device:
Description: /dev/dm-4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d4.device
Invocation ID: 2ec3d309d95e43eda9c8fb5e6e89ab6b
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-vg_pie-var_lib.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyac.device:
Description: /sys/devices/virtual/tty/ttyac
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyac.device
Invocation ID: 48cae0fddd0f4bb4980a395de07cae84
Following Set Member: dev-ttyac.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyac
Found: found-udev
-> Unit dev-ttyp7.device:
Description: /dev/ttyp7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp7.device
Invocation ID: 65bc9c98c8fe459b90fa831e420d7d71
Following: sys-devices-virtual-tty-ttyp7.device
Following Set Member: sys-devices-virtual-tty-ttyp7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq7.device:
Description: /sys/devices/virtual/tty/ttyq7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq7.device
Invocation ID: ca8a1de234c543a79712d5012a89fdf7
Following Set Member: dev-ttyq7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv6.device:
Description: /sys/devices/virtual/tty/ttyv6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv6.device
Invocation ID: a9fe3c39fdb14b98b67f2451fad27f20
Following Set Member: dev-ttyv6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyrf.device:
Description: /sys/devices/virtual/tty/ttyrf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyrf.device
Invocation ID: a8c1f92e219f4f1189a994abc049fc1b
Following Set Member: dev-ttyrf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrf
Found: found-udev
-> 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: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: ea8df0cb9a534dbfb3071c67b7c915a2
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (origin-file)
After: kmod-static-nodes.service (destination-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 183
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyq8.device:
Description: /sys/devices/virtual/tty/ttyq8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq8.device
Invocation ID: c4242d36d0994d86bcf2079d2f5419a9
Following Set Member: dev-ttyq8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq8
Found: found-udev
-> Unit dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device:
Description: /dev/disk/by-uuid/b626584c-2da6-474f-95c4-c937ff7beff6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Invocation ID: e0c88743097e4d1f9bfe85128c63fef9
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-vg_pie-var_lib.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: var-lib.mount (destination-file)
Before: var-lib.mount (destination-file)
ReferencedBy: var-lib.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit dev-ttybf.device:
Description: /dev/ttybf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttybf.device
Invocation ID: f1f13bbe4c5e40b18e8d624d0f8a5bdf
Following: sys-devices-virtual-tty-ttybf.device
Following Set Member: sys-devices-virtual-tty-ttybf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybf
Found: found-udev
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:35 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: networking.service
Invocation ID: e415eeff5b9245b4b6db0906f3edb069
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: ifupdown-pre.service (origin-file)
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
WantedBy: network-online.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: network-online.target (origin-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-file)
After: resolvconf.service (destination-file)
After: systemd-modules-load.service (origin-file)
After: apparmor.service (origin-file)
After: ifupdown-pre.service (origin-file)
After: network-pre.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-sysctl.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: ifupdown-pre.service (origin-file)
References: network.target (origin-file)
References: apparmor.service (origin-file)
References: shutdown.target (origin-file)
References: network-pre.target (origin-file)
References: local-fs.target (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-sysctl.service (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: resolvconf.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 434
Start Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyt5.device:
Description: /dev/ttyt5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt5.device
Invocation ID: 04a676abb44743afa739ba35b6488029
Following: sys-devices-virtual-tty-ttyt5.device
Following Set Member: sys-devices-virtual-tty-ttyt5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt5
Found: found-udev
-> Unit plymouth-start.service:
Description: plymouth-start.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: plymouth-start.service
Before: rescue.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit armbian-hardware-optimize.service:
Description: Armbian hardware optimization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/armbian-hardware-optimize.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: armbian-hardware-optimize.service
Invocation ID: a9f9f7372cd34720ba551659f2f08ee7
Fragment Path: /lib/systemd/system/armbian-hardware-optimize.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Before: basic.target (origin-file)
After: armbian-hardware-monitor.target (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-file)
References: armbian-hardware-monitor.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: basic.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: basic.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 2min
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/armbian/armbian-hardware-optimization start
PID: 475
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/armbian/armbian-hardware-optimization stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyd8.device:
Description: /dev/ttyd8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd8.device
Invocation ID: bdc06b62746444f7bd15805831faa072
Following: sys-devices-virtual-tty-ttyd8.device
Following Set Member: sys-devices-virtual-tty-ttyd8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd8
Found: found-udev
-> Unit dev-ttyz8.device:
Description: /dev/ttyz8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz8.device
Invocation ID: 8332724a1814415abac7ce4a32c94bfb
Following: sys-devices-virtual-tty-ttyz8.device
Following Set Member: sys-devices-virtual-tty-ttyz8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz8
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dzenwear.device:
Description: /dev/mapper/vg_pie-zenwear
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dzenwear.device
Invocation ID: 538f9a77c5f54c3f88a5c9912f5c3791
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
BoundBy: backup-zenwear.mount (destination-mountinfo-implicit)
Before: backup-zenwear.mount (destination-mountinfo-implicit)
ReferencedBy: backup-zenwear.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev,found-mount
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: rsync.service
Documentation: man:rsync(1)
Documentation: man:rsyncd.conf(5)
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf failed
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: dm-event.socket (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: lvm2-monitor.service (destination-file)
Before: local-fs-pre.target (origin-file)
After: dm-event.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: dm-event.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: dm-event.socket (origin-file)
ReferencedBy: dm-event.socket (destination-implicit)
ReferencedBy: lvm2-monitor.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/dmeventd -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyw8.device:
Description: /sys/devices/virtual/tty/ttyw8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw8.device
Invocation ID: 8d02ad2efb6141cdb67c980c66041326
Following Set Member: dev-ttyw8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw8
Found: found-udev
-> Unit system-serial\x2dgetty.slice:
Description: system-serial\x2dgetty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-serial\x2dgetty.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-serial\x2dgetty.slice
Invocation ID: ea26368684884282872b9321ef1ebe23
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: serial-getty at ttyS0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyye.device:
Description: /sys/devices/virtual/tty/ttyye
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyye.device
Invocation ID: 5f2c4e03e7924cae90f3f4a2f95c3fe8
Following Set Member: dev-ttyye.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyye
Found: found-udev
-> Unit sys-subsystem-net-devices-sit0.device:
Description: /sys/subsystem/net/devices/sit0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:19:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-sit0.device
Invocation ID: fb74b2b791a447ee9292f153d6516029
Following Set Member: sys-devices-virtual-net-sit0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sit0
Found: found-udev
-> Unit resolvconf.service:
Description: Nameserver information manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:09 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: resolvconf.service
Invocation ID: 241c46b51a5e4f688d8699cb91a18d67
Documentation: man:resolvconf(8)
Fragment Path: /lib/systemd/system/resolvconf.service
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: networking.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: networking.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/mkdir -p /run/resolvconf/interface
PID: 149
Start Timestamp: Sun 2020-05-10 10:16:58 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/touch /run/resolvconf/postponed-update
PID: 166
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /sbin/resolvconf --enable-updates
PID: 167
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:17:09 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/resolvconf --disable-updates
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyse.device:
Description: /dev/ttyse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyse.device
Invocation ID: 6ecf27e6577c4130a02a8a56d078a4bf
Following: sys-devices-virtual-tty-ttyse.device
Following Set Member: sys-devices-virtual-tty-ttyse.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyse
Found: found-udev
-> Unit dev-ttyy3.device:
Description: /dev/ttyy3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy3.device
Invocation ID: 741240c3bfe74904a0ef08699d8c155b
Following: sys-devices-virtual-tty-ttyy3.device
Following Set Member: sys-devices-virtual-tty-ttyy3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy3
Found: found-udev
-> Unit dev-ttye2.device:
Description: /dev/ttye2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye2.device
Invocation ID: d0e3e5a3ee99404793449072eb098026
Following: sys-devices-virtual-tty-ttye2.device
Following Set Member: sys-devices-virtual-tty-ttye2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye2
Found: found-udev
-> Unit jabberd-s2s.service:
Description: jabberd-s2s.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: jabberd-s2s.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap:
Description: /dev/disk/by-uuid/2c267450-8b2b-4dad-910f-ecad9b951b5a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Invocation ID: 6841b76cf0ac44899769fb9a0ea9af09
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Following Set Member: dev-vg_pie-swap.swap
Following Set Member: dev-mapper-vg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Following Set Member: dev-dm\x2d2.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device (origin-file)
RequiredBy: swap.target (destination-file)
WantedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device (destination-file)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device (origin-file)
After: system.slice (origin-file)
References: swap.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device (origin-file)
References: -.mount (origin-path)
ReferencedBy: swap.target (destination-file destination-default)
RequiresMountsFor: /dev/disk/by-uuid/2c267450-8b2b-4dad-910f-ecad9b951b5a (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/2c267450-8b2b-4dad-910f-ecad9b951b5a
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttytb.device:
Description: /dev/ttytb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttytb.device
Invocation ID: fddbce9449b448bfb26fa3872a29eec3
Following: sys-devices-virtual-tty-ttytb.device
Following Set Member: sys-devices-virtual-tty-ttytb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd2.device:
Description: /sys/devices/virtual/tty/ttyd2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd2.device
Invocation ID: 58426568c5dd4755a4d0e42bf17db5ce
Following Set Member: dev-ttyd2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu4.device:
Description: /sys/devices/virtual/tty/ttyu4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu4.device
Invocation ID: 686a403f9e00415f82b2b11b14e7d6ad
Following Set Member: dev-ttyu4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu4
Found: found-udev
-> Unit dev-ttyc2.device:
Description: /dev/ttyc2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc2.device
Invocation ID: 0e743102a8d84527a64ba85147fae38d
Following: sys-devices-virtual-tty-ttyc2.device
Following Set Member: sys-devices-virtual-tty-ttyc2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc2
Found: found-udev
-> Unit dev-ttyce.device:
Description: /dev/ttyce
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyce.device
Invocation ID: d75407542da84675ba85ede49b00e05e
Following: sys-devices-virtual-tty-ttyce.device
Following Set Member: sys-devices-virtual-tty-ttyce.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyce
Found: found-udev
-> Unit dev-ttyv4.device:
Description: /dev/ttyv4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv4.device
Invocation ID: 5ddde46455f84d338de5b2fe13ff8070
Following: sys-devices-virtual-tty-ttyv4.device
Following Set Member: sys-devices-virtual-tty-ttyv4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv4
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ConflictedBy: var-lib.mount (destination-file)
ConflictedBy: tmp.mount (destination-file)
ConflictedBy: var-spool-postfix.mount (destination-file)
ConflictedBy: var-cache.mount (destination-file)
ConflictedBy: run-user-1001.mount (destination-mountinfo-default)
ConflictedBy: dev-dm\x2d2.swap (destination-default)
ConflictedBy: home.mount (destination-file)
ConflictedBy: var-log.mount (destination-file)
ConflictedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-default)
ConflictedBy: dev-mapper-vg_pie\x2dswap.swap (destination-default)
ConflictedBy: var-www.mount (destination-file)
ConflictedBy: backup-zenwear.mount (destination-file)
ConflictedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ConflictedBy: var-spool-squid3.mount (destination-file)
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-default)
ConflictedBy: dev-vg_pie-swap.swap (destination-default)
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-default)
After: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-default)
After: var-lib.mount (destination-file)
After: tmp.mount (destination-file)
After: run-user-1001.mount (destination-mountinfo-default)
After: dev-dm\x2d2.swap (destination-default)
After: backup-zenwear.mount (destination-file)
After: var-cache.mount (destination-file)
After: var-spool-postfix.mount (destination-file)
After: var-www.mount (destination-file)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-default)
After: var-spool-squid3.mount (destination-file)
After: home.mount (destination-file)
After: var-spool-postfix-var-run-opendkim.mount (destination-file)
After: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-default)
After: var-spool-postfix-var-run-saslauthd.mount (destination-file)
After: dev-mapper-vg_pie\x2dswap.swap (destination-default)
After: var-log.mount (destination-file)
After: dev-vg_pie-swap.swap (destination-default)
ReferencedBy: home.mount (destination-file)
ReferencedBy: run-user-1001.mount (destination-mountinfo-default)
ReferencedBy: var-lib.mount (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-default)
ReferencedBy: var-spool-squid3.mount (destination-file)
ReferencedBy: dev-dm\x2d2.swap (destination-default)
ReferencedBy: var-www.mount (destination-file)
ReferencedBy: var-cache.mount (destination-file)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: dev-mapper-vg_pie\x2dswap.swap (destination-default)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-default)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-default)
ReferencedBy: var-log.mount (destination-file)
ReferencedBy: dev-vg_pie-swap.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-vg_pie-squid\x2dspool.device:
Description: /dev/vg_pie/squid-spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-squid\x2dspool.device
Invocation ID: d393a0d5d1e14d1f92cc44bf5e46af51
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit dev-vg_pie-var_lib.device:
Description: /dev/vg_pie/var_lib
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-var_lib.device
Invocation ID: be53ab3ad8e2414b91788d82aaa155da
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyrb.device:
Description: /sys/devices/virtual/tty/ttyrb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyrb.device
Invocation ID: f09e2b9007d04a1b9de9b4c9f1d80134
Following Set Member: dev-ttyrb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrb
Found: found-udev
-> Unit dev-ttyua.device:
Description: /dev/ttyua
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyua.device
Invocation ID: 904946284b3049a1ac08242163b1cdb2
Following: sys-devices-virtual-tty-ttyua.device
Following Set Member: sys-devices-virtual-tty-ttyua.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyua
Found: found-udev
-> Unit avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:24 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: avahi-daemon.service
Invocation ID: ff83d92fb3cc4b77aa7a3b72e9ed98bd
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: avahi-daemon.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: avahi-daemon.socket (destination-implicit)
TriggeredBy: avahi-daemon.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: system.slice (origin-file)
References: avahi-daemon.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: avahi-daemon.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 530
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: yes
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
PID: 530
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.7 starting up.
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyt2.device:
Description: /sys/devices/virtual/tty/ttyt2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt2.device
Invocation ID: e4efc0ac4d574922b06a1daa5b68cfaf
Following Set Member: dev-ttyt2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt2
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target (origin-default)
Before: networking.service (destination-file)
Before: network.target (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-networkd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: network.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit etckeeper.timer:
Description: Daily autocommit of changes in /etc directory
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 10:33:29 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: etckeeper.timer
Invocation ID: 20c2d3d43c2a4ce4a7f654bc03de92bb
Documentation: man:etckeeper(8)
Fragment Path: /lib/systemd/system/etckeeper.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: etckeeper.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
Triggers: etckeeper.service (origin-implicit)
References: timers.target (origin-default)
References: etckeeper.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: etckeeper.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit dev-block-8:0.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-block-8:0.device
Invocation ID: 62b46071e57a400687cb3a485dc92436
Following: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
BoundBy: lvm2-pvscan at 8:0.service (destination-file)
ReferencedBy: lvm2-pvscan at 8:0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-random-seed.service
Invocation ID: 324b3f24dd5046b29ee458c0e8589a02
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: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-lib.mount (origin-file origin-path)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: haveged.service (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: var-lib.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: var-lib.mount (origin-file origin-path)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 430
Start Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyy4.device:
Description: /sys/devices/virtual/tty/ttyy4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy4.device
Invocation ID: ad4f2bdad83147efa90c75f5ab8a6848
Following Set Member: dev-ttyy4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy4
Found: found-udev
-> Unit amavis.service:
Description: LSB: Starts amavisd-new mailfilter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:57 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:57 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/amavis.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: amavis.service
Name: amavisd-new.service
Invocation ID: 45db910a351949faab43ba5c6da2ea67
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavis.service
Source Path: /etc/init.d/amavis
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: amavisd-snmp-subagent.service (destination-file)
Before: amavis-mc.service (destination-file)
Before: multi-user.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: network-online.target (origin-file)
References: remote-fs.target (origin-file)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: amavis-mc.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/amavis start
PID: 1369
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:57 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavis stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttypc.device:
Description: /dev/ttypc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttypc.device
Invocation ID: b29b893143344fa1a410eae520d5999d
Following: sys-devices-virtual-tty-ttypc.device
Following Set Member: sys-devices-virtual-tty-ttypc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypc
Found: found-udev
-> Unit dev-ttybd.device:
Description: /dev/ttybd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttybd.device
Invocation ID: 90a436ae91074e45a5c7e994b03012c2
Following: sys-devices-virtual-tty-ttybd.device
Following Set Member: sys-devices-virtual-tty-ttybd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybd
Found: found-udev
-> Unit dev-ttyve.device:
Description: /dev/ttyve
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyve.device
Invocation ID: c1b0e46911e2459c85d0d85ade71dc76
Following: sys-devices-virtual-tty-ttyve.device
Following Set Member: sys-devices-virtual-tty-ttyve.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyve
Found: found-udev
-> Unit dev-ttyr8.device:
Description: /dev/ttyr8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr8.device
Invocation ID: cf5d25db84854f1dbb0358c04628cd49
Following: sys-devices-virtual-tty-ttyr8.device
Following Set Member: sys-devices-virtual-tty-ttyr8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyve.device:
Description: /sys/devices/virtual/tty/ttyve
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyve.device
Invocation ID: b6da38f517d7434aa95c544b4a5f3cac
Following Set Member: dev-ttyve.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyve
Found: found-udev
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:35 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network.target
Invocation ID: a35b1bbea7f045a5a6b813c20e314b3f
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
WantedBy: wpa_supplicant.service (destination-file)
WantedBy: networking.service (destination-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: squid.service (destination-file)
Before: fail2ban.service (destination-file)
Before: network-online.target (destination-file)
Before: apache2.service (destination-file)
Before: radvd.service (destination-file)
Before: rc-local.service (destination-file)
Before: opendkim.service (destination-file)
Before: apt-daily.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: ssh.service (destination-file)
Before: ntp.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: shutdown.target (origin-default)
Before: bind9.service (destination-file)
After: networking.service (destination-file)
After: wpa_supplicant.service (destination-file)
After: ifupdown-pre.service (destination-file)
After: systemd-networkd.service (destination-file)
After: network-pre.target (origin-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: squid.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: bind9.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: opendkim.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: rsync.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyx8.device:
Description: /sys/devices/virtual/tty/ttyx8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx8.device
Invocation ID: 000d6593e22745cfa836117fe4f5dd02
Following Set Member: dev-ttyx8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx8
Found: found-udev
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:49 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-fsckd.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-fsckd.socket
Invocation ID: 56e6eb04cf15419aa71a6ae7b9d9250e
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: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: systemd-fsckd.service (destination-file)
WantedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
WantedBy: systemd-fsck-root.service (destination-file)
Before: systemd-fsckd.service (origin-implicit)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-fsckd.service (origin-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: systemd-fsckd.service (origin-implicit)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
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
FileDescriptorName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttydd.device:
Description: /dev/ttydd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttydd.device
Invocation ID: 89af163363b04c59a9b9080faca4e431
Following: sys-devices-virtual-tty-ttydd.device
Following Set Member: sys-devices-virtual-tty-ttydd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydd
Found: found-udev
-> Unit armbian-ramlog.service:
Description: Armbian memory supported logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: armbian-ramlog.service
Invocation ID: 309413e751564bfd8168b1b71c1fe78e
Fragment Path: /lib/systemd/system/armbian-ramlog.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-log.mount (origin-file origin-path)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: rsyslog.service (origin-file)
Before: syslog.target (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: var-log.mount (origin-file origin-path)
After: armbian-zram-config.service (origin-file)
After: -.mount (origin-path)
References: rsyslog.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: syslog.target (origin-file)
References: sysinit.target (origin-file)
References: armbian-zram-config.service (origin-file)
References: var-log.mount (origin-file origin-path)
References: -.mount (origin-path)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/log.hdd (origin-file)
RequiresMountsFor: /var/log (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/armbian/armbian-ramlog start
PID: 472
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/lib/armbian/armbian-ramlog write
-> ExecStop:
Command Line: /usr/lib/armbian/armbian-ramlog stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyv2.device:
Description: /dev/ttyv2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv2.device
Invocation ID: 3a366f51d1fd483a8fdd779898dd43e8
Following: sys-devices-virtual-tty-ttyv2.device
Following Set Member: sys-devices-virtual-tty-ttyv2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv2
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sendmail.service
ConflictedBy: postfix.service (destination-file)
ReferencedBy: postfix.service (destination-file)
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
Invocation ID: a1bec17df00f4d7d80128c62efffc779
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
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
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: system.slice (origin-file)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: serial-getty at ttyS0.service (destination-file)
Before: rescue.target (destination-file)
Before: multi-user.target (destination-file)
Before: shutdown.target (origin-file)
Before: graphical.target (destination-file)
After: system.slice (origin-file)
After: emergency.service (destination-file)
After: getty at tty1.service (destination-file)
After: sysinit.target (origin-file)
After: serial-getty at ttyS0.service (destination-file)
After: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell rescue
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyc8.device:
Description: /sys/devices/virtual/tty/ttyc8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc8.device
Invocation ID: 5afd0e2544474c9d9232ee603a89331a
Following Set Member: dev-ttyc8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc8
Found: found-udev
-> Unit dev-ttysb.device:
Description: /dev/ttysb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttysb.device
Invocation ID: ef6740f0deff49e686aee7c0aa73a2fd
Following: sys-devices-virtual-tty-ttysb.device
Following Set Member: sys-devices-virtual-tty-ttysb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttys5.device:
Description: /sys/devices/virtual/tty/ttys5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys5.device
Invocation ID: 0f00dba21ed84d3994ece3f9ec5ad692
Following Set Member: dev-ttys5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr9.device:
Description: /sys/devices/virtual/tty/ttyr9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr9.device
Invocation ID: f06ee452e6164ffcb8c89c92b81611c8
Following Set Member: dev-ttyr9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyuc.device:
Description: /sys/devices/virtual/tty/ttyuc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyuc.device
Invocation ID: a92b5193e228436da08b851b49ee68c1
Following Set Member: dev-ttyuc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyuc
Found: found-udev
-> 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: Sun 2020-05-10 10:17:22 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/smartd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: smartd.service
Invocation ID: 901c81d212784b748c8fd4ff54c12d35
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartd.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 577
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/smartmontools
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
PID: 577
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyuf.device:
Description: /sys/devices/virtual/tty/ttyuf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyuf.device
Invocation ID: c905da6f815c496cad71df259b5aeae2
Following Set Member: dev-ttyuf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyuf
Found: found-udev
-> 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: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: 1e051b61d1cf4337ac04e626006ea9fe
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://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: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-path)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: sysinit.target (origin-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
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 dev-ttyv7.device:
Description: /dev/ttyv7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv7.device
Invocation ID: 4ce55bf1171f4d9bb2ce4df19d1bb305
Following: sys-devices-virtual-tty-ttyv7.device
Following Set Member: sys-devices-virtual-tty-ttyv7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv7
Found: found-udev
-> Unit clamav-freshclam.service:
Description: ClamAV virus database updater
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:35 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/clamav-freshclam.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: clamav-freshclam.service
Invocation ID: 76cea432e4e948abb73700342b191489
Documentation: man:freshclam(1)
Documentation: man:freshclam.conf(5)
Documentation: https://www.clamav.net/documents
Fragment Path: /lib/systemd/system/clamav-freshclam.service
ConditionPathExists: !/etc/cron.d/clamav-freshclam succeeded
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 1358
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/freshclam -d --foreground=true
PID: 1358
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyb3.device:
Description: /sys/devices/virtual/tty/ttyb3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb3.device
Invocation ID: 887befa54b064bfeb1816e42f1790b53
Following Set Member: dev-ttyb3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb3
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
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: Sun 2020-05-10 10:16:59 EEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttysb.device:
Description: /sys/devices/virtual/tty/ttysb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttysb.device
Invocation ID: 455545059468460a9cdb22fbf20c406b
Following Set Member: dev-ttysb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysb
Found: found-udev
-> Unit dev-ttyyb.device:
Description: /dev/ttyyb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyyb.device
Invocation ID: 3366beb38cb945c1ad82b0c9a023ebb5
Following: sys-devices-virtual-tty-ttyyb.device
Following Set Member: sys-devices-virtual-tty-ttyyb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq9.device:
Description: /sys/devices/virtual/tty/ttyq9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq9.device
Invocation ID: 0e452a59087240d0bb6914b9a7613a5e
Following Set Member: dev-ttyq9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx5.device:
Description: /sys/devices/virtual/tty/ttyx5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx5.device
Invocation ID: 41eb62058ac54a14ba74d106cc39c514
Following Set Member: dev-ttyx5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt1.device:
Description: /sys/devices/virtual/tty/ttyt1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt1.device
Invocation ID: 389eb713be404629adb71afc1c135e7b
Following Set Member: dev-ttyt1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt1
Found: found-udev
-> Unit dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a.device:
Description: /dev/disk/by-id/mmc-SA32G_0x2548146a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a.device
Invocation ID: 334b4c95051b4158ad4d467a64a65700
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
Following Set Member: dev-mmcblk0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0
Found: found-udev
-> Unit amavis-mc.service:
Description: LSB: Startup script for amavis master supervisor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:57 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/amavis-mc.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: amavis-mc.service
Invocation ID: 49cb2676c79c46d6ace7b4ce984cc871
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavis-mc.service
Source Path: /etc/init.d/amavis-mc
Condition Timestamp: Sun 2020-05-10 10:17:57 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:57 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: amavisd-snmp-subagent.service (destination-file)
Before: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
After: basic.target (origin-default)
After: amavis.service (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: amavis.service (origin-file)
References: multi-user.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/amavis-mc start
PID: 1728
Start Timestamp: Sun 2020-05-10 10:17:57 EEST
Exit Timestamp: Sun 2020-05-10 10:17:58 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavis-mc stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttye1.device:
Description: /dev/ttye1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye1.device
Invocation ID: 7031dad8bdbd4980a297debe12ea102c
Following: sys-devices-virtual-tty-ttye1.device
Following Set Member: sys-devices-virtual-tty-ttye1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyy5.device:
Description: /sys/devices/virtual/tty/ttyy5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy5.device
Invocation ID: 0779df2bb32547d3b0b8c2cabc7b9630
Following Set Member: dev-ttyy5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy5
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Requires: system.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-fsckd.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device:
Description: /dev/disk/by-id/dm-name-vg_pie-var--log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Invocation ID: a3f6bb97a3bd4967ac4ca09b84ef5fb6
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu7.device:
Description: /sys/devices/virtual/tty/ttyu7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu7.device
Invocation ID: f81c03014ee644c8a13a4adf361a3c7c
Following Set Member: dev-ttyu7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu7
Found: found-udev
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: n/a
CGroup:
CGroup realized: yes
CGroup realized mask: cpu cpuacct memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: cpu cpuacct memory pids
CGroup members mask: memory devices pids bpf-firewall bpf-devices
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: init.scope (destination-file)
RequiredBy: system.slice (destination-implicit)
RequiredBy: user.slice (destination-implicit)
WantedBy: slices.target (destination-file)
Before: user.slice (destination-implicit)
Before: slices.target (destination-file)
Before: system.slice (destination-implicit)
Before: init.scope (destination-file)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: slices.target (destination-file)
ReferencedBy: system.slice (destination-implicit)
ReferencedBy: init.scope (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=yes
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.socket
CGroup realized: no
CGroup own mask: memory pids
Name: dbus.socket
Invocation ID: c6e3aaecaed243d8be201841253a8e8e
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
WantedBy: systemd-logind.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: wpa_supplicant.service (destination-file)
Before: dbus.service (origin-implicit)
Before: systemd-logind.service (destination-file)
Before: shutdown.target (origin-default)
Before: avahi-daemon.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: dbus.service (origin-implicit)
References: -.mount (origin-path)
References: sockets.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: dbus.service (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file)
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
FileDescriptorName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit jabberd-c2s.service:
Description: jabberd-c2s.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: jabberd-c2s.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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: Sun 2020-05-10 10:16:59 EEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-udevd.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-hwdb update
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyc8.device:
Description: /dev/ttyc8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc8.device
Invocation ID: 91d535e0a4d5478ea40c5bfda4654031
Following: sys-devices-virtual-tty-ttyc8.device
Following Set Member: sys-devices-virtual-tty-ttyc8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp2.device:
Description: /sys/devices/virtual/tty/ttyp2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp2.device
Invocation ID: 7485b8759e234a17a3b5997d3db835d7
Following Set Member: dev-ttyp2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp2
Found: found-udev
-> Unit dev-ttyv6.device:
Description: /dev/ttyv6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv6.device
Invocation ID: 273b385503f649f6a784a22064145128
Following: sys-devices-virtual-tty-ttyv6.device
Following Set Member: sys-devices-virtual-tty-ttyv6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv6
Found: found-udev
-> Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: cryptsetup.target
Invocation ID: 7fc62e0f4d3743b5b38180adf83dfd5c
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyt0.device:
Description: /sys/devices/virtual/tty/ttyt0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt0.device
Invocation ID: f00187b27bda43ac85fbc288fe4de596
Following Set Member: dev-ttyt0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt0
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device:
Description: /dev/disk/by-id/dm-name-vg_pie-zenwear
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Invocation ID: cc6f9567cffb4b2189368fc5ba09aaa0
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> Unit dev-ttya4.device:
Description: /dev/ttya4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya4.device
Invocation ID: e7e4311ad2514f769472b9d4286dff0f
Following: sys-devices-virtual-tty-ttya4.device
Following Set Member: sys-devices-virtual-tty-ttya4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya4
Found: found-udev
-> Unit dev-dm\x2d8.device:
Description: /dev/dm-8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d8.device
Invocation ID: e98722e86fc840d1820794a06ba278c7
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> Unit dev-ttypd.device:
Description: /dev/ttypd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttypd.device
Invocation ID: 7ca3c883aa1a40459764218a02a4cabb
Following: sys-devices-virtual-tty-ttypd.device
Following Set Member: sys-devices-virtual-tty-ttypd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypd
Found: found-udev
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:22 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: cron.service
Invocation ID: 7d313a5c9a6943afaf04880c988635c2
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: nss-user-lookup.target (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: nss-user-lookup.target (origin-file)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 557
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 557
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyx3.device:
Description: /dev/ttyx3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx3.device
Invocation ID: 19130e3cb5b240de9ab7552fa83d9f0e
Following: sys-devices-virtual-tty-ttyx3.device
Following Set Member: sys-devices-virtual-tty-ttyx3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx3
Found: found-udev
-> Unit certbot.service:
Description: Certbot
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
State Change Timestamp: Thu 2020-05-14 04:08:13 EEST
Inactive Exit Timestamp: Thu 2020-05-14 04:06:08 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 04:08:13 EEST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: certbot.service
Invocation ID: 0849298a9d7c4fb1b27bc469869ee1a9
Documentation: file:///usr/share/doc/python-certbot-doc/html/index.html
Documentation: https://letsencrypt.readthedocs.io/en/latest/
Fragment Path: /lib/systemd/system/certbot.service
Condition Timestamp: Thu 2020-05-14 04:06:08 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 04:06:08 EEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: tmp.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: certbot.timer (destination-implicit)
After: basic.target (origin-default)
After: tmp.mount (origin-file origin-path)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
TriggeredBy: certbot.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: tmp.mount (origin-file origin-path)
References: basic.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: certbot.timer (destination-implicit)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: failed
Result: exit-code
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/certbot -q renew
PID: 10443
Start Timestamp: Thu 2020-05-14 04:06:08 EEST
Exit Timestamp: Thu 2020-05-14 04:08:13 EEST
Exit Code: exited
Exit Status: 1
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyv4.device:
Description: /sys/devices/virtual/tty/ttyv4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv4.device
Invocation ID: a16bd4cec7b4448c9ad40ee018385a04
Following Set Member: dev-ttyv4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyxe.device:
Description: /sys/devices/virtual/tty/ttyxe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxe.device
Invocation ID: 8ba6af4d6d1f46e3a15d2363727cd305
Following Set Member: dev-ttyxe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxe
Found: found-udev
-> Unit dev-ttyq2.device:
Description: /dev/ttyq2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq2.device
Invocation ID: 216c56912abb47aeacecc1d9ea8b0659
Following: sys-devices-virtual-tty-ttyq2.device
Following Set Member: sys-devices-virtual-tty-ttyq2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq2
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service (origin-file)
Requires: sysinit.target (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: multi-user.target (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: multi-user.target (destination-file)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-file)
After: rescue.service (origin-file)
After: sysinit.target (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: rescue.service (origin-file)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-virtual-tty-ttyb9.device:
Description: /sys/devices/virtual/tty/ttyb9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb9.device
Invocation ID: b35a051c16034fe28dca8e62e7be29b5
Following Set Member: dev-ttyb9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyva.device:
Description: /sys/devices/virtual/tty/ttyva
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyva.device
Invocation ID: 922f38ef04ff48bd895007a7dc7692df
Following Set Member: dev-ttyva.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyva
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz0.device:
Description: /sys/devices/virtual/tty/ttyz0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz0.device
Invocation ID: ac5adb515d954a2880c517d732629939
Following Set Member: dev-ttyz0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp4.device:
Description: /sys/devices/virtual/tty/ttyp4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp4.device
Invocation ID: 8a0a95721f4148ddb6045a55c7a855b2
Following Set Member: dev-ttyp4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp4
Found: found-udev
-> Unit backup-zenwear.mount:
Description: /backup/zenwear
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:19 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/backup-zenwear.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: backup-zenwear.mount
Invocation ID: 2fb14c34ea674154afff125fb0a40e56
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/backup-zenwear.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:19 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:19 EEST
Assert Result: yes
Requires: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-mapper-vg_pie\x2dzenwear.device (origin-mountinfo-implicit)
BindsTo: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
After: local-fs-pre.target (origin-file)
After: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
After: dev-mapper-vg_pie\x2dzenwear.device (origin-mountinfo-implicit)
After: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: local-fs-pre.target (origin-file)
References: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
References: dev-mapper-vg_pie\x2dzenwear.device (origin-mountinfo-implicit)
References: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /dev/disk/by-uuid/9c5a83a0-a65c-4b22-aa2e-11ac90fc2493 (origin-file)
RequiresMountsFor: /backup (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /backup/zenwear
What: /dev/mapper/vg_pie-zenwear
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit user-1001.slice:
Description: User Slice of UID 1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:07:32 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Enter Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user.slice
CGroup: /user.slice/user-1001.slice
CGroup realized: yes
CGroup realized mask: memory pids
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: user-1001.slice
Invocation ID: 60bea0317a124204b6789bcf219151f3
Documentation: man:user at .service(5)
DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Thu 2020-05-14 14:07:32 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 14:07:32 EEST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: session-1176.scope (destination-file)
RequiredBy: user-runtime-dir at 1001.service (destination-file)
RequiredBy: user at 1001.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user-runtime-dir at 1001.service (destination-file)
Before: shutdown.target (origin-default)
Before: session-1176.scope (destination-file)
Before: user at 1001.service (destination-file)
After: systemd-user-sessions.service (origin-file)
After: user.slice (origin-implicit)
References: user.slice (origin-implicit)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: session-1176.scope (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: user at 1001.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=9934
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyc5.device:
Description: /sys/devices/virtual/tty/ttyc5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc5.device
Invocation ID: cc1eb0587de7495fb90187b6d0cb4c4a
Following Set Member: dev-ttyc5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya1.device:
Description: /sys/devices/virtual/tty/ttya1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya1.device
Invocation ID: 56888326de614d54bad350f4d09a912c
Following Set Member: dev-ttya1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya1
Found: found-udev
-> Unit dev-ttyz1.device:
Description: /dev/ttyz1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz1.device
Invocation ID: f7f9218b526d41d7b929161fd8044c40
Following: sys-devices-virtual-tty-ttyz1.device
Following Set Member: sys-devices-virtual-tty-ttyz1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz1
Found: found-udev
-> Unit sys-devices-platform-soc\x401c00000-1c12000.mmc-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device:
Description: /sys/devices/platform/soc at 1c00000/1c12000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c12000.mmc-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device
Invocation ID: f02934e274844c4cbc5e1206a07d9a24
Following Set Member: sys-subsystem-net-devices-wlan0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c12000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: display-manager.service
WantedBy: graphical.target (destination-file)
Before: graphical.target (destination-file)
ReferencedBy: graphical.target (destination-file)
-> Unit dev-ttya3.device:
Description: /dev/ttya3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya3.device
Invocation ID: abef3d5bc5bb4c7bb3b3584253c69053
Following: sys-devices-virtual-tty-ttya3.device
Following Set Member: sys-devices-virtual-tty-ttya3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttys4.device:
Description: /sys/devices/virtual/tty/ttys4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys4.device
Invocation ID: 82a9da63eb72447cad99e08d0f1d1d3b
Following Set Member: dev-ttys4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys4
Found: found-udev
-> Unit hddtemp.service:
Description: LSB: disk temperature monitoring daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:37 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: hddtemp.service
Invocation ID: 04fc8bcd676d4cc2b14d618765743036
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hddtemp.service
Source Path: /etc/init.d/hddtemp
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: remote-fs.target (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/hddtemp start
PID: 1382
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/hddtemp stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyv3.device:
Description: /dev/ttyv3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv3.device
Invocation ID: ded5533a0c23461ebb34bc25711346d7
Following: sys-devices-virtual-tty-ttyv3.device
Following Set Member: sys-devices-virtual-tty-ttyv3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv3
Found: found-udev
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald-audit.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-journald-audit.socket
Invocation ID: 4e66b79446004231afbc0fcc3e7de56b
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: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: sockets.target (destination-file)
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
FileDescriptorName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit fail2ban.service:
Description: Fail2Ban Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/fail2ban.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: fail2ban.service
Invocation ID: 8cb8fe40035a43a6a8a6331b61e01950
Documentation: man:fail2ban(1)
Fragment Path: /lib/systemd/system/fail2ban.service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
PartOf: firewalld.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: network.target (origin-file)
After: firewalld.service (origin-file)
After: iptables.service (origin-file)
After: ip6tables.service (origin-file)
After: ipset.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: firewalld.service (origin-file)
References: iptables.service (origin-file)
References: ip6tables.service (origin-file)
References: ipset.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 1403
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/fail2ban/fail2ban.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/mkdir -p /var/run/fail2ban
PID: 1355
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/fail2ban-server -xf start
PID: 1403
Start Timestamp: Sun 2020-05-10 10:17:36 EEST
-> ExecReload:
Command Line: /usr/bin/fail2ban-client reload
-> ExecStop:
Command Line: /usr/bin/fail2ban-client stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyb7.device:
Description: /dev/ttyb7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb7.device
Invocation ID: dc7014fc2b434b40b5dfa6493941abaa
Following: sys-devices-virtual-tty-ttyb7.device
Following Set Member: sys-devices-virtual-tty-ttyb7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb7
Found: found-udev
-> Unit dev-ttyaf.device:
Description: /dev/ttyaf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyaf.device
Invocation ID: b6dc983eea154409934ba2e5bce93957
Following: sys-devices-virtual-tty-ttyaf.device
Following Set Member: sys-devices-virtual-tty-ttyaf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyaf
Found: found-udev
-> Unit jabberd-sm.service:
Description: jabberd-sm.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: jabberd-sm.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Invocation ID: a10de00762014622ad465a9e857d665d
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-dm\x2d7.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-vg_pie-www.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb0.device:
Description: /sys/devices/virtual/tty/ttyb0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb0.device
Invocation ID: b0c2ddbe86a1448ca03b7f35f32f398f
Following Set Member: dev-ttyb0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb0
Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d4.device:
Description: /sys/devices/virtual/block/dm-4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d4.device
Invocation ID: 9c3dd73a3e094ad9a3303886d9ecd475
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: dev-vg_pie-var_lib.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit dev-ttyq6.device:
Description: /dev/ttyq6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq6.device
Invocation ID: 71c1598048b04678a7a50f17944d2d86
Following: sys-devices-virtual-tty-ttyq6.device
Following Set Member: sys-devices-virtual-tty-ttyq6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye6.device:
Description: /sys/devices/virtual/tty/ttye6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye6.device
Invocation ID: abf3e5194fad4314bd96a55774f16979
Following Set Member: dev-ttye6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu0.device:
Description: /sys/devices/virtual/tty/ttyu0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu0.device
Invocation ID: 7b1377ec0ca34ef38c0d2040df87a979
Following Set Member: dev-ttyu0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu0
Found: found-udev
-> Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 00:00:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: logrotate.timer
Invocation ID: c1fc91cdb4244bea9dc4541c8c721b16
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: var-lib.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: logrotate.service (origin-implicit)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: var-lib.mount (origin-file origin-path)
Triggers: logrotate.service (origin-implicit)
References: sysinit.target (origin-default)
References: logrotate.service (origin-implicit)
References: var-lib.mount (origin-file origin-path)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: logrotate.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
OnCalendar: *-*-* 00:00:00
-> Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d2.device
Invocation ID: 0d2167a05fdc4134bb26ec8c8cd57966
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev,found-swap
-> Unit dev-mapper-vg_pie\x2dwww.device:
Description: /dev/mapper/vg_pie-www
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:17 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dwww.device
Invocation ID: f8bddc7081ad435db0382bd600a3dcd9
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-dm\x2d7.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-vg_pie-www.device
BoundBy: var-www.mount (destination-mountinfo-implicit)
Before: var-www.mount (destination-mountinfo-implicit)
ReferencedBy: var-www.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev,found-mount
-> Unit systemd-initctl.socket:
Description: initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-initctl.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-initctl.socket
Invocation ID: 3543cbfd7633479f983c7fba4210c866
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sockets.target (destination-file)
Before: systemd-initctl.service (origin-implicit)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-initctl.service (origin-implicit)
References: system.slice (origin-file)
References: systemd-initctl.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/initctl (origin-file)
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
FileDescriptorName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/initctl
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
Symlinks: /dev/initctl
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyr7.device:
Description: /sys/devices/virtual/tty/ttyr7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr7.device
Invocation ID: f6914b9cfb46488483d5932c6b51de93
Following Set Member: dev-ttyr7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz7.device:
Description: /sys/devices/virtual/tty/ttyz7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz7.device
Invocation ID: 88ed3349f5874a829c76df1ec931b328
Following Set Member: dev-ttyz7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz7
Found: found-udev
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: udev.service
Name: systemd-udevd.service
Invocation ID: ae9d2f797f7c4f2fa03e5687c9d8764e
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
WantedBy: systemd-udev-trigger.service (destination-file)
WantedBy: ifupdown-pre.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-networkd.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
After: systemd-hwdb-update.service (origin-file)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-hwdb-update.service (origin-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: sysfsutils.service (destination-file)
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: 194
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: yes
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 194
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Status Text: Processing with 15 children at max
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit sys-devices-virtual-tty-ttyy0.device:
Description: /sys/devices/virtual/tty/ttyy0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy0.device
Invocation ID: 64e40e71b6094902abbeec6464941156
Following Set Member: dev-ttyy0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy0
Found: found-udev
-> 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: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-remount-fs.service
Invocation ID: f8f37de830524c7db9677ead25246aae
Documentation: man:systemd-remount-fs.service(8)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-timesyncd.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 154
Start Timestamp: Sun 2020-05-10 10:16:58 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device:
Description: /dev/disk/by-id/dm-name-vg_pie-var_lib
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Invocation ID: 770a2cc09a9c4258aa7da76f1e5b7616
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-vg_pie-var_lib.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit dev-ttys6.device:
Description: /dev/ttys6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys6.device
Invocation ID: 45430e4f006741d0beba813d24281671
Following: sys-devices-virtual-tty-ttys6.device
Following Set Member: sys-devices-virtual-tty-ttys6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye2.device:
Description: /sys/devices/virtual/tty/ttye2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye2.device
Invocation ID: ff1a2e1977db4d448fcdf49e5457ac50
Following Set Member: dev-ttye2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye2
Found: found-udev
-> Unit dev-dm\x2d6.device:
Description: /dev/dm-6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d6.device
Invocation ID: b53df98c835641fab4a6723eb8179de2
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyab.device:
Description: /sys/devices/virtual/tty/ttyab
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyab.device
Invocation ID: 42b24d2674b3440488b354adcfdb31e9
Following Set Member: dev-ttyab.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyab
Found: found-udev
-> Unit dev-dm\x2d3.device:
Description: /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d3.device
Invocation ID: c0d3d9c497c444608f59d037a45a6262
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-vg_pie-var_cache.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> Unit dev-ttyc6.device:
Description: /dev/ttyc6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc6.device
Invocation ID: c1611f859ea142aca08cd9e240774e70
Following: sys-devices-virtual-tty-ttyc6.device
Following Set Member: sys-devices-virtual-tty-ttyc6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttypb.device:
Description: /sys/devices/virtual/tty/ttypb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttypb.device
Invocation ID: 4fc3b578397a44a2bf44d175a6eb9d8b
Following Set Member: dev-ttypb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyyc.device:
Description: /sys/devices/virtual/tty/ttyyc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyyc.device
Invocation ID: f8e6b23becb94f77a0c0ac0855dffb46
Following Set Member: dev-ttyyc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye0.device:
Description: /sys/devices/virtual/tty/ttye0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye0.device
Invocation ID: 5a6a3b0a70994843a615c14af5835035
Following Set Member: dev-ttye0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye0
Found: found-udev
-> Unit dev-ttyd6.device:
Description: /dev/ttyd6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd6.device
Invocation ID: 1eb97336ee5248c5800f7948131ed157
Following: sys-devices-virtual-tty-ttyd6.device
Following Set Member: sys-devices-virtual-tty-ttyd6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd6
Found: found-udev
-> Unit dev-ttyx0.device:
Description: /dev/ttyx0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx0.device
Invocation ID: ebfc168345064a83a97a7b4e05b2e7bb
Following: sys-devices-virtual-tty-ttyx0.device
Following Set Member: sys-devices-virtual-tty-ttyx0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx0
Found: found-udev
-> Unit systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service:
Description: File System Check on /dev/disk/by-uuid/9c5a83a0-a65c-4b22-aa2e-11ac90fc2493
Instance: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:19 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:19 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service
Invocation ID: 5fe0f538946646ae9e8162eae0330e8d
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
RequiredBy: backup-zenwear.mount (destination-file)
Conflicts: shutdown.target (origin-file)
Before: backup-zenwear.mount (destination-file)
Before: systemd-quotacheck.service (origin-file)
Before: shutdown.target (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-fsck-root.service (origin-file)
After: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
After: local-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-quotacheck.service (origin-file)
References: systemd-fsckd.socket (origin-file)
References: systemd-fsck-root.service (origin-file)
References: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: backup-zenwear.mount (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/9c5a83a0-a65c-4b22-aa2e-11ac90fc2493
PID: 398
Start Timestamp: Sun 2020-05-10 10:17:13 EEST
Exit Timestamp: Sun 2020-05-10 10:17:19 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-net-eth0.3573.device:
Description: /sys/devices/virtual/net/eth0.3573
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:28 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:28 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:28 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-eth0.3573.device
Invocation ID: e20d8e90eb024108bd75a878dab58d1c
Following Set Member: sys-subsystem-net-devices-eth0.3573.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/eth0.3573
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq1.device:
Description: /sys/devices/virtual/tty/ttyq1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq1.device
Invocation ID: 5a2c2a7d9d1245a69f2d0027f754fc5d
Following Set Member: dev-ttyq1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttys2.device:
Description: /sys/devices/virtual/tty/ttys2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys2.device
Invocation ID: 8f85731476444dd28802d72ac51df712
Following Set Member: dev-ttys2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye1.device:
Description: /sys/devices/virtual/tty/ttye1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye1.device
Invocation ID: 2240f40f6ea94e1ca57d0dac818e76fd
Following Set Member: dev-ttye1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye1
Found: found-udev
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: /sys/subsystem/net/devices/wlan0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-wlan0.device
Invocation ID: 2492c5eee10842b79a220e1bc99d07ee
Following Set Member: sys-devices-platform-soc\x401c00000-1c12000.mmc-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c12000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0
Found: found-udev
-> Unit dev-ttyy1.device:
Description: /dev/ttyy1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy1.device
Invocation ID: 834433a7eea04819b116ac5a072d56a4
Following: sys-devices-virtual-tty-ttyy1.device
Following Set Member: sys-devices-virtual-tty-ttyy1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy1
Found: found-udev
-> Unit sys-devices-platform-serial8250-tty-ttyS7.device:
Description: /sys/devices/platform/serial8250/tty/ttyS7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS7.device
Invocation ID: 8525358b649346ccbdbfe331d3068bab
Following Set Member: dev-ttyS7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS7
Found: found-udev
-> 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: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/avahi-daemon.socket
CGroup realized: no
CGroup own mask: memory pids
Name: avahi-daemon.socket
Invocation ID: 9357cf76adce433bbea332e33ca5a751
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: avahi-daemon.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: avahi-daemon.service (origin-implicit)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: avahi-daemon.service (origin-implicit)
References: avahi-daemon.service (origin-implicit)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
RequiresMountsFor: /run/avahi-daemon/socket (origin-file)
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
FileDescriptorName: avahi-daemon.socket
SELinuxContextFromNet: no
ListenStream: /run/avahi-daemon/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device:
Description: /dev/disk/by-id/dm-name-vg_pie-squid--spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
Invocation ID: 42e28f78a3fe461d8ef3491e1e9646ee
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt4.device:
Description: /sys/devices/virtual/tty/ttyt4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt4.device
Invocation ID: 80189daf61cb406ea61c23cc2f2a38a3
Following Set Member: dev-ttyt4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt4
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device:
Description: /dev/mapper/vg_pie-var--log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:19 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
Invocation ID: ec07b31d0b0247fc9e37e5ecf1497552
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
BoundBy: var-log.mount (destination-mountinfo-implicit)
Before: var-log.mount (destination-mountinfo-implicit)
ReferencedBy: var-log.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev,found-mount
-> Unit dev-ttye4.device:
Description: /dev/ttye4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye4.device
Invocation ID: 77751ec23c97437ab720772c88c73533
Following: sys-devices-virtual-tty-ttye4.device
Following Set Member: sys-devices-virtual-tty-ttye4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye4
Found: found-udev
-> Unit dev-ttyuf.device:
Description: /dev/ttyuf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyuf.device
Invocation ID: ba1601c505494f75b5caa7d4757712a9
Following: sys-devices-virtual-tty-ttyuf.device
Following Set Member: sys-devices-virtual-tty-ttyuf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyuf
Found: found-udev
-> Unit dev-ttyp5.device:
Description: /dev/ttyp5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp5.device
Invocation ID: 8208dfbcd9a144ab84c3df73a8a7960c
Following: sys-devices-virtual-tty-ttyp5.device
Following Set Member: sys-devices-virtual-tty-ttyp5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu9.device:
Description: /sys/devices/virtual/tty/ttyu9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu9.device
Invocation ID: 4c3ffdc7a03d4586adcf00a4afe95c84
Following Set Member: dev-ttyu9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu9
Found: found-udev
-> Unit dev-ttycc.device:
Description: /dev/ttycc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttycc.device
Invocation ID: 49f10a4e0b7046b3a0d6558161da52d0
Following: sys-devices-virtual-tty-ttycc.device
Following Set Member: sys-devices-virtual-tty-ttycc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz3.device:
Description: /sys/devices/virtual/tty/ttyz3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz3.device
Invocation ID: 340b15602e7d4f03b5805730d19d1c31
Following Set Member: dev-ttyz3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz3
Found: found-udev
-> Unit certbot.timer:
Description: Run certbot twice daily
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 04:08:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: certbot.timer
Invocation ID: 07edfa8db9c5464c8f9d646230c24236
Fragment Path: /lib/systemd/system/certbot.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: var-lib.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: certbot.service (origin-implicit)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: var-lib.mount (origin-file origin-path)
After: time-sync.target (origin-default)
Triggers: certbot.service (origin-implicit)
References: sysinit.target (origin-default)
References: certbot.service (origin-implicit)
References: var-lib.mount (origin-file origin-path)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: certbot.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 00,12:00:00
-> Unit sys-devices-virtual-tty-ttyw2.device:
Description: /sys/devices/virtual/tty/ttyw2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw2.device
Invocation ID: 77174208acd648d8991c148c2b0baaa1
Following Set Member: dev-ttyw2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw2
Found: found-udev
-> Unit dev-ttyq5.device:
Description: /dev/ttyq5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq5.device
Invocation ID: c7f9258de29d4ffe9e42fe2c36f848f4
Following: sys-devices-virtual-tty-ttyq5.device
Following Set Member: sys-devices-virtual-tty-ttyq5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyy7.device:
Description: /sys/devices/virtual/tty/ttyy7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy7.device
Invocation ID: 64acf4e951df4ff4b3203b79eb7c9ee6
Following Set Member: dev-ttyy7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttys6.device:
Description: /sys/devices/virtual/tty/ttys6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys6.device
Invocation ID: 599e0f6cff3343fe9e6903e1d7dd2e29
Following Set Member: dev-ttys6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys6
Found: found-udev
-> Unit var-cache.mount:
Description: /var/cache
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:18 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:18 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-cache.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-cache.mount
Invocation ID: 9dd1996fc4324dc79b87897d9ce0ead6
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-cache.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:14 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:14 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dvar_cache.device (origin-mountinfo-implicit)
RequiredBy: local-fs.target (destination-file)
RequiredBy: bind9.service (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: bind9.service (destination-file)
After: -.mount (origin-path)
After: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device (origin-file)
After: dev-mapper-vg_pie\x2dvar_cache.device (origin-mountinfo-implicit)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device (origin-file)
References: dev-mapper-vg_pie\x2dvar_cache.device (origin-mountinfo-implicit)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: bind9.service (destination-file)
RequiresMountsFor: /var (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/96e28c6c-7a9f-45ae-a57d-e5de35fedbec (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/cache
What: /dev/mapper/vg_pie-var_cache
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit home.mount:
Description: /home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:16 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:16 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/home.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: home.mount
Invocation ID: 37967da1496141e2a899b5cfba1c19af
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/home.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:13 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:13 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dhome.device (origin-mountinfo-implicit)
RequiredBy: local-fs.target (destination-file)
RequiredBy: session-1176.scope (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: session-1176.scope (destination-file)
After: local-fs-pre.target (origin-file)
After: dev-mapper-vg_pie\x2dhome.device (origin-mountinfo-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device (origin-file)
After: -.mount (origin-path)
References: local-fs-pre.target (origin-file)
References: dev-mapper-vg_pie\x2dhome.device (origin-mountinfo-implicit)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device (origin-file)
References: -.mount (origin-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: session-1176.scope (destination-file)
RequiresMountsFor: / (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/ae9684ac-e55c-4248-bc29-1216bbe8e2fe (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /home
What: /dev/mapper/vg_pie-home
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyr6.device:
Description: /dev/ttyr6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr6.device
Invocation ID: 83eed847cfd242548001e90480cba99f
Following: sys-devices-virtual-tty-ttyr6.device
Following Set Member: sys-devices-virtual-tty-ttyr6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr6
Found: found-udev
-> Unit dev-ttyud.device:
Description: /dev/ttyud
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyud.device
Invocation ID: 495b4bcb59a14f5c93b012075ecf4adc
Following: sys-devices-virtual-tty-ttyud.device
Following Set Member: sys-devices-virtual-tty-ttyud.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyud
Found: found-udev
-> Unit amavisd-snmp-subagent.service:
Description: LSB: Startup script for amavis snmp subagent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: amavisd-snmp-subagent.service
Invocation ID: 88dc46dd3ba34ba7b50978d8adcb38e0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavisd-snmp-subagent.service
Source Path: /etc/init.d/amavisd-snmp-subagent
Condition Timestamp: Sun 2020-05-10 10:17:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: amavis.service (origin-file)
After: amavis-mc.service (origin-file)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
After: snmpd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: system.slice (origin-file)
References: amavis.service (origin-file)
References: amavis-mc.service (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: snmpd.service (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/amavisd-snmp-subagent start
PID: 1736
Start Timestamp: Sun 2020-05-10 10:17:58 EEST
Exit Timestamp: Sun 2020-05-10 10:17:59 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavisd-snmp-subagent stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttys7.device:
Description: /sys/devices/virtual/tty/ttys7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys7.device
Invocation ID: f871032d2e414908a67486f94297e2c2
Following Set Member: dev-ttys7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqe.device:
Description: /sys/devices/virtual/tty/ttyqe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqe.device
Invocation ID: 33fce79c718f474e8147855f898b77bf
Following Set Member: dev-ttyqe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqe
Found: found-udev
-> Unit dev-ttys2.device:
Description: /dev/ttys2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys2.device
Invocation ID: ff3d42285af84572bda72cf3c8a3aea3
Following: sys-devices-virtual-tty-ttys2.device
Following Set Member: sys-devices-virtual-tty-ttys2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys2
Found: found-udev
-> Unit dev-ttyy0.device:
Description: /dev/ttyy0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy0.device
Invocation ID: 172aecf4446441ed8eb592b83710c864
Following: sys-devices-virtual-tty-ttyy0.device
Following Set Member: sys-devices-virtual-tty-ttyy0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyvd.device:
Description: /sys/devices/virtual/tty/ttyvd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyvd.device
Invocation ID: 9c9fd1c48bad4a13b8b59fe0a8afd5c4
Following Set Member: dev-ttyvd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvd
Found: found-udev
-> Unit dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device:
Description: /dev/disk/by-uuid/ae9684ac-e55c-4248-bc29-1216bbe8e2fe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Invocation ID: e94e3ffaa80b463cbc277d652bbc3b02
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-dm\x2d6.device
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
BoundBy: home.mount (destination-file)
Before: home.mount (destination-file)
ReferencedBy: home.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> Unit dev-ttyd9.device:
Description: /dev/ttyd9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd9.device
Invocation ID: 280bacead6b4423591dc84a6d50330cc
Following: sys-devices-virtual-tty-ttyd9.device
Following Set Member: sys-devices-virtual-tty-ttyd9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt7.device:
Description: /sys/devices/virtual/tty/ttyt7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt7.device
Invocation ID: b4a0c40726914d1f80dfd3e59a2f3737
Following Set Member: dev-ttyt7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw5.device:
Description: /sys/devices/virtual/tty/ttyw5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw5.device
Invocation ID: 330e5330049a4d868eb9cc046807342b
Following Set Member: dev-ttyw5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq2.device:
Description: /sys/devices/virtual/tty/ttyq2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq2.device
Invocation ID: e52f0569c6974b968a7f67012d724a96
Following Set Member: dev-ttyq2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq2
Found: found-udev
-> Unit dev-ttye6.device:
Description: /dev/ttye6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye6.device
Invocation ID: 23567c17c1414ce7be8148577954bfa1
Following: sys-devices-virtual-tty-ttye6.device
Following Set Member: sys-devices-virtual-tty-ttye6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx9.device:
Description: /sys/devices/virtual/tty/ttyx9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx9.device
Invocation ID: 8a04c34134e8448ab2bddc1cf80a7e79
Following Set Member: dev-ttyx9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx9
Found: found-udev
-> Unit dev-ttya8.device:
Description: /dev/ttya8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya8.device
Invocation ID: d760013fb08342d9ba63e93c1d3f07c3
Following: sys-devices-virtual-tty-ttya8.device
Following Set Member: sys-devices-virtual-tty-ttya8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya8
Found: found-udev
-> Unit dev-ttyzd.device:
Description: /dev/ttyzd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyzd.device
Invocation ID: 08a7217c2ffe4bbd8b3894810f7b1931
Following: sys-devices-virtual-tty-ttyzd.device
Following Set Member: sys-devices-virtual-tty-ttyzd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzd
Found: found-udev
-> Unit dev-ttyqf.device:
Description: /dev/ttyqf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqf.device
Invocation ID: 4fac7df2063a4cbca704df56758cefd7
Following: sys-devices-virtual-tty-ttyqf.device
Following Set Member: sys-devices-virtual-tty-ttyqf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqf
Found: found-udev
-> Unit session-1176.scope:
Description: Session 1176 of user mwg
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:07:33 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:07:33 EEST
Active Enter Timestamp: Thu 2020-05-14 14:07:33 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/session-1176.scope
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: session-1176.scope
Invocation ID: 6cf2ab4f545e4cc7a41c2546cc6f4722
Fragment Path: /run/systemd/transient/session-1176.scope
Condition Timestamp: Thu 2020-05-14 14:07:33 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 14:07:33 EEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1001.slice (origin-file)
Requires: home.mount (origin-file)
Wants: user-runtime-dir at 1001.service (origin-file)
Wants: user at 1001.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user-runtime-dir at 1001.service (origin-file)
After: systemd-logind.service (origin-file)
After: user-1001.slice (origin-file)
After: user at 1001.service (origin-file)
After: home.mount (origin-file)
After: systemd-user-sessions.service (origin-file)
After: -.mount (origin-file)
References: user-runtime-dir at 1001.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-logind.service (origin-file)
References: user-1001.slice (origin-file)
References: user at 1001.service (origin-file)
References: home.mount (origin-file)
References: systemd-user-sessions.service (origin-file)
References: -.mount (origin-file)
RequiresMountsFor: /home/mwg (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit man-db.timer:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 00:00:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: man-db.timer
Invocation ID: b4a33cc2fbfc450588d8782f435e8a0c
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: var-lib.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: man-db.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: var-lib.mount (origin-file origin-path)
Triggers: man-db.service (origin-implicit)
References: sysinit.target (origin-default)
References: var-lib.mount (origin-file origin-path)
References: time-sync.target (origin-default)
References: man-db.service (origin-implicit)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
OnCalendar: *-*-* 00:00:00
-> Unit dev-ttyt2.device:
Description: /dev/ttyt2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt2.device
Invocation ID: 68f940ae99ee446db4607e300445ae87
Following: sys-devices-virtual-tty-ttyt2.device
Following Set Member: sys-devices-virtual-tty-ttyt2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt2
Found: found-udev
-> 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: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Invocation ID: 35c7ee7edff548c28bddbcd5be47d3cd
Following Set Member: dev-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
Found: found-udev
-> Unit dev-ttyx5.device:
Description: /dev/ttyx5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx5.device
Invocation ID: 66af0f3103ba4124ac07b6098f14b3e9
Following: sys-devices-virtual-tty-ttyx5.device
Following Set Member: sys-devices-virtual-tty-ttyx5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx5
Found: found-udev
-> 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: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Invocation ID: 0b4a9478ce264b1db551d1d7a5eba42f
Following Set Member: dev-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
-> Unit dev-ttys1.device:
Description: /dev/ttys1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys1.device
Invocation ID: f4ba2ecbcc7140ef8f2b17426ed72eb4
Following: sys-devices-virtual-tty-ttys1.device
Following Set Member: sys-devices-virtual-tty-ttys1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys1
Found: found-udev
-> Unit dev-ttyye.device:
Description: /dev/ttyye
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyye.device
Invocation ID: c33fbb713bc94406adca64f2db6e143e
Following: sys-devices-virtual-tty-ttyye.device
Following Set Member: sys-devices-virtual-tty-ttyye.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyye
Found: found-udev
-> Unit dev-ttyuc.device:
Description: /dev/ttyuc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyuc.device
Invocation ID: 3b8c4619803d437596a3f4bbe7c0c178
Following: sys-devices-virtual-tty-ttyuc.device
Following Set Member: sys-devices-virtual-tty-ttyuc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyuc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx4.device:
Description: /sys/devices/virtual/tty/ttyx4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx4.device
Invocation ID: 2e00e026ffbe4a649441698c1571580b
Following Set Member: dev-ttyx4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx4
Found: found-udev
-> Unit dev-ttyz5.device:
Description: /dev/ttyz5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz5.device
Invocation ID: 6a97c3a25c8f4bb0b2c4e75592256335
Following: sys-devices-virtual-tty-ttyz5.device
Following Set Member: sys-devices-virtual-tty-ttyz5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz5
Found: found-udev
-> Unit logrotate.service:
Description: Rotate log files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2020-05-14 00:00:12 EEST
Inactive Exit Timestamp: Thu 2020-05-14 00:00:09 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 00:00:12 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory devices pids bpf-devices
Name: logrotate.service
Invocation ID: 7207dc2ae1104002b6465a05a1e0a2d9
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.service
ConditionACPower: true succeeded
Condition Timestamp: Thu 2020-05-14 00:00:09 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 00:00:09 EEST
Assert Result: yes
Requires: tmp.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: logrotate.timer (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
TriggeredBy: logrotate.timer (destination-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: tmp.mount (origin-file origin-path)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: logrotate.timer (destination-implicit)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: best-effort
IOPriority: 7
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/logrotate /etc/logrotate.conf
PID: 4636
Start Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Timestamp: Thu 2020-05-14 00:00:12 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=closed
Delegate=no
-> Unit dev-ttys5.device:
Description: /dev/ttys5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys5.device
Invocation ID: 5a3eaa54f2e345f68a00429b5a8966fc
Following: sys-devices-virtual-tty-ttys5.device
Following Set Member: sys-devices-virtual-tty-ttys5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyea.device:
Description: /sys/devices/virtual/tty/ttyea
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyea.device
Invocation ID: ec07afd537f44606b10a8e3640583c3a
Following Set Member: dev-ttyea.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyea
Found: found-udev
-> Unit radvd.service:
Description: Router advertisement daemon for IPv6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:19:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:19:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:19:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/radvd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Name: radvd.service
Invocation ID: 4afc8d181c5147f5b3cd0364d7cbcbeb
Documentation: man:radvd(8)
Fragment Path: /lib/systemd/system/radvd.service
Condition Timestamp: Sun 2020-05-10 10:19:08 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:19:08 EEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: tmp.mount (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: tmp.mount (origin-file)
After: network.target (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: tmp.mount (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
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: 2392
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/radvd.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
CPUSchedulingPolicy: idle
CPUSchedulingPriority: 0
CPUSchedulingResetOnFork: no
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_raw
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/sbin/radvd --logmethod stderr_clean --configtest
PID: 2382
Start Timestamp: Sun 2020-05-10 10:19:08 EEST
Exit Timestamp: Sun 2020-05-10 10:19:12 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/radvd --logmethod stderr_clean
PID: 2391
Start Timestamp: Sun 2020-05-10 10:19:12 EEST
Exit Timestamp: Sun 2020-05-10 10:19:13 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/radvd --logmethod stderr_clean --configtest
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=closed
Delegate=no
-> Unit sys-devices-virtual-tty-ttyzc.device:
Description: /sys/devices/virtual/tty/ttyzc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyzc.device
Invocation ID: 6d5939266d0e4873a326bbff3247923f
Following Set Member: dev-ttyzc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzc
Found: found-udev
-> Unit dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device:
Description: /dev/disk/by-uuid/2c267450-8b2b-4dad-910f-ecad9b951b5a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Invocation ID: d93db5a79136467db3299f443f858826
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Wants: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (origin-file)
BoundBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
Before: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-getty.slice
Invocation ID: 00afde1048b54f8fba0a60fa969b0393
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Invocation ID: 70c31ee71bd94cefb395556ef7a11e1e
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-dm\x2d6.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> Unit dev-ttyu0.device:
Description: /dev/ttyu0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu0.device
Invocation ID: 062cccb0442d43659bb64343ff222724
Following: sys-devices-virtual-tty-ttyu0.device
Following Set Member: sys-devices-virtual-tty-ttyu0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr2.device:
Description: /sys/devices/virtual/tty/ttyr2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr2.device
Invocation ID: 9ec33de69e5c4e1fa20b60ad32927c8a
Following Set Member: dev-ttyr2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr2
Found: found-udev
-> Unit dev-ttyd7.device:
Description: /dev/ttyd7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd7.device
Invocation ID: bf99819fd4f4446bba2d606fb5fd2a5f
Following: sys-devices-virtual-tty-ttyd7.device
Following Set Member: sys-devices-virtual-tty-ttyd7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu3.device:
Description: /sys/devices/virtual/tty/ttyu3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu3.device
Invocation ID: 1a742d86b7e94adaa4cd367852b44861
Following Set Member: dev-ttyu3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu3
Found: found-udev
-> Unit dev-ttyxa.device:
Description: /dev/ttyxa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxa.device
Invocation ID: 82b336538e1344009cabd9083e0316fe
Following: sys-devices-virtual-tty-ttyxa.device
Following Set Member: sys-devices-virtual-tty-ttyxa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxa
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: system.slice (origin-file)
Requires: lvm2-lvmpolld.socket (origin-file)
Conflicts: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: lvm2-lvmpolld.socket (origin-file destination-implicit)
TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
References: shutdown.target (origin-file)
References: lvm2-lvmpolld.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttywb.device:
Description: /sys/devices/virtual/tty/ttywb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywb.device
Invocation ID: 14432769f15c44f0bbb18f2d44d7fd98
Following Set Member: dev-ttywb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywb
Found: found-udev
-> Unit dev-ttyp0.device:
Description: /dev/ttyp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp0.device
Invocation ID: f16043fd5e294dbbb296c42a6d6ecb7f
Following: sys-devices-virtual-tty-ttyp0.device
Following Set Member: sys-devices-virtual-tty-ttyp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp0
Found: found-udev
-> Unit dev-ttyd2.device:
Description: /dev/ttyd2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd2.device
Invocation ID: b4f8ec06b89e4331aca4ec743c77d195
Following: sys-devices-virtual-tty-ttyd2.device
Following Set Member: sys-devices-virtual-tty-ttyd2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd2
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dswap.swap:
Description: /dev/mapper/vg_pie-swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-mapper-vg_pie\x2dswap.swap
Invocation ID: 7927bc61fd9f41c3898922154479efc8
Following: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-vg_pie-swap.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Following Set Member: dev-dm\x2d2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/mapper/vg_pie-swap (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mapper/vg_pie-swap
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyxd.device:
Description: /sys/devices/virtual/tty/ttyxd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxd.device
Invocation ID: 0750be329c15417a96ea87d1a3b5584b
Following Set Member: dev-ttyxd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye3.device:
Description: /sys/devices/virtual/tty/ttye3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye3.device
Invocation ID: 2da524c1739244659c83fb2a3c214f8a
Following Set Member: dev-ttye3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye3
Found: found-udev
-> Unit dev-ttyb2.device:
Description: /dev/ttyb2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb2.device
Invocation ID: f90022bd6a0e44cfb2a5d29726449948
Following: sys-devices-virtual-tty-ttyb2.device
Following Set Member: sys-devices-virtual-tty-ttyb2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyc2.device:
Description: /sys/devices/virtual/tty/ttyc2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc2.device
Invocation ID: 98dd5a70d9a34ee9a029966bf1e83770
Following Set Member: dev-ttyc2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc2
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: syslog.target
After: armbian-ramlog.service (destination-file)
ReferencedBy: armbian-ramlog.service (destination-file)
-> Unit sys-devices-virtual-tty-ttyc3.device:
Description: /sys/devices/virtual/tty/ttyc3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc3.device
Invocation ID: 92f33e3a8ac0414ea0e13127bacc23b6
Following Set Member: dev-ttyc3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu8.device:
Description: /sys/devices/virtual/tty/ttyu8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu8.device
Invocation ID: 1a9236520fde42d4bc40b3bf1a9af236
Following Set Member: dev-ttyu8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttysd.device:
Description: /sys/devices/virtual/tty/ttysd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttysd.device
Invocation ID: 3a49aa48ca1142b39ce231d45851db8f
Following Set Member: dev-ttysd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttycb.device:
Description: /sys/devices/virtual/tty/ttycb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttycb.device
Invocation ID: 2b45c9db4706473d88e2e50c0dbb0cf8
Following Set Member: dev-ttycb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycb
Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d3.device:
Description: /sys/devices/virtual/block/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d3.device
Invocation ID: 1ca16dbba0a749afb0cc655930abe77a
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-vg_pie-var_cache.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv5.device:
Description: /sys/devices/virtual/tty/ttyv5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv5.device
Invocation ID: eae6ea19d4624128bc9e1702f2e1288a
Following Set Member: dev-ttyv5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv5
Found: found-udev
-> 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: Sun 2020-05-10 10:17:25 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-rfkill.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-rfkill.socket
Invocation ID: 07d99edeb290439e8f39b2ea04b4df4c
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-lib.mount (origin-file origin-path)
Requires: -.mount (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-rfkill.service (origin-implicit)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: -.mount (origin-file)
After: var-lib.mount (origin-file origin-path)
Triggers: systemd-rfkill.service (origin-implicit)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
References: -.mount (origin-file)
References: systemd-rfkill.service (origin-implicit)
References: var-lib.mount (origin-file origin-path)
References: shutdown.target (origin-file)
ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
RequiresMountsFor: /dev/rfkill (origin-file)
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
FileDescriptorName: systemd-rfkill.socket
SELinuxContextFromNet: no
ListenSpecial: /dev/rfkill
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttys9.device:
Description: /sys/devices/virtual/tty/ttys9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys9.device
Invocation ID: 9eeae7e52b57410189917d5a12ae2991
Following Set Member: dev-ttys9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys9
Found: found-udev
-> Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/sys-kernel-config.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: sys-kernel-config.mount
Invocation ID: ef027a82911f4b37bf0272ff647eca12
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: https://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 succeeded
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sys-module-configfs.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: sys-module-configfs.device (destination-udev)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttye8.device:
Description: /sys/devices/virtual/tty/ttye8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye8.device
Invocation ID: 00bf9f551ecc46598aefb938d43e937a
Following Set Member: dev-ttye8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttypc.device:
Description: /sys/devices/virtual/tty/ttypc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttypc.device
Invocation ID: 3fe9202e1b8241958bff3ae675d7f70d
Following Set Member: dev-ttypc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypc
Found: found-udev
-> Unit dev-ttyr1.device:
Description: /dev/ttyr1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr1.device
Invocation ID: 423166b676f44ee9aa377ce8a4643105
Following: sys-devices-virtual-tty-ttyr1.device
Following Set Member: sys-devices-virtual-tty-ttyr1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr1
Found: found-udev
-> 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: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-ask-password-wall.path
Invocation ID: 5e84ca1a3452417792d452f6bde47dbc
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: paths.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: cryptsetup.target (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: paths.target (origin-file)
References: emergency.service (origin-file)
References: -.mount (origin-path)
References: systemd-ask-password-wall.service (origin-implicit)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
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 sys-devices-virtual-tty-ttyd7.device:
Description: /sys/devices/virtual/tty/ttyd7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd7.device
Invocation ID: a4364926e86243d7b4ba29cfb6b0edeb
Following Set Member: dev-ttyd7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye5.device:
Description: /sys/devices/virtual/tty/ttye5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye5.device
Invocation ID: 72d560bedd774faab184c836d70963e3
Following Set Member: dev-ttye5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyca.device:
Description: /sys/devices/virtual/tty/ttyca
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyca.device
Invocation ID: 30420213e1a847cb934188f12fcc5577
Following Set Member: dev-ttyca.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyca
Found: found-udev
-> Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:23 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:23 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: lm-sensors.service
Invocation ID: 5879c1c105bb48a5a731e0919513ef69
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/sensors -s
PID: 569
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 1
Command Line: /usr/bin/sensors
PID: 597
Start Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 1
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyz7.device:
Description: /dev/ttyz7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz7.device
Invocation ID: 85ec56c2825440c68b9051afa4ea27e9
Following: sys-devices-virtual-tty-ttyz7.device
Following Set Member: sys-devices-virtual-tty-ttyz7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt3.device:
Description: /sys/devices/virtual/tty/ttyt3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt3.device
Invocation ID: 57f62a6a086d429ba84609531c0784e1
Following Set Member: dev-ttyt3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw7.device:
Description: /sys/devices/virtual/tty/ttyw7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw7.device
Invocation ID: 414021251c134b42aee07b54273cbc67
Following Set Member: dev-ttyw7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq3.device:
Description: /sys/devices/virtual/tty/ttyq3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq3.device
Invocation ID: a1a603dc8305416e8d340416c1d21353
Following Set Member: dev-ttyq3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyyf.device:
Description: /sys/devices/virtual/tty/ttyyf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyyf.device
Invocation ID: 5033801297724115b2f654673f035205
Following Set Member: dev-ttyyf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyf
Found: found-udev
-> Unit dev-ttyr0.device:
Description: /dev/ttyr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr0.device
Invocation ID: ed8bc48c0e884490a46a5039d0a6b09c
Following: sys-devices-virtual-tty-ttyr0.device
Following Set Member: sys-devices-virtual-tty-ttyr0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye7.device:
Description: /sys/devices/virtual/tty/ttye7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye7.device
Invocation ID: f0c6412ffcc84d98ac532c1dbc9fa2d2
Following Set Member: dev-ttye7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye7
Found: found-udev
-> Unit dev-ttyp8.device:
Description: /dev/ttyp8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp8.device
Invocation ID: 556806331b054a79b0b502fdf9459963
Following: sys-devices-virtual-tty-ttyp8.device
Following Set Member: sys-devices-virtual-tty-ttyp8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd1.device:
Description: /sys/devices/virtual/tty/ttyd1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd1.device
Invocation ID: 334949dc60884472aac98c9563108847
Following Set Member: dev-ttyd1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd1
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory devices pids bpf-devices
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 untested
ConditionFileIsExecutable: !/usr/sbin/chronyd untested
ConditionFileIsExecutable: !/usr/sbin/openntpd untested
ConditionFileIsExecutable: !/usr/sbin/ntpd untested
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: tmp.mount (origin-path)
Requires: var-lib.mount (origin-path)
Wants: time-sync.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: ntp.service (destination-file)
Before: sysinit.target (origin-file)
Before: time-sync.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: tmp.mount (origin-path)
After: var-lib.mount (origin-path)
After: systemd-sysusers.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: -.mount (origin-path)
References: shutdown.target (origin-file)
References: var-lib.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
References: tmp.mount (origin-path)
References: time-sync.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/timesync (origin-file)
RequiresMountsFor: /tmp (origin-file)
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
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/timesync
StateDirectoryMode: 0755
StateDirectory: systemd/timesync
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
AmbientCapabilities: cap_sys_time
User: systemd-timesync
DynamicUser: no
LockPersonality: yes
SystemCallFilter: ioprio_get sched_getaffinity ftruncate clock_settime utimes truncate64 setresgid32 eventfd fdatasync mq_timedsend getcwd setregid32 flistxattr setregid semop wait4 fgetxattr fadvise64_64 shmctl set_tid_address setreuid dup2 unlink getegid ioctl sched_getattr fchmodat rmdir fallocate setsid llistxattr mq_unlink get_thread_area linkat vfork sendto semctl stime timerfd_create sched_getscheduler pipe2 utime writev set_mempolicy sched_setaffinity msgrcv io_submit getresuid mq_open readv mkdir fchdir openat io_destroy epoll_pwait getrusage setitimer nanosleep recv msgctl sigaltstack truncate waitid setxattr rt_sigaction capset get_mempolicy getpgrp mlockall setgroups lstat readahead removexattr pwrite64 sched_setscheduler membarrier getsockname chdir timer_gettime timerfd_settime rt_tgsigqueueinfo preadv2 epoll_wait msgsnd fstatat64 sched_get_priority_max fstat chown32 sigprocmask setgid32 setpgid eventfd2 mmap2 sched_setattr getpid getrandom setpriority sched_setparam flock timer_delete process_vm_readv munmap memfd_create set_robust_list creat pwritev2 getsid fchown execve ugetrlimit exit read get_robust_list sendfile64 setresuid getcpu dup accept newfstatat getpriority statx pipe bind mq_notify setns setgroups32 name_to_handle_at fork shmdt capget getresuid32 restart_syscall clock_adjtime clock_nanosleep fcntl tgkill epoll_create1 kcmp rt_sigreturn oldlstat readdir sigreturn socketcall sched_yield mmap tee getpgid futex olduname getdents sync_file_range sync pwritev socket time close getrlimit symlinkat rt_sigqueueinfo inotify_init1 setresgid oldfstat fchmod readlink swapcontext sched_getparam timer_create arch_prctl epoll_ctl lgetxattr symlink getgid utimensat mq_getsetattr getppid link listen timer_getoverrun set_thread_area gettimeofday brk splice mknod futimesat poll alarm chmod semget userfaultfd lchown dup3 sched_rr_get_interval mlock setreuid32 setfsuid fchown32 add_key umask pread64 vmsplice adjtimex mq_timedreceive clock_getres mlock2 shmget shutdown copy_file_range oldstat access msync _llseek epoll_create remap_file_pages epoll_ctl_old lseek stat getresgid ppoll kill getgroups32 lchown32 setresuid32 sigsuspend personality getuid sched_get_priority_min fcntl64 mremap mbind settimeofday madvise inotify_rm_watch munlockall timerfd_gettime fstat64 setfsgid32 setuid32 clone geteuid32 sendmmsg chown sigaction munlock recvfrom getitimer timer_settime setfsuid32 _newselect getxattr lremovexattr socketpair renameat setfsgid setgid signal exit_group fremovexattr oldolduname recvmmsg clock_gettime rt_sigtimedwait geteuid sendmsg getuid32 recvmsg set_tls renameat2 pause accept4 stat64 fchownat setsockopt setrlimit getgid32 pselect6 readlinkat prlimit64 io_setup statfs64 io_getevents lstat64 shmat unlinkat listxattr sendfile arm_sync_file_range waitpid inotify_add_watch mprotect epoll_wait_old ioprio_set fsetxattr sigpending move_pages migrate_pages prctl mknodat request_key unshare rt_sigsuspend getsockopt getdents64 statfs mkdirat getgroups uname signalfd lsetxattr nice rename signalfd4 rt_sigpending io_cancel select connect tkill getpeername semtimedop faccessat times send rt_sigprocmask execveat open fadvise64 ipc write fsync fstatfs sysinfo keyctl inotify_init setuid getegid32 syncfs fstatfs64 getresgid32 process_vm_writev msgget preadv gettid ftruncate64
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=closed
Delegate=no
-> Unit sys-devices-virtual-tty-ttyq0.device:
Description: /sys/devices/virtual/tty/ttyq0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq0.device
Invocation ID: c288a4bcca804c0d8312a82d4f8507b0
Following Set Member: dev-ttyq0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq0
Found: found-udev
-> Unit dev-ttyb1.device:
Description: /dev/ttyb1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb1.device
Invocation ID: ab1c676a1f5c42279671fa702294c894
Following: sys-devices-virtual-tty-ttyb1.device
Following Set Member: sys-devices-virtual-tty-ttyb1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb1
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device:
Description: /dev/disk/by-id/dm-name-vg_pie-www
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Invocation ID: d2c17dcf7530431fbaaa9784b55de0c3
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-dm\x2d7.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-vg_pie-www.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv3.device:
Description: /sys/devices/virtual/tty/ttyv3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv3.device
Invocation ID: 5b24b0ace3374c0b96f825f7e7292bb0
Following Set Member: dev-ttyv3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv3
Found: found-udev
-> 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: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d2.device
Invocation ID: 059f5e01a6954adeaa35f10104862686
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit sys-subsystem-net-devices-tun6to4.device:
Description: /sys/subsystem/net/devices/tun6to4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:19:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-tun6to4.device
Invocation ID: 1aaf0daa7b8c47088abcfc334c40f054
Following Set Member: sys-devices-virtual-net-tun6to4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun6to4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttytf.device:
Description: /sys/devices/virtual/tty/ttytf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttytf.device
Invocation ID: ad43e663001d4904aaede0d5f30ad0b5
Following Set Member: dev-ttytf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz1.device:
Description: /sys/devices/virtual/tty/ttyz1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz1.device
Invocation ID: d4df547933c6417585553e4ae411db18
Following Set Member: dev-ttyz1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttywf.device:
Description: /sys/devices/virtual/tty/ttywf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywf.device
Invocation ID: fc431d2119464d1da8a4f34bcd823d81
Following Set Member: dev-ttywf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywf
Found: found-udev
-> Unit dev-ttyyd.device:
Description: /dev/ttyyd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyyd.device
Invocation ID: 5b852216e640471bbb3998f19356896b
Following: sys-devices-virtual-tty-ttyyd.device
Following Set Member: sys-devices-virtual-tty-ttyyd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyd
Found: found-udev
-> Unit dev-ttyu3.device:
Description: /dev/ttyu3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu3.device
Invocation ID: 545e540917a2481d93dfc7df34d65825
Following: sys-devices-virtual-tty-ttyu3.device
Following Set Member: sys-devices-virtual-tty-ttyu3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya0.device:
Description: /sys/devices/virtual/tty/ttya0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya0.device
Invocation ID: 903971bc5368451cb3b9780f371f28ef
Following Set Member: dev-ttya0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya0
Found: found-udev
-> Unit dev-ttyw0.device:
Description: /dev/ttyw0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw0.device
Invocation ID: d9cc1690be1b4ecfbccb3c78ca554e4e
Following: sys-devices-virtual-tty-ttyw0.device
Following Set Member: sys-devices-virtual-tty-ttyw0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw0
Found: found-udev
-> Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2020-05-14 00:00:12 EEST
Inactive Exit Timestamp: Thu 2020-05-14 00:00:09 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 00:00:12 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: man-db.service
Invocation ID: 8ef27f25ee084fd5902663f8703d41a3
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.service
ConditionACPower: true succeeded
Condition Timestamp: Thu 2020-05-14 00:00:09 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 00:00:09 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: man-db.timer (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: man-db.timer (destination-implicit)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: man-db.timer (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
IOPriority: 7
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: man
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
PID: 4635
Start Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
PID: 4637
Start Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/mandb --quiet
PID: 4638
Start Timestamp: Thu 2020-05-14 00:00:09 EEST
Exit Timestamp: Thu 2020-05-14 00:00:12 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttywe.device:
Description: /sys/devices/virtual/tty/ttywe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttywe.device
Invocation ID: 968517607bdb46d9a8603dd3e0fa9578
Following Set Member: dev-ttywe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywe
Found: found-udev
-> Unit postfix.service:
Description: Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:48 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:48 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: postfix.service
Invocation ID: ca4fdfcb71ad43259d323db3d985703e
Fragment Path: /lib/systemd/system/postfix.service
ConditionPathExists: /etc/postfix/main.cf succeeded
Condition Timestamp: Sun 2020-05-10 10:17:48 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:48 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: postfix at -.service (origin-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: postfix at -.service (destination-file)
Conflicts: exim4.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: sendmail.service (origin-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: postfix at -.service (destination-file)
After: sysinit.target (origin-default)
PropagatesReloadTo: postfix at -.service (destination-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: postfix at -.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: exim4.service (origin-file)
References: sendmail.service (origin-file)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/true
PID: 1635
Start Timestamp: Sun 2020-05-10 10:17:48 EEST
Exit Timestamp: Sun 2020-05-10 10:17:48 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
PID: 2085
Start Timestamp: Sun 2020-05-10 10:18:11 EEST
Exit Timestamp: Sun 2020-05-10 10:18:12 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttywa.device:
Description: /dev/ttywa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywa.device
Invocation ID: 864d7ea014944a9195eb690660cf00a2
Following: sys-devices-virtual-tty-ttywa.device
Following Set Member: sys-devices-virtual-tty-ttywa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywa
Found: found-udev
-> Unit dev-ram3.device:
Description: /dev/ram3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ram3.device
Invocation ID: da22a44bc6d642769aa91e4e659fdb7d
Following: sys-devices-virtual-block-ram3.device
Following Set Member: sys-devices-virtual-block-ram3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx0.device:
Description: /sys/devices/virtual/tty/ttyx0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx0.device
Invocation ID: 17ccd2c5e82f4d748802d78ea8ecc7a8
Following Set Member: dev-ttyx0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyad.device:
Description: /sys/devices/virtual/tty/ttyad
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyad.device
Invocation ID: 63496213534d4887b242f1f722d7f7cc
Following Set Member: dev-ttyad.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyad
Found: found-udev
-> Unit ntp.service:
Description: Network Time Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ntp.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ntp.service
Invocation ID: f33e69c57323442d9b6b301aac54562a
Documentation: man:ntpd(8)
Fragment Path: /lib/systemd/system/ntp.service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: tmp.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: systemd-timesyncd.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: tmp.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: network.target (origin-file)
References: tmp.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-timesyncd.service (origin-file)
References: -.mount (origin-path)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: network.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
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: 1357
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/ntp/ntp-systemd-wrapper
PID: 1345
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyyd.device:
Description: /sys/devices/virtual/tty/ttyyd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyyd.device
Invocation ID: fcdb4a51c42f4ca7af137d5655dcf3b7
Following Set Member: dev-ttyyd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyd
Found: found-udev
-> Unit dev-ttycb.device:
Description: /dev/ttycb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttycb.device
Invocation ID: f8eaa4006c374136a3723e28188a32e2
Following: sys-devices-virtual-tty-ttycb.device
Following Set Member: sys-devices-virtual-tty-ttycb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycb
Found: found-udev
-> Unit jabberd-router.service:
Description: jabberd-router.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: jabberd-router.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> 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: Thu 2020-05-14 06:40:14 EEST
Inactive Exit Timestamp: Thu 2020-05-14 06:40:13 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 06:40:14 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: apt-daily-upgrade.service
Invocation ID: 876038780fcc4176acee2ff1165a68be
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true succeeded
Condition Timestamp: Thu 2020-05-14 06:40:13 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 06:40:13 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: NetworkManager.service (origin-file)
After: systemd-journald.socket (origin-file)
After: connman.service (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: apt-daily.service (origin-file)
After: network.target (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: systemd-networkd.service (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: system.slice (origin-file)
References: NetworkManager.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: connman.service (origin-file)
References: network-online.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: apt-daily.service (origin-file)
References: network.target (origin-file)
References: systemd-networkd.service (origin-file)
ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 15min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
PID: 13435
Start Timestamp: Thu 2020-05-14 06:40:13 EEST
Exit Timestamp: Thu 2020-05-14 06:40:14 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
PID: 13439
Start Timestamp: Thu 2020-05-14 06:40:14 EEST
Exit Timestamp: Thu 2020-05-14 06:40:14 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyde.device:
Description: /dev/ttyde
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyde.device
Invocation ID: 8559bb1712114d3cbb0654c4d5c12d6b
Following: sys-devices-virtual-tty-ttyde.device
Following Set Member: sys-devices-virtual-tty-ttyde.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyde
Found: found-udev
-> Unit lircd-setup.service:
Description: lircd-setup.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lircd-setup.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit dev-ttyed.device:
Description: /dev/ttyed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyed.device
Invocation ID: c0ba5e11a3114c31947cdc75a744544e
Following: sys-devices-virtual-tty-ttyed.device
Following Set Member: sys-devices-virtual-tty-ttyed.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyed
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb8.device:
Description: /sys/devices/virtual/tty/ttyb8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb8.device
Invocation ID: 79440fff388e40d4a40b8c1fea210f0b
Following Set Member: dev-ttyb8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyvc.device:
Description: /sys/devices/virtual/tty/ttyvc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyvc.device
Invocation ID: d92b049977e94446aac173394c7399d2
Following Set Member: dev-ttyvc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvc
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: sysinit.target (destination-file)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-file)
After: emergency.service (origin-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-virtual-block-dm\x2d6.device:
Description: /sys/devices/virtual/block/dm-6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d6.device
Invocation ID: 2e881f808b514835b11d2ed0d041d5ab
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: dev-dm\x2d6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-update-done.service
After: systemd-hwdb-update.service (destination-file)
After: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
-> Unit sys-devices-virtual-tty-ttys1.device:
Description: /sys/devices/virtual/tty/ttys1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys1.device
Invocation ID: 317e5720bb64445ab33258568d339f44
Following Set Member: dev-ttys1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys1
Found: found-udev
-> Unit dev-ttyya.device:
Description: /dev/ttyya
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyya.device
Invocation ID: 760697d43d8c40f29be94527ffc39dc6
Following: sys-devices-virtual-tty-ttyya.device
Following Set Member: sys-devices-virtual-tty-ttyya.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyya
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyy8.device:
Description: /sys/devices/virtual/tty/ttyy8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy8.device
Invocation ID: 5f79c9e66c61435eb7a73b4eb7f8abd7
Following Set Member: dev-ttyy8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy8
Found: found-udev
-> Unit dev-ttyc5.device:
Description: /dev/ttyc5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc5.device
Invocation ID: 729a848f49f7428898af4649225cd817
Following: sys-devices-virtual-tty-ttyc5.device
Following Set Member: sys-devices-virtual-tty-ttyc5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc5
Found: found-udev
-> Unit bind9-resolvconf.service:
Description: local BIND via resolvconf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:18:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:18:12 EEST
Active Exit Timestamp: Sun 2020-05-10 10:18:03 EEST
Inactive Enter Timestamp: Sun 2020-05-10 10:18:06 EEST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: bind9-resolvconf.service
Invocation ID: 6c3644c6157447c8ae1a55c5fd38e1a5
Documentation: man:named(8)
Documentation: man:resolvconf(8)
Fragment Path: /lib/systemd/system/bind9-resolvconf.service
DropIn Path: /etc/systemd/system/bind9-resolvconf.service.d/fix-744304.conf
ConditionFileIsExecutable: /sbin/resolvconf succeeded
Condition Timestamp: Sun 2020-05-10 10:18:08 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:18:08 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
PartOf: bind9.service (origin-file)
WantedBy: bind9.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: bind9.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: bind9.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: bind9.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/sh -c 'echo nameserver 127.0.0.1 | /sbin/resolvconf -a lo.named'
PID: 1900
Start Timestamp: Sun 2020-05-10 10:18:08 EEST
Exit Timestamp: Sun 2020-05-10 10:18:12 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/resolvconf -d lo.named
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Invocation ID: f38e807ae27c4528845b3014cb620239
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-vg_pie\x2dvar_lib.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-vg_pie-var_lib.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev
-> Unit dev-ttyva.device:
Description: /dev/ttyva
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyva.device
Invocation ID: 61c16e7f914445aea2ab2b4266ac0a10
Following: sys-devices-virtual-tty-ttyva.device
Following Set Member: sys-devices-virtual-tty-ttyva.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyva
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd5.device:
Description: /sys/devices/virtual/tty/ttyd5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd5.device
Invocation ID: eae8c7bbe2e041ae8a61d6528bb2ec40
Following Set Member: dev-ttyd5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd5
Found: found-udev
-> Unit dev-ttyb5.device:
Description: /dev/ttyb5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb5.device
Invocation ID: 554f1073196041438ec67a2d20e217e2
Following: sys-devices-virtual-tty-ttyb5.device
Following Set Member: sys-devices-virtual-tty-ttyb5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya2.device:
Description: /sys/devices/virtual/tty/ttya2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya2.device
Invocation ID: 82ee20189ac241bcb5542eb02d7bcc6a
Following Set Member: dev-ttya2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya2
Found: found-udev
-> Unit dev-ttyc9.device:
Description: /dev/ttyc9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc9.device
Invocation ID: ca8abbe8539f4c14a8228ac18e89f3ff
Following: sys-devices-virtual-tty-ttyc9.device
Following Set Member: sys-devices-virtual-tty-ttyc9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc9
Found: found-udev
-> Unit dev-ttyra.device:
Description: /dev/ttyra
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyra.device
Invocation ID: 2b4e0c977e1c405b9a28953bd3ccd132
Following: sys-devices-virtual-tty-ttyra.device
Following Set Member: sys-devices-virtual-tty-ttyra.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyra
Found: found-udev
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: remote-fs.target
Invocation ID: 26a3798aaee54e87ae5efaa5d9a390e8
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: isc-dhcp-server.service (destination-file)
Before: apache2.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: cron.service (destination-file)
Before: amavisd-snmp-subagent.service (destination-file)
Before: saslauthd.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: atd.service (destination-file)
Before: hddtemp.service (destination-file)
Before: loadcpufreq.service (destination-file)
Before: postgrey.service (destination-file)
Before: hostapd.service (destination-file)
Before: amavis-mc.service (destination-file)
Before: dphys-swapfile.service (destination-file)
Before: amavis.service (destination-file)
After: remote-fs-pre.target (origin-file)
After: systemd-quotacheck.service (destination-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: amavis-mc.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: dphys-swapfile.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: postgrey.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttya2.device:
Description: /dev/ttya2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya2.device
Invocation ID: a03653a4fe6641f299964224dfc90a63
Following: sys-devices-virtual-tty-ttya2.device
Following Set Member: sys-devices-virtual-tty-ttya2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya2
Found: found-udev
-> Unit cpufrequtils.service:
Description: LSB: set CPUFreq kernel parameters
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:25 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:25 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: cpufrequtils.service
Invocation ID: 05dc08cd1d574f5fb26e78a152d0ed86
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/cpufrequtils.service
Source Path: /etc/init.d/cpufrequtils
Condition Timestamp: Sun 2020-05-10 10:17:25 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:25 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: sysfsutils.service (destination-file)
Before: multi-user.target (origin-file destination-default)
After: remote-fs.target (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: loadcpufreq.service (origin-file)
References: graphical.target (origin-file)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: loadcpufreq.service (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/cpufrequtils start
PID: 755
Start Timestamp: Sun 2020-05-10 10:17:25 EEST
Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/cpufrequtils reload
-> ExecStop:
Command Line: /etc/init.d/cpufrequtils stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttybc.device:
Description: /sys/devices/virtual/tty/ttybc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttybc.device
Invocation ID: feb0c0c1fb5e4ed2b354ade237d24d3b
Following Set Member: dev-ttybc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybc
Found: found-udev
-> Unit hostapd.service:
Description: LSB: Advanced IEEE 802.11 management daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:37 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/hostapd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: hostapd.service
Invocation ID: 9ce527c365da4a30adeb80eed55d1d46
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hostapd.service
Source Path: /etc/init.d/hostapd
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: remote-fs.target (origin-file)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: graphical.target (origin-file)
References: remote-fs.target (origin-file)
References: multi-user.target (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/hostapd start
PID: 1365
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/hostapd reload
-> ExecStop:
Command Line: /etc/init.d/hostapd stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyxd.device:
Description: /dev/ttyxd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxd.device
Invocation ID: 51ff79ef518e4632890b7c1be96ce3c7
Following: sys-devices-virtual-tty-ttyxd.device
Following Set Member: sys-devices-virtual-tty-ttyxd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyxf.device:
Description: /sys/devices/virtual/tty/ttyxf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxf.device
Invocation ID: 41fe17a296c446e39d22f6c308f6e773
Following Set Member: dev-ttyxf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw6.device:
Description: /sys/devices/virtual/tty/ttyw6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw6.device
Invocation ID: 7686a6b46a1a41f68cdb646ac583b788
Following Set Member: dev-ttyw6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttytb.device:
Description: /sys/devices/virtual/tty/ttytb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttytb.device
Invocation ID: 735d1930f845414fb1d3d6719ae3c474
Following Set Member: dev-ttytb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttydd.device:
Description: /sys/devices/virtual/tty/ttydd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttydd.device
Invocation ID: 5ffebf4d1933445e80618ecf0b8d038a
Following Set Member: dev-ttydd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttytd.device:
Description: /sys/devices/virtual/tty/ttytd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttytd.device
Invocation ID: 62fe6389e5784239bba2f7178d4892a9
Following Set Member: dev-ttytd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytd
Found: found-udev
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:37 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: getty.target
Invocation ID: a5ccfe606aef4d36b2a07a25ea078f43
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: Sun 2020-05-10 10:17:37 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:37 EEST
Assert Result: yes
Wants: getty-static.service (origin-file)
Wants: serial-getty at ttyS0.service (origin-file)
Wants: getty at tty1.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: serial-getty at ttyS0.service (origin-default destination-file)
After: getty-static.service (origin-default)
After: getty at tty1.service (origin-default destination-file)
References: serial-getty at ttyS0.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: getty-static.service (origin-file origin-default)
References: getty at tty1.service (origin-file origin-default)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sysinit.target
Invocation ID: 68ffc0c6f2da49bfa2d56f1743730619
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Wants: systemd-machine-id-commit.service (origin-file)
Wants: lvm2-monitor.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: blk-availability.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: swap.target (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: armbian-ramlog.service (origin-file)
Wants: resolvconf.service (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: systemd-update-utmp.service (origin-file)
Wants: armbian-zram-config.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: cryptsetup.target (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: fake-hwclock.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: lvm2-lvmpolld.socket (origin-file)
Wants: kmod-static-nodes.service (origin-file)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: radvd.service (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: fail2ban.service (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: bind9.service (destination-default)
RequiredBy: amavisd-snmp-subagent.service (destination-default)
RequiredBy: postfix at -.service (destination-default)
RequiredBy: hddtemp.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: atd.service (destination-default)
RequiredBy: uuidd.socket (destination-default)
RequiredBy: certbot.timer (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: dphys-swapfile.service (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: ntp.service (destination-default)
RequiredBy: user-runtime-dir at 1001.service (destination-default)
RequiredBy: opendkim.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: man-db.timer (destination-default)
RequiredBy: ssh.service (destination-default)
RequiredBy: apache2.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: rsyslog.service (destination-default)
RequiredBy: squid.service (destination-default)
RequiredBy: postfix.service (destination-default)
RequiredBy: cpufrequtils.service (destination-default)
RequiredBy: loadcpufreq.service (destination-default)
RequiredBy: smartd.service (destination-default)
RequiredBy: rsync.service (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: sysfsutils.service (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: amavis-mc.service (destination-default)
RequiredBy: certbot.service (destination-default)
RequiredBy: uuidd.service (destination-default)
RequiredBy: isc-dhcp-server.service (destination-default)
RequiredBy: postgrey.service (destination-default)
RequiredBy: avahi-daemon.service (destination-default)
RequiredBy: rc-local.service (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: user at 1001.service (destination-default)
RequiredBy: amavis.service (destination-default)
RequiredBy: saslauthd.service (destination-default)
RequiredBy: clamav-freshclam.service (destination-default)
RequiredBy: bind9-resolvconf.service (destination-default)
RequiredBy: avahi-daemon.socket (destination-default)
RequiredBy: etckeeper.timer (destination-default)
RequiredBy: serial-getty at ttyS0.service (destination-default)
RequiredBy: sysstat.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: clamav-daemon.service (destination-default)
RequiredBy: pppd-dns.service (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: wpa_supplicant.service (destination-default)
RequiredBy: hostapd.service (destination-default)
RequiredBy: rescue.target (destination-file)
Conflicts: emergency.target (origin-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: sysfsutils.service (destination-default)
Before: serial-getty at ttyS0.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: clamav-freshclam.service (destination-default)
Before: apache2.service (destination-default)
Before: rsync.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: cron.service (destination-default)
Before: saslauthd.service (destination-default)
Before: smartd.service (destination-default)
Before: isc-dhcp-server.service (destination-default)
Before: pppd-dns.service (destination-default)
Before: postgrey.service (destination-default)
Before: basic.target (destination-file destination-default)
Before: cpufrequtils.service (destination-default)
Before: postfix at -.service (destination-default)
Before: apt-daily.timer (destination-default)
Before: rescue.target (destination-file destination-default)
Before: user at 1001.service (destination-default)
Before: loadcpufreq.service (destination-default)
Before: clamav-daemon.service (destination-default)
Before: atd.service (destination-default)
Before: amavis.service (destination-default)
Before: hddtemp.service (destination-default)
Before: logrotate.timer (destination-default)
Before: dbus.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: logrotate.service (destination-default)
Before: etckeeper.timer (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: getty-static.service (destination-default)
Before: dbus.socket (destination-default)
Before: certbot.service (destination-default)
Before: radvd.service (destination-default)
Before: apt-daily.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: bind9.service (destination-default)
Before: squid.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: certbot.timer (destination-default)
Before: rc-local.service (destination-default)
Before: uuidd.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: opendkim.service (destination-default)
Before: man-db.timer (destination-default)
Before: amavisd-snmp-subagent.service (destination-default)
Before: ssh.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: hostapd.service (destination-default)
Before: postfix.service (destination-default)
Before: rsyslog.service (destination-default)
Before: user-runtime-dir at 1001.service (destination-default)
Before: fail2ban.service (destination-default)
Before: rescue.service (destination-file)
Before: systemd-user-sessions.service (destination-default)
Before: armbian-hardware-monitor.service (destination-file)
Before: uuidd.socket (destination-default)
Before: amavis-mc.service (destination-default)
Before: shutdown.target (origin-default)
Before: man-db.service (destination-default)
Before: armbian-hardware-optimize.service (destination-file)
Before: dphys-swapfile.service (destination-default)
Before: avahi-daemon.socket (destination-default)
Before: bind9-resolvconf.service (destination-default)
Before: sysstat.service (destination-default)
Before: ntp.service (destination-default)
After: armbian-ramlog.service (destination-file)
After: cryptsetup.target (origin-default)
After: systemd-machine-id-commit.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: swap.target (origin-file origin-default)
After: systemd-binfmt.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-udevd.service (destination-file)
After: systemd-update-utmp.service (destination-file)
After: systemd-random-seed.service (destination-file)
After: haveged.service (destination-file)
After: sys-kernel-debug.mount (destination-file)
After: systemd-modules-load.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: kmod-static-nodes.service (destination-file)
After: fake-hwclock.service (destination-file)
After: emergency.target (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: systemd-sysusers.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: emergency.service (origin-file)
After: systemd-udev-trigger.service (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
References: systemd-udevd.service (origin-file)
References: armbian-ramlog.service (origin-file)
References: dev-mqueue.mount (origin-file)
References: systemd-timesyncd.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: systemd-random-seed.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: armbian-zram-config.service (origin-file)
References: lvm2-monitor.service (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: sys-fs-fuse-connections.mount (origin-file)
References: kmod-static-nodes.service (origin-file)
References: local-fs.target (origin-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-default)
References: fake-hwclock.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: dev-hugepages.mount (origin-file)
References: swap.target (origin-file origin-default)
References: lvm2-lvmpolld.socket (origin-file)
References: resolvconf.service (origin-file)
References: systemd-machine-id-commit.service (origin-file)
References: blk-availability.service (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: systemd-journal-flush.service (origin-file)
References: systemd-update-utmp.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: emergency.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
References: systemd-binfmt.service (origin-file)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: bind9-resolvconf.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: clamav-freshclam.service (destination-default)
ReferencedBy: squid.service (destination-default)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
ReferencedBy: smartd.service (destination-default)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: radvd.service (destination-default)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: clamav-daemon.service (destination-default)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: dphys-swapfile.service (destination-default)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: apache2.service (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: bind9.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: certbot.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: amavis.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: armbian-hardware-monitor.service (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: certbot.service (destination-default)
ReferencedBy: hostapd.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: fake-hwclock.service (destination-file)
ReferencedBy: opendkim.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: etckeeper.timer (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: amavis-mc.service (destination-default)
ReferencedBy: isc-dhcp-server.service (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: postgrey.service (destination-default)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: sysstat.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttyx9.device:
Description: /dev/ttyx9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx9.device
Invocation ID: b36b97592d8e4317bae7d232d1da8d48
Following: sys-devices-virtual-tty-ttyx9.device
Following Set Member: sys-devices-virtual-tty-ttyx9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx9
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dhome.device:
Description: /dev/mapper/vg_pie-home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:16 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dhome.device
Invocation ID: 2a6c1129a0d649a798d6105db0f17d79
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-dm\x2d6.device
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
BoundBy: home.mount (destination-mountinfo-implicit)
Before: home.mount (destination-mountinfo-implicit)
ReferencedBy: home.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev,found-mount
-> Unit sys-devices-virtual-tty-ttya9.device:
Description: /sys/devices/virtual/tty/ttya9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya9.device
Invocation ID: d5a5f9fa15d84949b65dd829c511f7c3
Following Set Member: dev-ttya9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya9
Found: found-udev
-> 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: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald-dev-log.socket
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-journald-dev-log.socket
Invocation ID: d3a6598eaa7e4343ae6b3bd1fd1006c3
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
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
FileDescriptorName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
Symlinks: /dev/log
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttya9.device:
Description: /dev/ttya9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya9.device
Invocation ID: 6cf49367c62e44679495c2e618e0d073
Following: sys-devices-virtual-tty-ttya9.device
Following Set Member: sys-devices-virtual-tty-ttya9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya9
Found: found-udev
-> Unit dev-ttyx8.device:
Description: /dev/ttyx8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx8.device
Invocation ID: b0261dcdbb714466964109014538d850
Following: sys-devices-virtual-tty-ttyx8.device
Following Set Member: sys-devices-virtual-tty-ttyx8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx8
Found: found-udev
-> Unit ifupdown-pre.service:
Description: Helper to synchronize boot up for ifupdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: ifupdown-pre.service
Invocation ID: 333ca69e56dd4c2390b05c1e027efc30
Fragment Path: /lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Sun 2020-05-10 10:17:00 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:00 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
RequiredBy: networking.service (destination-file)
Before: networking.service (destination-file)
Before: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udev-trigger.service (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
ReferencedBy: networking.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 3min
TimeoutStopSec: 3min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
PID: 210
Start Timestamp: Sun 2020-05-10 10:17:00 EEST
Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device:
Description: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Invocation ID: d8ee617bac254ef2b860a4e6007e1ac0
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit dev-ttya7.device:
Description: /dev/ttya7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya7.device
Invocation ID: 116164d3541a49428e8e3c2a44edc2d6
Following: sys-devices-virtual-tty-ttya7.device
Following Set Member: sys-devices-virtual-tty-ttya7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttycc.device:
Description: /sys/devices/virtual/tty/ttycc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttycc.device
Invocation ID: fd687cac82cc4e65a2a8fc80a76189b9
Following Set Member: dev-ttycc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycc
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
Invocation ID: 03418034523041c5b809b41877bdae97
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-vg_pie-swap.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit dev-ttyS4.device:
Description: /dev/ttyS4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS4.device
Invocation ID: e1b1ac7215e341a296e3d4554d02e066
Following: sys-devices-platform-serial8250-tty-ttyS4.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS4
Found: found-udev
-> Unit lvm2-pvscan at 8:0.service:
Description: LVM event activation on device 8:0
Instance: 8:0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-lvm2\x2dpvscan.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: lvm2-pvscan at 8:0.service
Invocation ID: 6cc7136c54cd418cab6cadb9c625d71b
Documentation: man:pvscan(8)
Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
Condition Timestamp: Sun 2020-05-10 10:17:10 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:10 EEST
Assert Result: yes
Requires: system-lvm2\x2dpvscan.slice (origin-file)
BindsTo: dev-block-8:0.device (origin-file)
WantedBy: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system-lvm2\x2dpvscan.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: dev-block-8:0.device (origin-file)
References: systemd-journald.socket (origin-file)
References: system-lvm2\x2dpvscan.slice (origin-file)
ReferencedBy: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device (destination-udev)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvm pvscan --cache --activate ay 8:0
PID: 334
Start Timestamp: Sun 2020-05-10 10:17:10 EEST
Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm pvscan --cache 8:0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS1.device
Invocation ID: c36d3ed36b1243e4a7818f2d061b396d
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd0.device:
Description: /sys/devices/virtual/tty/ttyd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd0.device
Invocation ID: 6ea6668e569d455687b406c5d44d86df
Following Set Member: dev-ttyd0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd0
Found: found-udev
-> Unit dev-ttys9.device:
Description: /dev/ttys9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys9.device
Invocation ID: 13ed26fed9b140e4835a66e81bbe1da0
Following: sys-devices-virtual-tty-ttys9.device
Following Set Member: sys-devices-virtual-tty-ttys9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys9
Found: found-udev
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d0.device
Invocation ID: 34482a5d11c24592ba98923c26e635a4
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit armbian-zram-config.service:
Description: Armbian ZRAM config
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: armbian-zram-config.service
Invocation ID: c038f61db0f44fc2ad6ee417dd12b2f2
Fragment Path: /lib/systemd/system/armbian-zram-config.service
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: armbian-ramlog.service (destination-file)
Before: armbian-ramlog.target (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: armbian-ramlog.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/armbian/armbian-zram-config start
PID: 438
Start Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/armbian/armbian-zram-config stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit isc-dhcp-server.service:
Description: LSB: DHCP server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:40 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:40 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/isc-dhcp-server.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: isc-dhcp-server.service
Invocation ID: e9ef2f46b5f74019b5dd9e77a3b3df48
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/isc-dhcp-server.service
Source Path: /etc/init.d/isc-dhcp-server
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: remote-fs.target (origin-file)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: slapd.service (origin-file)
After: nss-lookup.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: graphical.target (origin-file)
References: remote-fs.target (origin-file)
References: multi-user.target (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: slapd.service (origin-file)
References: nss-lookup.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/isc-dhcp-server start
PID: 1375
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:40 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/isc-dhcp-server stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyv0.device:
Description: /sys/devices/virtual/tty/ttyv0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv0.device
Invocation ID: 1b2f723efa1f4d3ab13d1ada36aef373
Following Set Member: dev-ttyv0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv0
Found: found-udev
-> Unit dev-ttyc7.device:
Description: /dev/ttyc7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc7.device
Invocation ID: 64b2a0903fb04173b727c4fee2cb9c9f
Following: sys-devices-virtual-tty-ttyc7.device
Following Set Member: sys-devices-virtual-tty-ttyc7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttysa.device:
Description: /sys/devices/virtual/tty/ttysa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttysa.device
Invocation ID: 3a4dfeca0a02443cb96f89a2e2eda159
Following Set Member: dev-ttysa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysa
Found: found-udev
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: systemd-journald.service
Invocation ID: 6f9d73ff06004f6a9d1be325adda2964
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-journald.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
RequiredBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file destination-implicit)
After: system.slice (origin-file)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
References: systemd-journald-dev-log.socket (origin-file)
References: syslog.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
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: 163
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
DynamicUser: no
LockPersonality: yes
SystemCallFilter: linkat timer_delete msgrcv setgid ftruncate fadvise64 timerfd_gettime setpriority rt_sigreturn lremovexattr pwritev stat64 munlockall waitpid geteuid32 oldolduname rt_sigaction process_vm_readv chdir set_thread_area move_pages fchown getresgid keyctl preadv2 wait4 add_key execveat select pselect6 capget setresuid32 setuid gettid munmap getcwd gettimeofday open statx clock_nanosleep semop timerfd_settime migrate_pages tgkill getresuid32 swapcontext pipe2 setgid32 fstat64 sendfile removexattr eventfd fsync link prctl restart_syscall stat creat socketpair syncfs getsockname getcpu dup sched_setscheduler sched_get_priority_max statfs64 connect truncate epoll_wait setregid sched_rr_get_interval sched_setattr sched_getaffinity rename shmat mprotect inotify_init1 semctl readv setfsgid setsockopt setregid32 access rmdir recvmmsg kcmp recvmsg io_setup epoll_ctl fchown32 timerfd_create getegid32 unlinkat fchdir signalfd write io_getevents setresgid io_destroy eventfd2 set_tid_address epoll_pwait timer_getoverrun fchmod symlink flock personality io_cancel get_mempolicy setxattr epoll_create getitimer futex unshare lgetxattr sendmsg lsetxattr getpid sysinfo sched_getscheduler times setuid32 recv ugetrlimit getrandom sched_getattr listen sigprocmask fork msync mmap sendto alarm rt_sigsuspend getxattr chown mkdirat chmod fsetxattr socketcall mq_timedsend futimesat memfd_create pipe flistxattr oldfstat setsid setns timer_create shmdt getresuid msgctl mlock sigreturn chown32 openat utimes pwrite64 epoll_wait_old statfs utimensat unlink poll time rt_sigprocmask getpgid ppoll shutdown pread64 msgget fcntl64 inotify_add_watch fallocate semtimedop fgetxattr exit_group sigaction setrlimit mq_notify brk mknodat oldlstat getsid truncate64 renameat2 mmap2 rt_sigpending set_mempolicy waitid oldstat getppid mkdir ipc accept uname dup3 read set_tls rt_sigqueueinfo sched_getparam clock_getres setresuid fchmodat semget fstatat64 getgroups32 remap_file_pages shmctl listxattr madvise clock_gettime newfstatat mq_getsetattr recvfrom nice getpriority set_robust_list setresgid32 epoll_ctl_old ioctl sched_get_priority_min sync sendfile64 fdatasync lstat msgsnd mremap prlimit64 close timer_settime sendmmsg copy_file_range getrlimit membarrier lseek getrusage name_to_handle_at io_submit getdents ioprio_set umask fremovexattr llistxattr getresgid32 olduname fstatfs socket sched_yield tkill lchown32 setreuid32 sigpending ftruncate64 exit signal fcntl ioprio_get sched_setparam setgroups signalfd4 mknod setreuid fadvise64_64 request_key fstatfs64 utime getsockopt getgid lchown mq_unlink setfsgid32 munlock timer_gettime arch_prctl mlockall getuid execve getegid fstat mq_open accept4 readlink setgroups32 symlinkat dup2 rt_sigtimedwait _newselect vmsplice bind lstat64 preadv userfaultfd send setfsuid32 getgid32 sync_file_range readdir pause get_robust_list splice getpeername clone sigaltstack shmget getuid32 get_thread_area mq_timedreceive renameat readlinkat rt_tgsigqueueinfo sched_setaffinity sigsuspend getgroups tee writev kill geteuid setitimer vfork readahead process_vm_writev inotify_rm_watch pwritev2 getdents64 mbind nanosleep arm_sync_file_range capset getpgrp _llseek faccessat mlock2 setpgid inotify_init fchownat setfsuid epoll_create1
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 163
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Current: 12
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit dev-ttyta.device:
Description: /dev/ttyta
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyta.device
Invocation ID: 61be905c47874100afd90a75905fcc74
Following: sys-devices-virtual-tty-ttyta.device
Following Set Member: sys-devices-virtual-tty-ttyta.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyta
Found: found-udev
-> Unit clamav-daemon.service:
Description: Clam AntiVirus userspace daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:23 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:23 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/clamav-daemon.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: clamav-daemon.service
Invocation ID: 12ff883fee364b43a90e336607f9bdfd
Documentation: man:clamd(8)
Documentation: man:clamd.conf(5)
Documentation: https://www.clamav.net/documents/
Fragment Path: /lib/systemd/system/clamav-daemon.service
DropIn Path: /etc/systemd/system/clamav-daemon.service.d/extend.conf
ConditionPathExistsGlob: /var/lib/clamav/daily.{c[vl]d,inc} succeeded
ConditionPathExistsGlob: /var/lib/clamav/main.{c[vl]d,inc} succeeded
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 617
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 7min
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/mkdir /run/clamav
PID: 572
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/chown clamav /run/clamav
PID: 600
Start Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/clamd --foreground=true
PID: 617
Start Timestamp: Sun 2020-05-10 10:17:23 EEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyu5.device:
Description: /sys/devices/virtual/tty/ttyu5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu5.device
Invocation ID: 1c6e453816824f3bbb8292875975597c
Following Set Member: dev-ttyu5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu5
Found: found-udev
-> Unit user at 1001.service:
Description: User Manager for UID 1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:07:33 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Enter Timestamp: Thu 2020-05-14 14:07:33 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/user at 1001.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: user at 1001.service
Invocation ID: 2915779bdf2042eaa7a280775d986992
Documentation: man:user at .service(5)
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2020-05-14 14:07:32 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 14:07:32 EEST
Assert Result: yes
Requires: user-runtime-dir at 1001.service (origin-file)
Requires: user-1001.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: session-1176.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: session-1176.scope (destination-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: user-1001.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user-runtime-dir at 1001.service (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: user-1001.slice (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user-runtime-dir at 1001.service (origin-file)
References: systemd-journald.socket (origin-file)
References: dbus.service (origin-file)
ReferencedBy: session-1176.scope (destination-file)
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 23078
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 2min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1001
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 23078
Start Timestamp: Thu 2020-05-14 14:07:32 EEST
Status Text: Startup finished in 1.292s.
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=yes
DelegateControllers=memory pids
-> Unit var-spool-squid3.mount:
Description: /var/spool/squid3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-spool-squid3.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-spool-squid3.mount
Invocation ID: 6f0fb0e430214798a6e5963839d1495e
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-spool-squid3.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:12 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:12 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device (origin-file)
BindsTo: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device (origin-mountinfo-implicit)
RequiredBy: local-fs.target (destination-file)
RequiredBy: squid.service (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: squid.service (destination-file)
After: system.slice (origin-file)
After: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-file)
After: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device (origin-mountinfo-implicit)
References: system.slice (origin-file)
References: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device (origin-file)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: umount.target (origin-file)
References: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device (origin-mountinfo-implicit)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: squid.service (destination-file)
RequiresMountsFor: /var/spool (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/c2aa0910-e927-4222-b71f-750e489c4b93 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/spool/squid3
What: /dev/mapper/vg_pie-squid--spool
File System Type: ext4
Options: rw,relatime,commit=3600
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-platform-soc\x401c00000-1c28000.serial-tty-ttyS0.device:
Description: /sys/devices/platform/soc at 1c00000/1c28000.serial/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c28000.serial-tty-ttyS0.device
Invocation ID: eaa605b5e0754b368ac17e3a1018826f
Following Set Member: dev-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c28000.serial/tty/ttyS0
Found: found-udev
-> Unit dev-ttyc1.device:
Description: /dev/ttyc1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc1.device
Invocation ID: e87fb279e63e450994e2933e30d21250
Following: sys-devices-virtual-tty-ttyc1.device
Following Set Member: sys-devices-virtual-tty-ttyc1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc1
Found: found-udev
-> Unit dev-ttyd3.device:
Description: /dev/ttyd3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd3.device
Invocation ID: 03fa9577fdb046b2be293688761ff3f0
Following: sys-devices-virtual-tty-ttyd3.device
Following Set Member: sys-devices-virtual-tty-ttyd3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx3.device:
Description: /sys/devices/virtual/tty/ttyx3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx3.device
Invocation ID: a65ae66132a0435c9e9cccbb55ff23fc
Following Set Member: dev-ttyx3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx3
Found: found-udev
-> Unit dev-ttyrb.device:
Description: /dev/ttyrb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyrb.device
Invocation ID: 058be310d1a4411f8049b0abd7201b39
Following: sys-devices-virtual-tty-ttyrb.device
Following Set Member: sys-devices-virtual-tty-ttyrb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyub.device:
Description: /sys/devices/virtual/tty/ttyub
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyub.device
Invocation ID: 7a4a4b61bd4340f095f79d9b3fa283a8
Following Set Member: dev-ttyub.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyub
Found: found-udev
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: time-sync.target
Invocation ID: e046ee495d94416e8fc5f4af7210e474
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
WantedBy: systemd-timesyncd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: logrotate.timer (destination-default)
Before: man-db.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: etckeeper.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: shutdown.target (origin-default)
Before: certbot.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: etckeeper.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: certbot.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyp0.device:
Description: /sys/devices/virtual/tty/ttyp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp0.device
Invocation ID: 036bd63eb371404a892ce8b3a54bb811
Following Set Member: dev-ttyp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp0
Found: found-udev
-> Unit dev-ttyd1.device:
Description: /dev/ttyd1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd1.device
Invocation ID: 549abb4915ac4fcca2b40f839491411b
Following: sys-devices-virtual-tty-ttyd1.device
Following Set Member: sys-devices-virtual-tty-ttyd1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd1
Found: found-udev
-> Unit dev-ttyaa.device:
Description: /dev/ttyaa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyaa.device
Invocation ID: c3a2bcdf48b2431f9245538c3e1cd2dd
Following: sys-devices-virtual-tty-ttyaa.device
Following Set Member: sys-devices-virtual-tty-ttyaa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyaa
Found: found-udev
-> Unit sys-devices-virtual-net-sit0.device:
Description: /sys/devices/virtual/net/sit0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:19:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:19:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-sit0.device
Invocation ID: deb5902657ca4b698e03624fcd97dd15
Following Set Member: sys-subsystem-net-devices-sit0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sit0
Found: found-udev
-> Unit dev-ttyu7.device:
Description: /dev/ttyu7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu7.device
Invocation ID: 07ea959923724ee7b6c333b441ccb1bf
Following: sys-devices-virtual-tty-ttyu7.device
Following Set Member: sys-devices-virtual-tty-ttyu7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu7
Found: found-udev
-> Unit sys-devices-virtual-net-ppp0.device:
Description: /sys/devices/virtual/net/ppp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:18:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:18:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-ppp0.device
Invocation ID: 887712970fb94955aadfd2c5a6ccb56b
Following Set Member: sys-subsystem-net-devices-ppp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/ppp0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr1.device:
Description: /sys/devices/virtual/tty/ttyr1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr1.device
Invocation ID: 60b02c75f096496aa8dd409a0b8cf0ec
Following Set Member: dev-ttyr1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyxa.device:
Description: /sys/devices/virtual/tty/ttyxa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxa.device
Invocation ID: e6d39893a3304056bc3bdd55b0cfd783
Following Set Member: dev-ttyxa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxa
Found: found-udev
-> Unit dev-ttypb.device:
Description: /dev/ttypb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttypb.device
Invocation ID: ced2795d7f99453789e7036116baddb0
Following: sys-devices-virtual-tty-ttypb.device
Following Set Member: sys-devices-virtual-tty-ttypb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp8.device:
Description: /sys/devices/virtual/tty/ttyp8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp8.device
Invocation ID: 77a59e31a9d2406b87f574313d85fc83
Following Set Member: dev-ttyp8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyvb.device:
Description: /sys/devices/virtual/tty/ttyvb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyvb.device
Invocation ID: bec0e00d6c264e4780d36b2f77d4d7e8
Following Set Member: dev-ttyvb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyrc.device:
Description: /sys/devices/virtual/tty/ttyrc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyrc.device
Invocation ID: 5ab17f3231424960936da3381c18520c
Following Set Member: dev-ttyrc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrc
Found: found-udev
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:35 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network-online.target
Invocation ID: 7cb6d7f0cf0542caa41169058098b5b1
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Wants: networking.service (origin-file)
WantedBy: amavis.service (destination-file)
WantedBy: postfix at -.service (destination-file)
WantedBy: hddtemp.service (destination-file)
WantedBy: hostapd.service (destination-file)
WantedBy: isc-dhcp-server.service (destination-file)
WantedBy: clamav-freshclam.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
Before: squid.service (destination-file)
Before: rc-local.service (destination-file)
Before: postfix at -.service (destination-file)
Before: hddtemp.service (destination-file)
Before: isc-dhcp-server.service (destination-file)
Before: amavis.service (destination-file)
Before: shutdown.target (origin-default)
Before: apt-daily.service (destination-file)
Before: hostapd.service (destination-file)
Before: clamav-freshclam.service (destination-file)
After: networking.service (destination-file)
After: network.target (origin-file)
References: networking.service (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: squid.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: clamav-freshclam.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit snmpd.service:
Description: snmpd.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: snmpd.service
Before: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
-> Unit dev-dm\x2d5.device:
Description: /dev/dm-5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d5.device
Invocation ID: 85439bd6a6d14b55a87c20959e3873cd
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyaf.device:
Description: /sys/devices/virtual/tty/ttyaf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyaf.device
Invocation ID: 39f74cb560dd4ca8afd6c38fe7348fba
Following Set Member: dev-ttyaf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyaf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq6.device:
Description: /sys/devices/virtual/tty/ttyq6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq6.device
Invocation ID: 25070ca4ba594f95ad0f0b0f2d26bdfa
Following Set Member: dev-ttyq6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq6
Found: found-udev
-> 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: Sun 2020-05-10 10:17:49 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:14 EEST
Active Exit Timestamp: Sun 2020-05-10 10:17:49 EEST
Inactive Enter Timestamp: Sun 2020-05-10 10:17:49 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-fsckd.service
Invocation ID: 7ee493b77ba04b3687702fe2129f0626
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Sun 2020-05-10 10:17:14 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:14 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-fsckd.socket (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-fsckd.socket (destination-implicit)
TriggeredBy: systemd-fsckd.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
ReferencedBy: systemd-fsckd.socket (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 404
Start Timestamp: Sun 2020-05-10 10:17:14 EEST
Exit Timestamp: Sun 2020-05-10 10:17:49 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyac.device:
Description: /dev/ttyac
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyac.device
Invocation ID: 724a42bb554544dd8dc1633a3b1215c6
Following: sys-devices-virtual-tty-ttyac.device
Following Set Member: sys-devices-virtual-tty-ttyac.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyac
Found: found-udev
-> Unit dev-ttyw6.device:
Description: /dev/ttyw6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw6.device
Invocation ID: 249285c7cb05488096f43266e90bfcec
Following: sys-devices-virtual-tty-ttyw6.device
Following Set Member: sys-devices-virtual-tty-ttyw6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw6
Found: found-udev
-> Unit dev-ttywe.device:
Description: /dev/ttywe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywe.device
Invocation ID: 80060e2e9f2f469cba854b7d4430df5f
Following: sys-devices-virtual-tty-ttywe.device
Following Set Member: sys-devices-virtual-tty-ttywe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywe
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqd.device:
Description: /sys/devices/virtual/tty/ttyqd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqd.device
Invocation ID: 18cfb23f16a348028cd866370ce0df3f
Following Set Member: dev-ttyqd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqd
Found: found-udev
-> Unit dev-ttyv8.device:
Description: /dev/ttyv8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv8.device
Invocation ID: 1712f808f46f4e7c9fb3b9a8a8247795
Following: sys-devices-virtual-tty-ttyv8.device
Following Set Member: sys-devices-virtual-tty-ttyv8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv8
Found: found-udev
-> Unit sys-subsystem-net-devices-dummy0.device:
Description: /sys/subsystem/net/devices/dummy0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-dummy0.device
Invocation ID: 8092e58096c64e92a7fa177c2a8ac7fe
Following Set Member: sys-devices-virtual-net-dummy0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/dummy0
Found: found-udev
-> Unit dev-ttyqc.device:
Description: /dev/ttyqc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqc.device
Invocation ID: 54f8e441377546479ac8682a011b493b
Following: sys-devices-virtual-tty-ttyqc.device
Following Set Member: sys-devices-virtual-tty-ttyqc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqc
Found: found-udev
-> Unit dev-ttyqd.device:
Description: /dev/ttyqd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqd.device
Invocation ID: 41ee98d70a584b64a5069074ae03ab70
Following: sys-devices-virtual-tty-ttyqd.device
Following Set Member: sys-devices-virtual-tty-ttyqd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttypf.device:
Description: /sys/devices/virtual/tty/ttypf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttypf.device
Invocation ID: e55f95448fb44699a3cc34213a436b8c
Following Set Member: dev-ttypf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypf
Found: found-udev
-> Unit dev-ttyza.device:
Description: /dev/ttyza
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyza.device
Invocation ID: a5cc6127e2fe4daeb2b37894bd50430f
Following: sys-devices-virtual-tty-ttyza.device
Following Set Member: sys-devices-virtual-tty-ttyza.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyza
Found: found-udev
-> Unit dev-ttyef.device:
Description: /dev/ttyef
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyef.device
Invocation ID: cd8653443a044971b8097ff51025a0e7
Following: sys-devices-virtual-tty-ttyef.device
Following Set Member: sys-devices-virtual-tty-ttyef.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyef
Found: found-udev
-> Unit lircd.socket:
Description: lircd.socket
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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lircd.socket
Fragment Path: /dev/null
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
-> Unit dev-ttyv9.device:
Description: /dev/ttyv9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv9.device
Invocation ID: 7bf6d55583584375ba003e86955d936c
Following: sys-devices-virtual-tty-ttyv9.device
Following Set Member: sys-devices-virtual-tty-ttyv9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr4.device:
Description: /sys/devices/virtual/tty/ttyr4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr4.device
Invocation ID: 4694124f874f4b4e9dcae51230651b86
Following Set Member: dev-ttyr4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyx1.device:
Description: /sys/devices/virtual/tty/ttyx1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyx1.device
Invocation ID: 235c6fe49e8a42e1892328ecf1b70f8d
Following Set Member: dev-ttyx1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx1
Found: found-udev
-> Unit dev-ttye0.device:
Description: /dev/ttye0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye0.device
Invocation ID: 93a56665411a45819f271827c9571c45
Following: sys-devices-virtual-tty-ttye0.device
Following Set Member: sys-devices-virtual-tty-ttye0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye0
Found: found-udev
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
Invocation ID: 9c3b0fbb0d2f4f278042cb91c7642b12
Following: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-block-8:0.device
Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-sda.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: timers.target
Invocation ID: 01094e9831694165a95340b01aa4920c
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Wants: logrotate.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: certbot.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: etckeeper.timer (destination-default)
After: logrotate.timer (destination-default)
After: man-db.timer (destination-default)
After: apt-daily.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: certbot.timer (destination-default)
References: certbot.timer (origin-file)
References: logrotate.timer (origin-file)
References: man-db.timer (origin-file)
References: apt-daily.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
ReferencedBy: etckeeper.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: certbot.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-block-ram2.device:
Description: /sys/devices/virtual/block/ram2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-ram2.device
Invocation ID: ba38ebffac514856ac109354f322efac
Following Set Member: dev-ram2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq4.device:
Description: /sys/devices/virtual/tty/ttyq4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq4.device
Invocation ID: 77dd4761c5c54418816a461a860df005
Following Set Member: dev-ttyq4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq4
Found: found-udev
-> Unit dev-ttyrc.device:
Description: /dev/ttyrc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyrc.device
Invocation ID: f530bc1b0e194f428522309e14a66196
Following: sys-devices-virtual-tty-ttyrc.device
Following Set Member: sys-devices-virtual-tty-ttyrc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrc
Found: found-udev
-> Unit dev-ttybe.device:
Description: /dev/ttybe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttybe.device
Invocation ID: 5e7913f434664c2db548215c65cc2f88
Following: sys-devices-virtual-tty-ttybe.device
Following Set Member: sys-devices-virtual-tty-ttybe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybe
Found: found-udev
-> Unit dev-ttyxc.device:
Description: /dev/ttyxc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyxc.device
Invocation ID: c131fe6868964d73b0910d8ce4d50a2b
Following: sys-devices-virtual-tty-ttyxc.device
Following Set Member: sys-devices-virtual-tty-ttyxc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxc
Found: found-udev
-> Unit dev-ttyp6.device:
Description: /dev/ttyp6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp6.device
Invocation ID: f8bd71ec29ea4922b04349a76ae7c2b1
Following: sys-devices-virtual-tty-ttyp6.device
Following Set Member: sys-devices-virtual-tty-ttyp6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd3.device:
Description: /sys/devices/virtual/tty/ttyd3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd3.device
Invocation ID: ccc319460772419a9d664d84b753acfe
Following Set Member: dev-ttyd3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb1.device:
Description: /sys/devices/virtual/tty/ttyb1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb1.device
Invocation ID: ee6d4ff23d43421a951328f23b5a0643
Following Set Member: dev-ttyb1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb4.device:
Description: /sys/devices/virtual/tty/ttyb4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb4.device
Invocation ID: 662001411af841b19684d5876725e991
Following Set Member: dev-ttyb4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb4
Found: found-udev
-> Unit dev-ttyzb.device:
Description: /dev/ttyzb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyzb.device
Invocation ID: 12fddfa7d7b8442b967a062d147cba9d
Following: sys-devices-virtual-tty-ttyzb.device
Following Set Member: sys-devices-virtual-tty-ttyzb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzb
Found: found-udev
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:22 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/syslog.socket
CGroup realized: no
CGroup own mask: memory pids
Name: syslog.socket
Invocation ID: a4998d0c375941118e7b1912d24b533f
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: rsyslog.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: emergency.service (origin-file)
Before: rsyslog.service (origin-implicit)
Before: systemd-journald.service (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: rsyslog.service (origin-implicit)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: emergency.service (origin-file)
References: system.slice (origin-file)
References: rsyslog.service (origin-implicit)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
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
FileDescriptorName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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: Sun 2020-05-10 10:17:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2020-05-10 10:17:59 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-update-utmp-runlevel.service
Invocation ID: 2a01138322244ab193754b0e72075690
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Sun 2020-05-10 10:17:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-log.mount (origin-file origin-path)
Requires: -.mount (origin-path)
Requisite: systemd-update-utmp.service (origin-file)
WantedBy: graphical.target (destination-file)
WantedBy: rescue.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: multi-user.target (origin-file)
After: -.mount (origin-path)
After: var-log.mount (origin-file origin-path)
After: system.slice (origin-file)
After: rescue.target (origin-file)
After: systemd-update-utmp.service (origin-file)
After: graphical.target (origin-file)
After: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: -.mount (origin-path)
References: var-log.mount (origin-file origin-path)
References: system.slice (origin-file)
References: rescue.target (origin-file)
References: systemd-update-utmp.service (origin-file)
References: graphical.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /var/log/wtmp (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 1751
Start Timestamp: Sun 2020-05-10 10:17:59 EEST
Exit Timestamp: Sun 2020-05-10 10:17:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit ipset.service:
Description: ipset.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: ipset.service
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Invocation ID: ab65ea2d1479424da56e0a2836dfa171
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: lvm2-activation.service
Before: lvm2-monitor.service (destination-file)
Before: blk-availability.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-ttywc.device:
Description: /dev/ttywc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywc.device
Invocation ID: e4ff6fff5b9f413ba9b5ed599e404443
Following: sys-devices-virtual-tty-ttywc.device
Following Set Member: sys-devices-virtual-tty-ttywc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywc
Found: found-udev
-> Unit dev-ttyzc.device:
Description: /dev/ttyzc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyzc.device
Invocation ID: 3c3b3cf7e2934f0f815e8033a6c7e0ea
Following: sys-devices-virtual-tty-ttyzc.device
Following Set Member: sys-devices-virtual-tty-ttyzc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzc
Found: found-udev
-> Unit sys-devices-virtual-block-dm\x2d5.device:
Description: /sys/devices/virtual/block/dm-5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d5.device
Invocation ID: 9b296143ac434bbf9f5dd06633e0d8a2
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> Unit iscsid.service:
Description: iscsid.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: iscsid.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit iscsi.service:
Description: iscsi.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: iscsi.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-initctl.service:
Description: 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice (origin-file)
After: system.slice (origin-file)
After: systemd-initctl.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-initctl.socket (destination-implicit)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-initctl.socket (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Invocation ID: f42d531d14e04b15bcc8648f36908c92
Following: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-block-8:0.device
Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
-> Unit dev-ttysa.device:
Description: /dev/ttysa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttysa.device
Invocation ID: 4fd76e909d2d4f27b1d82d1c45524a27
Following: sys-devices-virtual-tty-ttysa.device
Following Set Member: sys-devices-virtual-tty-ttysa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysa
Found: found-udev
-> Unit dev-ttyvb.device:
Description: /dev/ttyvb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyvb.device
Invocation ID: 3d48acf286ab43818d25a1614a662c6f
Following: sys-devices-virtual-tty-ttyvb.device
Following Set Member: sys-devices-virtual-tty-ttyvb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvb
Found: found-udev
-> Unit dev-ttyy7.device:
Description: /dev/ttyy7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy7.device
Invocation ID: efb25081a79346d98ca42cf8dbb80597
Following: sys-devices-virtual-tty-ttyy7.device
Following Set Member: sys-devices-virtual-tty-ttyy7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr8.device:
Description: /sys/devices/virtual/tty/ttyr8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr8.device
Invocation ID: 7f83873507a643d5b57015c1fcf45716
Following Set Member: dev-ttyr8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr8
Found: found-udev
-> Unit sys-devices-platform-sound-sound-card1.device:
Description: /sys/devices/platform/sound/sound/card1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-sound-sound-card1.device
Invocation ID: b16b080a639e4ad39ed872e3bc7bbbd7
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/sound/sound/card1
Found: found-udev
udev SYSTEMD_WANTS: sound.target
-> Unit dev-ttydb.device:
Description: /dev/ttydb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttydb.device
Invocation ID: 594e5db2c7db4bdd9b987ed7183d00dc
Following: sys-devices-virtual-tty-ttydb.device
Following Set Member: sys-devices-virtual-tty-ttydb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd4.device:
Description: /sys/devices/virtual/tty/ttyd4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd4.device
Invocation ID: 990051b6f8264747882d2e0f8d452161
Following Set Member: dev-ttyd4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyd9.device:
Description: /sys/devices/virtual/tty/ttyd9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd9.device
Invocation ID: 8529e84cb7ea4feb90090fca2798529d
Following Set Member: dev-ttyd9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd9
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device:
Description: /dev/disk/by-id/dm-name-vg_pie-var_cache
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Invocation ID: 8381100446424a989deff400d6c032b9
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
Following Set Member: dev-vg_pie-var_cache.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt6.device:
Description: /sys/devices/virtual/tty/ttyt6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt6.device
Invocation ID: 32b6425ec07049fd907941b648359868
Following Set Member: dev-ttyt6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb5.device:
Description: /sys/devices/virtual/tty/ttyb5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb5.device
Invocation ID: 6d82b3ac23a14babacab1e8a3347f84c
Following Set Member: dev-ttyb5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb5
Found: found-udev
-> Unit dev-ttyS7.device:
Description: /dev/ttyS7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS7.device
Invocation ID: 921b6dcd64674c5d98a3e2bdf96578e8
Following: sys-devices-platform-serial8250-tty-ttyS7.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS7
Found: found-udev
-> Unit run-user-1001.mount:
Description: /run/user/1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:07:32 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Enter Timestamp: Thu 2020-05-14 14:07:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: run-user-1001.mount
Invocation ID: 5c52006ed974428080c182b0d5856f9a
Source Path: /proc/self/mountinfo
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-mountinfo-default)
Before: umount.target (origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-default)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-mountinfo-default)
After: -.mount (origin-implicit)
After: swap.target (origin-mountinfo-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-mountinfo-default)
References: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo-default)
References: swap.target (origin-mountinfo-default)
References: system.slice (origin-file)
References: umount.target (origin-mountinfo-default)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1001
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=205884k,mode=700,uid=1001,gid=1002
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyu6.device:
Description: /dev/ttyu6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu6.device
Invocation ID: cffe820ac03f4ffc8575ce2e35c6396c
Following: sys-devices-virtual-tty-ttyu6.device
Following Set Member: sys-devices-virtual-tty-ttyu6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyef.device:
Description: /sys/devices/virtual/tty/ttyef
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyef.device
Invocation ID: 91ee7e017a7449058ad89c73336d6aec
Following Set Member: dev-ttyef.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyef
Found: found-udev
-> Unit dev-ttyp2.device:
Description: /dev/ttyp2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp2.device
Invocation ID: 6a7207f272db4f7892a82d3a09e460b6
Following: sys-devices-virtual-tty-ttyp2.device
Following Set Member: sys-devices-virtual-tty-ttyp2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp2
Found: found-udev
-> Unit dev-ttyvc.device:
Description: /dev/ttyvc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyvc.device
Invocation ID: 727785e8af5844f98cda2ac95372e8ac
Following: sys-devices-virtual-tty-ttyvc.device
Following Set Member: sys-devices-virtual-tty-ttyvc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvc
Found: found-udev
-> Unit jabberd.service:
Description: jabberd.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: jabberd.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit postfix at -.service:
Description: Postfix Mail Transport Agent (instance -)
Instance: -
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:11 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:48 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-postfix.slice
CGroup: /system.slice/system-postfix.slice/postfix at -.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: postfix at -.service
Invocation ID: fc025ce7196a4dbab5bb6ac96cb9e2ba
Documentation: man:postfix(1)
Fragment Path: /lib/systemd/system/postfix at .service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system-postfix.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
PartOf: postfix.service (origin-file)
WantedBy: postfix.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: postfix.service (origin-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: nss-lookup.target (origin-file)
After: system-postfix.slice (origin-file)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
ReloadPropagatedFrom: postfix.service (origin-file)
References: sysinit.target (origin-default)
References: postfix.service (origin-file)
References: basic.target (origin-default)
References: nss-lookup.target (origin-file)
References: system-postfix.slice (origin-file)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: postfix.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/lib/postfix/configure-instance.sh -
PID: 1386
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:39 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/postmulti -i - -p start
PID: 1498
Start Timestamp: Sun 2020-05-10 10:17:39 EEST
Exit Timestamp: Sun 2020-05-10 10:17:48 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/postmulti -i - -p reload
PID: 2042
Start Timestamp: Sun 2020-05-10 10:18:10 EEST
Exit Timestamp: Sun 2020-05-10 10:18:11 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/postmulti -i - -p stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyre.device:
Description: /dev/ttyre
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyre.device
Invocation ID: e402e03e4f594e18845db529972e0e7e
Following: sys-devices-virtual-tty-ttyre.device
Following Set Member: sys-devices-virtual-tty-ttyre.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyre
Found: found-udev
-> Unit ip6tables.service:
Description: ip6tables.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: ip6tables.service
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit sys-subsystem-net-devices-eth0.3573.device:
Description: /sys/subsystem/net/devices/eth0.3573
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:28 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:28 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:28 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-eth0.3573.device
Invocation ID: 751548c4952c4d148f0dfeb133da46d1
Following Set Member: sys-devices-virtual-net-eth0.3573.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/eth0.3573
Found: found-udev
-> Unit dev-ttyd5.device:
Description: /dev/ttyd5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd5.device
Invocation ID: 20349c97939e4678bdb38c2c9381c025
Following: sys-devices-virtual-tty-ttyd5.device
Following Set Member: sys-devices-virtual-tty-ttyd5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqb.device:
Description: /sys/devices/virtual/tty/ttyqb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqb.device
Invocation ID: 1c392e742dc149569f89e7c4d07c5f43
Following Set Member: dev-ttyqb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu1.device:
Description: /sys/devices/virtual/tty/ttyu1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu1.device
Invocation ID: 0c1029bd7ea748f0adb66ce2e811fa1a
Following Set Member: dev-ttyu1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu1
Found: found-udev
-> Unit dev-ttyz6.device:
Description: /dev/ttyz6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz6.device
Invocation ID: eee387c953ea4983bf4bdfd78e4dd3d1
Following: sys-devices-virtual-tty-ttyz6.device
Following Set Member: sys-devices-virtual-tty-ttyz6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz6
Found: found-udev
-> Unit sysfsutils.service:
Description: LSB: Set sysfs variables from /etc/sysfs.conf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:26 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:26 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: sysfsutils.service
Invocation ID: 820eb8a05ff6414fbb9524c4d10c250f
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/sysfsutils.service
Source Path: /etc/init.d/sysfsutils
Condition Timestamp: Sun 2020-05-10 10:17:25 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:25 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: systemd-udevd.service (origin-file)
After: basic.target (origin-default)
After: mountkernfs.service (origin-file)
After: cpufrequtils.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: basic.target (origin-default)
References: mountkernfs.service (origin-file)
References: graphical.target (origin-file)
References: cpufrequtils.service (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/sysfsutils start
PID: 804
Start Timestamp: Sun 2020-05-10 10:17:25 EEST
Exit Timestamp: Sun 2020-05-10 10:17:26 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/sysfsutils stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttysc.device:
Description: /dev/ttysc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttysc.device
Invocation ID: 4b24ecd16b2847f0ae49a4a816ed7a46
Following: sys-devices-virtual-tty-ttysc.device
Following Set Member: sys-devices-virtual-tty-ttysc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysc
Found: found-udev
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: paths.target
Invocation ID: 79f515a6386a40688cd9bbb089833a17
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttytf.device:
Description: /dev/ttytf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttytf.device
Invocation ID: e79ba88fea3f44028707191f4cc97190
Following: sys-devices-virtual-tty-ttytf.device
Following Set Member: sys-devices-virtual-tty-ttytf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp5.device:
Description: /sys/devices/virtual/tty/ttyp5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp5.device
Invocation ID: 0f38136d827a4ee5bc66c1c352c36be9
Following Set Member: dev-ttyp5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp5
Found: found-udev
-> Unit dev-ttyy2.device:
Description: /dev/ttyy2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy2.device
Invocation ID: 1d146b3f929d49738fa1fb06089a2be8
Following: sys-devices-virtual-tty-ttyy2.device
Following Set Member: sys-devices-virtual-tty-ttyy2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy2
Found: found-udev
-> Unit opendkim.service:
Description: OpenDKIM DomainKeys Identified Mail (DKIM) Milter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/opendkim.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: opendkim.service
Invocation ID: 590be57ba2a14f7195f8974939ffa548
Documentation: man:opendkim(8)
Documentation: man:opendkim.conf(5)
Documentation: man:opendkim-genkey(8)
Documentation: man:opendkim-genzone(8)
Documentation: man:opendkim-testadsp(8)
Documentation: man:opendkim-testkey
Documentation: http://www.opendkim.org/docs.html
Fragment Path: /lib/systemd/system/opendkim.service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: nss-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: nss-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 1377
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/opendkim/opendkim.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0007
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/opendkim -x /etc/opendkim.conf
PID: 1352
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyab.device:
Description: /dev/ttyab
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyab.device
Invocation ID: ab70f68ce40b43449c04a8339e8f533d
Following: sys-devices-virtual-tty-ttyab.device
Following Set Member: sys-devices-virtual-tty-ttyab.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyab
Found: found-udev
-> Unit dev-ttypf.device:
Description: /dev/ttypf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttypf.device
Invocation ID: 24fee043b39849e1b90501a5a82340a1
Following: sys-devices-virtual-tty-ttypf.device
Following Set Member: sys-devices-virtual-tty-ttypf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypf
Found: found-udev
-> Unit sys-devices-virtual-block-ram0.device:
Description: /sys/devices/virtual/block/ram0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-ram0.device
Invocation ID: 7d97dda66db74145977a5edf451280e8
Following Set Member: dev-ram0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram0
Found: found-udev
-> Unit dev-ttyz0.device:
Description: /dev/ttyz0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz0.device
Invocation ID: d053715221824a549a01dbb8f9a013ea
Following: sys-devices-virtual-tty-ttyz0.device
Following Set Member: sys-devices-virtual-tty-ttyz0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyue.device:
Description: /sys/devices/virtual/tty/ttyue
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyue.device
Invocation ID: 90fda42dbdeb415681fab94d8a441d3c
Following Set Member: dev-ttyue.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyue
Found: found-udev
-> Unit dev-ttyw9.device:
Description: /dev/ttyw9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw9.device
Invocation ID: 4be4dfd74eae4a44bf89b06583b75727
Following: sys-devices-virtual-tty-ttyw9.device
Following Set Member: sys-devices-virtual-tty-ttyw9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw9
Found: found-udev
-> Unit sys-devices-virtual-net-dummy0.device:
Description: /sys/devices/virtual/net/dummy0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-dummy0.device
Invocation ID: 8d33d76d525740cbbc54c63a2e4e6100
Following Set Member: sys-subsystem-net-devices-dummy0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/dummy0
Found: found-udev
-> 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: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-update-utmp.service
Invocation ID: 82fd016cb785443697d1bfca9ada2db0
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-log.mount (origin-path)
Requires: -.mount (origin-path)
RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: var-log.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: auditd.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: var-log.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: auditd.service (origin-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/log/wtmp (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 465
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttywd.device:
Description: /dev/ttywd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywd.device
Invocation ID: f68ad1d638544c0eb2065e1863ffb1bb
Following: sys-devices-virtual-tty-ttywd.device
Following Set Member: sys-devices-virtual-tty-ttywd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywd
Found: found-udev
-> Unit dev-ttyr9.device:
Description: /dev/ttyr9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr9.device
Invocation ID: d22cb47e39204bbea73ad44c4f07b7c3
Following: sys-devices-virtual-tty-ttyr9.device
Following Set Member: sys-devices-virtual-tty-ttyr9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr9
Found: found-udev
-> Unit dev-ttyx6.device:
Description: /dev/ttyx6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx6.device
Invocation ID: fd62e3211cee4893a3af485f20611379
Following: sys-devices-virtual-tty-ttyx6.device
Following Set Member: sys-devices-virtual-tty-ttyx6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx6
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device:
Description: /dev/mapper/vg_pie-postfix--spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Invocation ID: 95a57ed120084e30961ac69701956ec4
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
BoundBy: var-spool-postfix.mount (destination-mountinfo-implicit)
Before: var-spool-postfix.mount (destination-mountinfo-implicit)
ReferencedBy: var-spool-postfix.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev,found-mount
-> Unit sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Invocation ID: 68ae39a129224f46ae6954ba4420ab63
Following Set Member: dev-block-8:0.device
Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
Wants: lvm2-pvscan at 8:0.service (origin-udev)
References: lvm2-pvscan at 8:0.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
udev SYSTEMD_WANTS: lvm2-pvscan at 8:0.service
-> Unit sys-devices-virtual-tty-ttyb2.device:
Description: /sys/devices/virtual/tty/ttyb2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb2.device
Invocation ID: 12d8678952ef40a5a76be908a78b4dc6
Following Set Member: dev-ttyb2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb2
Found: found-udev
-> Unit dev-ttyp4.device:
Description: /dev/ttyp4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp4.device
Invocation ID: 885f95c662184c619e3951078dc242eb
Following: sys-devices-virtual-tty-ttyp4.device
Following Set Member: sys-devices-virtual-tty-ttyp4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp4
Found: found-udev
-> Unit dev-ttyue.device:
Description: /dev/ttyue
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyue.device
Invocation ID: 97f71a6477374501a9a7de96cc0d6d42
Following: sys-devices-virtual-tty-ttyue.device
Following Set Member: sys-devices-virtual-tty-ttyue.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyue
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr6.device:
Description: /sys/devices/virtual/tty/ttyr6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr6.device
Invocation ID: 124e6e68561d4449a9f205fb802882ce
Following Set Member: dev-ttyr6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr6
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
Invocation ID: de21902368854ee7a3d59dcc733e9b8a
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-vg_pie-var_cache.device
Following Set Member: dev-dm\x2d3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> Unit dev-ttyq7.device:
Description: /dev/ttyq7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq7.device
Invocation ID: 1504e1eaec554dc2819e169d70bf0288
Following: sys-devices-virtual-tty-ttyq7.device
Following Set Member: sys-devices-virtual-tty-ttyq7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyb7.device:
Description: /sys/devices/virtual/tty/ttyb7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyb7.device
Invocation ID: f91b56d52c3d4eabb6ac16f00ac1ed26
Following Set Member: dev-ttyb7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb7
Found: found-udev
-> Unit apache2.service:
Description: The Apache HTTP Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 00:00:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/apache2.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: apache2.service
Invocation ID: a09a053abe3f4b1887106c6040050af7
Documentation: https://httpd.apache.org/docs/2.4/
Fragment Path: /lib/systemd/system/apache2.service
Condition Timestamp: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: tmp.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: remote-fs.target (origin-file)
After: tmp.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: nss-lookup.target (origin-file)
After: network.target (origin-file)
References: remote-fs.target (origin-file)
References: tmp.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: nss-lookup.target (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
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-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 1420
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: APACHE_STARTED_BY_SYSTEMD=true
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/apachectl start
PID: 1353
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/apachectl graceful
PID: 4655
Start Timestamp: Thu 2020-05-14 00:00:10 EEST
Exit Timestamp: Thu 2020-05-14 00:00:10 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/apachectl stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dbus.service
Invocation ID: 02c2dfc600ff4057b7abfb74b3e70757
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1001.service (destination-file)
Before: user-runtime-dir at 1001.service (destination-file)
Before: shutdown.target (origin-default)
Before: wpa_supplicant.service (destination-file)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: dbus.socket (destination-implicit)
After: sysinit.target (origin-default)
TriggeredBy: dbus.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: dbus.socket (destination-implicit)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 504
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
PID: 504
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit var-spool-postfix-var-run-saslauthd.mount:
Description: /var/spool/postfix/var/run/saslauthd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-spool-postfix-var-run-saslauthd.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-spool-postfix-var-run-saslauthd.mount
Invocation ID: 6d9eb8c8dea24177bae1cb535e8ee4e9
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-spool-postfix-var-run-saslauthd.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-spool-postfix.mount (origin-implicit origin-path)
Requires: -.mount (origin-path)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: var-spool-postfix.mount (origin-implicit origin-path)
After: swap.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: local-fs-pre.target (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: umount.target (origin-file)
References: var-spool-postfix.mount (origin-implicit origin-path)
References: swap.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /var/run/saslauthd (origin-file)
RequiresMountsFor: /var/spool/postfix/var/run (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/spool/postfix/var/run/saslauthd
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,mode=755
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyu9.device:
Description: /dev/ttyu9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu9.device
Invocation ID: de54909a2af24726aacbd01e834f1c54
Following: sys-devices-virtual-tty-ttyu9.device
Following Set Member: sys-devices-virtual-tty-ttyu9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu9
Found: found-udev
-> Unit dev-ttyb9.device:
Description: /dev/ttyb9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb9.device
Invocation ID: 8c157159fb464e9493dcac8a6e17be40
Following: sys-devices-virtual-tty-ttyb9.device
Following Set Member: sys-devices-virtual-tty-ttyb9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb9
Found: found-udev
-> Unit sys-subsystem-net-devices-eth0.device:
Description: /sys/subsystem/net/devices/eth0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-eth0.device
Invocation ID: c685a611728547c4a0336dfa9a112990
Following Set Member: sys-devices-platform-soc\x401c00000-1c50000.ethernet-net-eth0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c50000.ethernet/net/eth0
Found: found-udev
-> Unit dev-ttyw7.device:
Description: /dev/ttyw7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw7.device
Invocation ID: 86bbb955b3a84869b6838b3ba2a01d21
Following: sys-devices-virtual-tty-ttyw7.device
Following Set Member: sys-devices-virtual-tty-ttyw7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw7
Found: found-udev
-> Unit dev-ttyr7.device:
Description: /dev/ttyr7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr7.device
Invocation ID: 1c646ad4a60f48bca6cd7131f4bed397
Following: sys-devices-virtual-tty-ttyr7.device
Following Set Member: sys-devices-virtual-tty-ttyr7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz6.device:
Description: /sys/devices/virtual/tty/ttyz6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz6.device
Invocation ID: 6fdac92ada8742928f052f9560614481
Following Set Member: dev-ttyz6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz6
Found: found-udev
-> Unit dev-ttyx1.device:
Description: /dev/ttyx1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyx1.device
Invocation ID: d891679148c148239588b202d2829a8a
Following: sys-devices-virtual-tty-ttyx1.device
Following Set Member: sys-devices-virtual-tty-ttyx1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyx1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyt8.device:
Description: /sys/devices/virtual/tty/ttyt8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyt8.device
Invocation ID: 6290c2f604af4aacbe3696e1f8d69fab
Following Set Member: dev-ttyt8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt8
Found: found-udev
-> Unit dev-ttyr2.device:
Description: /dev/ttyr2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr2.device
Invocation ID: ca7d22c415d547d6bf2a44253885c303
Following: sys-devices-virtual-tty-ttyr2.device
Following Set Member: sys-devices-virtual-tty-ttyr2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyzd.device:
Description: /sys/devices/virtual/tty/ttyzd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyzd.device
Invocation ID: d782210135424eb4aec5bdec579cc55b
Following Set Member: dev-ttyzd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzd
Found: found-udev
-> Unit dev-ttyy6.device:
Description: /dev/ttyy6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy6.device
Invocation ID: d3e9f34d04a848dd9a674c106cd9efcc
Following: sys-devices-virtual-tty-ttyy6.device
Following Set Member: sys-devices-virtual-tty-ttyy6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy6
Found: found-udev
-> Unit mountkernfs.service:
Description: mountkernfs.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: mountkernfs.service
Fragment Path: /dev/null
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
-> Unit sys-devices-platform-serial8250-tty-ttyS5.device:
Description: /sys/devices/platform/serial8250/tty/ttyS5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS5.device
Invocation ID: 1dc92b1d7a5e45ceab289a8178bb00c7
Following Set Member: dev-ttyS5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS5
Found: found-udev
-> Unit dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device:
Description: /dev/disk/by-uuid/96e28c6c-7a9f-45ae-a57d-e5de35fedbec
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Invocation ID: 3a34506d5fbe4e00a69a62708de42fea
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-vg_pie-var_cache.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: var-cache.mount (destination-file)
Before: var-cache.mount (destination-file)
ReferencedBy: var-cache.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: remote-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-virtual-tty-ttyzf.device:
Description: /sys/devices/virtual/tty/ttyzf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyzf.device
Invocation ID: 6532e74c513142068af953d1499af4c8
Following Set Member: dev-ttyzf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyzf
Found: found-udev
-> Unit dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device:
Description: /dev/disk/by-id/mmc-SA32G_0x2548146a-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
Invocation ID: 2919e44c11a943ac87efbef5b803e2e9
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit sysstat.service:
Description: Resets System Activity Data Collector
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:23 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:23 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: sysstat.service
Invocation ID: 554a666ea0084a0a80013bb8dc5e166e
Documentation: man:sa1(8)
Documentation: man:sadc(8)
Documentation: man:sar(1)
Fragment Path: /lib/systemd/system/sysstat.service
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/sysstat/debian-sa1 --boot
PID: 525
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:23 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-modules-load.service
Name: module-init-tools.service
Invocation ID: f9529211bb924672b800da936021a8ad
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
DropIn Path: /lib/systemd/system/systemd-modules-load.service.d/10-timeout.conf
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: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-sysctl.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 10s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 148
Start Timestamp: Sun 2020-05-10 10:16:58 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyu6.device:
Description: /sys/devices/virtual/tty/ttyu6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu6.device
Invocation ID: b31a78aa94f84324acf5a5095829aaad
Following Set Member: dev-ttyu6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu6
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyaa.device:
Description: /sys/devices/virtual/tty/ttyaa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyaa.device
Invocation ID: fdbd66d9fbd240c7aaca5e45da3a3778
Following Set Member: dev-ttyaa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyaa
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp3.device:
Description: /sys/devices/virtual/tty/ttyp3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp3.device
Invocation ID: 6b23a5bc803c41a685986428a0c44dcc
Following Set Member: dev-ttyp3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp3
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
-> 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: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: kmod-static-nodes.service
Invocation ID: cf6e8bb489984942a3e3d1b31d50b760
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.19.62-sunxi/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 164
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyt7.device:
Description: /dev/ttyt7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt7.device
Invocation ID: 64ae935e3bbc45fb9fbfde70616b4660
Following: sys-devices-virtual-tty-ttyt7.device
Following Set Member: sys-devices-virtual-tty-ttyt7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt7
Found: found-udev
-> Unit getty-pre.target:
Description: Login Prompts (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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: getty-pre.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty-pre.target
Conflicts: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: NetworkManager.service
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
-> 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: Sun 2020-05-10 10:17:25 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Inactive Enter Timestamp: Sun 2020-05-10 10:17:25 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-rfkill.service
Invocation ID: b63acaffa3114858868bfcf8f0033273
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-lib.mount (origin-file origin-path)
Requires: -.mount (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: systemd-rfkill.socket (destination-implicit)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: var-lib.mount (origin-file origin-path)
TriggeredBy: systemd-rfkill.socket (destination-implicit)
References: shutdown.target (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: var-lib.mount (origin-file origin-path)
ReferencedBy: systemd-rfkill.socket (destination-implicit)
RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/rfkill
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill
PID: 431
Start Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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: Sun 2020-05-10 10:17:22 EEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty.target (destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: getty.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-dm\x2d2.swap:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-dm\x2d2.swap
Invocation ID: 35dfeee1b6624947938440173682afae
Following: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap
Following Set Member: dev-vg_pie-swap.swap
Following Set Member: dev-mapper-vg_pie\x2dswap.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/dm-2 (origin-implicit)
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: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-mmcblk0.device:
Description: /dev/mmcblk0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mmcblk0.device
Invocation ID: 12904cbe0b4e40b18a13ba3720ef48d1
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0
Found: found-udev
-> Unit sys-subsystem-net-devices-br0.device:
Description: /sys/subsystem/net/devices/br0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:32 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-br0.device
Invocation ID: 24176f3f9ed24e28b1864d6c077b6e6d
Following Set Member: sys-devices-virtual-net-br0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/br0
Found: found-udev
-> Unit dev-ttyu4.device:
Description: /dev/ttyu4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu4.device
Invocation ID: e9012bb698e44b6ca5ca9f695bab0608
Following: sys-devices-virtual-tty-ttyu4.device
Following Set Member: sys-devices-virtual-tty-ttyu4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp1.device:
Description: /sys/devices/virtual/tty/ttyp1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp1.device
Invocation ID: 5028d7db36604a6e84fc729af1cc19ee
Following Set Member: dev-ttyp1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp1
Found: found-udev
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: runlevel4.target
Name: runlevel2.target
Name: runlevel3.target
Name: multi-user.target
Invocation ID: 9d27deb13a5342af9b76d840fdc27e92
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Sun 2020-05-10 10:17:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:59 EEST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: dbus.service (origin-file)
Wants: amavis-mc.service (origin-file)
Wants: pppd-dns.service (origin-file)
Wants: sysstat.service (origin-file)
Wants: rc-local.service (origin-file)
Wants: jabberd-sm.service (origin-file)
Wants: saslauthd.service (origin-file)
Wants: smartd.service (origin-file)
Wants: hddtemp.service (origin-file)
Wants: hostapd.service (origin-file)
Wants: squid.service (origin-file)
Wants: rsyslog.service (origin-file)
Wants: ssh.service (origin-file)
Wants: fail2ban.service (origin-file)
Wants: jabberd-s2s.service (origin-file)
Wants: dphys-swapfile.service (origin-file)
Wants: loadcpufreq.service (origin-file)
Wants: jabberd-router.service (origin-file)
Wants: jabberd.service (origin-file)
Wants: amavis.service (origin-file)
Wants: avahi-daemon.service (origin-file)
Wants: etckeeper.timer (origin-file)
Wants: postgrey.service (origin-file)
Wants: amavisd-snmp-subagent.service (origin-file)
Wants: getty.target (origin-file)
Wants: opendkim.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: clamav-freshclam.service (origin-file)
Wants: jabberd-c2s.service (origin-file)
Wants: clamav-daemon.service (origin-file)
Wants: sysfsutils.service (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: postfix.service (origin-file)
Wants: lircd-uinput.service (origin-file)
Wants: lircd.service (origin-file)
Wants: lircmd.service (origin-file)
Wants: irexec.service (origin-file)
Wants: cron.service (origin-file)
Wants: cpufrequtils.service (origin-file)
Wants: rsync.service (origin-file)
Wants: apache2.service (origin-file)
Wants: atd.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: lircd-setup.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: isc-dhcp-server.service (origin-file)
Wants: bind9.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: networking.service (origin-file)
Wants: ntp.service (origin-file)
Wants: wpa_supplicant.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: rescue.target (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-file destination-default)
After: apache2.service (origin-default)
After: rc-local.service (origin-default)
After: avahi-daemon.service (origin-default)
After: squid.service (origin-default)
After: systemd-user-sessions.service (origin-default)
After: hddtemp.service (origin-default destination-file)
After: cpufrequtils.service (origin-default destination-file)
After: lm-sensors.service (origin-default)
After: ssh.service (origin-default)
After: postgrey.service (origin-default destination-file)
After: rsyslog.service (origin-default)
After: postfix.service (origin-default)
After: pppd-dns.service (origin-default)
After: saslauthd.service (origin-default destination-file)
After: bind9.service (origin-default)
After: fail2ban.service (origin-default)
After: dbus.service (origin-default)
After: clamav-freshclam.service (origin-default)
After: ntp.service (origin-default)
After: clamav-daemon.service (origin-default)
After: amavisd-snmp-subagent.service (origin-default destination-file)
After: getty.target (origin-default)
After: sysstat.service (origin-default)
After: rescue.target (origin-file)
After: opendkim.service (origin-default)
After: systemd-logind.service (origin-default)
After: amavis-mc.service (origin-default destination-file)
After: systemd-networkd.service (destination-file)
After: loadcpufreq.service (origin-default destination-file)
After: etckeeper.timer (origin-default)
After: rsync.service (origin-default)
After: smartd.service (origin-default)
After: sysfsutils.service (origin-default destination-file)
After: hostapd.service (origin-default destination-file)
After: isc-dhcp-server.service (origin-default destination-file)
After: dphys-swapfile.service (origin-default destination-file)
After: rescue.service (origin-file)
After: wpa_supplicant.service (origin-default)
After: amavis.service (origin-default destination-file)
After: cron.service (origin-default)
After: atd.service (origin-default)
After: basic.target (origin-file origin-default)
References: lircd-setup.service (origin-file)
References: lm-sensors.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: rescue.service (origin-file)
References: ssh.service (origin-file origin-default)
References: rc-local.service (origin-file origin-default)
References: rescue.target (origin-file)
References: ntp.service (origin-file origin-default)
References: jabberd-router.service (origin-file)
References: amavis.service (origin-file origin-default)
References: clamav-freshclam.service (origin-file origin-default)
References: apache2.service (origin-file origin-default)
References: irexec.service (origin-file)
References: postfix.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: remote-fs.target (origin-file)
References: amavis-mc.service (origin-file origin-default)
References: opendkim.service (origin-file origin-default)
References: smartd.service (origin-file origin-default)
References: hostapd.service (origin-file origin-default)
References: isc-dhcp-server.service (origin-file origin-default)
References: lircd-uinput.service (origin-file)
References: jabberd.service (origin-file)
References: amavisd-snmp-subagent.service (origin-file origin-default)
References: postgrey.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: bind9.service (origin-file origin-default)
References: networking.service (origin-file)
References: systemd-ask-password-wall.path (origin-file)
References: wpa_supplicant.service (origin-file origin-default)
References: clamav-daemon.service (origin-file origin-default)
References: lircd.service (origin-file)
References: saslauthd.service (origin-file origin-default)
References: jabberd-s2s.service (origin-file)
References: jabberd-sm.service (origin-file)
References: avahi-daemon.service (origin-file origin-default)
References: jabberd-c2s.service (origin-file)
References: getty.target (origin-file origin-default)
References: dphys-swapfile.service (origin-file origin-default)
References: atd.service (origin-file origin-default)
References: pppd-dns.service (origin-file origin-default)
References: etckeeper.timer (origin-file origin-default)
References: rsyslog.service (origin-file origin-default)
References: hddtemp.service (origin-file origin-default)
References: sysstat.service (origin-file origin-default)
References: squid.service (origin-file origin-default)
References: loadcpufreq.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-file origin-default)
References: fail2ban.service (origin-file origin-default)
References: lircmd.service (origin-file)
References: systemd-user-sessions.service (origin-file origin-default)
References: rsync.service (origin-file origin-default)
References: cpufrequtils.service (origin-file origin-default)
References: sysfsutils.service (origin-file origin-default)
References: systemd-logind.service (origin-file origin-default)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: dphys-swapfile.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: amavis-mc.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: postgrey.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ram1.device:
Description: /dev/ram1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ram1.device
Invocation ID: 71d7d5cc9380469984f0726afd618a93
Following: sys-devices-virtual-block-ram1.device
Following Set Member: sys-devices-virtual-block-ram1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttypd.device:
Description: /sys/devices/virtual/tty/ttypd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttypd.device
Invocation ID: 1a3647ba6d8149b6b9097652461c7d0a
Following Set Member: dev-ttypd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttypd
Found: found-udev
-> Unit sys-subsystem-net-devices-eth0.3575.device:
Description: /sys/subsystem/net/devices/eth0.3575
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:32 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-eth0.3575.device
Invocation ID: 1ab237ce9de948a5bc2e8dfde1aa24c0
Following Set Member: sys-devices-virtual-net-eth0.3575.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/eth0.3575
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyp7.device:
Description: /sys/devices/virtual/tty/ttyp7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyp7.device
Invocation ID: 52166c73439e4f65a19a65ff1e6992ae
Following Set Member: dev-ttyp7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp7
Found: found-udev
-> Unit dev-ttyw2.device:
Description: /dev/ttyw2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw2.device
Invocation ID: de64f71beecb4697be46a97cb14e36b2
Following: sys-devices-virtual-tty-ttyw2.device
Following Set Member: sys-devices-virtual-tty-ttyw2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttydf.device:
Description: /sys/devices/virtual/tty/ttydf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttydf.device
Invocation ID: 08dc11f73b3744809f1e8b5a3fbe359f
Following Set Member: dev-ttydf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydf
Found: found-udev
-> Unit dev-ttyy9.device:
Description: /dev/ttyy9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy9.device
Invocation ID: 45c7e5e16a5348dbba99b1c290a3f016
Following: sys-devices-virtual-tty-ttyy9.device
Following Set Member: sys-devices-virtual-tty-ttyy9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya3.device:
Description: /sys/devices/virtual/tty/ttya3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya3.device
Invocation ID: 223be6e534144b1797efd2bc51117a41
Following Set Member: dev-ttya3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya3
Found: found-udev
-> Unit dev-ttyae.device:
Description: /dev/ttyae
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyae.device
Invocation ID: 0f28edef36004463a90ed04547e92b2d
Following: sys-devices-virtual-tty-ttyae.device
Following Set Member: sys-devices-virtual-tty-ttyae.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyae
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv8.device:
Description: /sys/devices/virtual/tty/ttyv8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv8.device
Invocation ID: b589113f8b2945c0a66aa08fe55bf141
Following Set Member: dev-ttyv8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv8
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyae.device:
Description: /sys/devices/virtual/tty/ttyae
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyae.device
Invocation ID: 9325246144ca4d0cb920a5de86a5c43f
Following Set Member: dev-ttyae.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyae
Found: found-udev
-> Unit dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device:
Description: /dev/disk/by-uuid/f76b68d2-378c-4745-8f5b-fe5cb46f1406
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Invocation ID: 7a7dea1471ea4205b0c10de38e467673
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-dm\x2d7.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-vg_pie-www.device
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
BoundBy: var-www.mount (destination-file)
Before: var-www.mount (destination-file)
ReferencedBy: var-www.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> 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: Thu 2020-05-14 06:40:14 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: apt-daily-upgrade.timer
Invocation ID: 0b8baadb184a43efa83f81af9c939e51
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: var-lib.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
Before: shutdown.target (origin-default)
After: apt-daily.timer (origin-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: var-lib.mount (origin-file origin-path)
After: -.mount (origin-path)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: apt-daily.timer (origin-file)
References: apt-daily-upgrade.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: var-lib.mount (origin-file origin-path)
References: -.mount (origin-path)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
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 sys-devices-virtual-tty-ttyr5.device:
Description: /sys/devices/virtual/tty/ttyr5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr5.device
Invocation ID: 7074becf5ea94125a68d91500d83d3a5
Following Set Member: dev-ttyr5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr5
Found: found-udev
-> Unit etckeeper.service:
Description: Autocommit of changes in /etc directory
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2020-05-14 10:33:29 EEST
Inactive Exit Timestamp: Thu 2020-05-14 10:33:29 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 10:33:29 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: etckeeper.service
Invocation ID: e248b20b48b44e9ebeffe534176f0c3d
Documentation: man:etckeeper(8)
Fragment Path: /lib/systemd/system/etckeeper.service
Condition Timestamp: Thu 2020-05-14 10:33:29 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 10:33:29 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: etckeeper.timer (destination-implicit)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: time-sync.target (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: etckeeper.timer (destination-implicit)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: time-sync.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: etckeeper.timer (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/etckeeper/daily
PID: 19033
Start Timestamp: Thu 2020-05-14 10:33:29 EEST
Exit Timestamp: Thu 2020-05-14 10:33:29 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyw1.device:
Description: /dev/ttyw1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw1.device
Invocation ID: 01186a8205064037bbfa0c9f7e369697
Following: sys-devices-virtual-tty-ttyw1.device
Following Set Member: sys-devices-virtual-tty-ttyw1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw1
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device:
Description: /dev/disk/by-id/dm-name-vg_pie-postfix--spool
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dpostfix\x2d\x2dspool.device
Invocation ID: 145b95b0259c4af6b39e954c2b74490a
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-mapper-vg_pie\x2dpostfix\x2d\x2dspool.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-vg_pie-postfix\x2dspool.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3SSJxntWXSoPZiA1mI3q640DIXgFj61KC.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2duuid-2609de16\x2df2fd\x2d471a\x2dae31\x2d63742beea5c0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ei1e6NRB0svpWVgTWf100gV9QC1F7yQV.device
Invocation ID: 764904f25a94417ba648f53d7151db24
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-vg_pie\x2dsquid\x2d\x2dspool.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-vg_pie-squid\x2dspool.device
Following Set Member: dev-disk-by\x2duuid-c2aa0910\x2de927\x2d4222\x2db71f\x2d750e489c4b93.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dsquid\x2d\x2dspool.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dvar_cache.device:
Description: /dev/mapper/vg_pie-var_cache
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:18 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dvar_cache.device
Invocation ID: 54854ca649a24397881f0af60cf0e61a
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-vg_pie-var_cache.device
BoundBy: var-cache.mount (destination-mountinfo-implicit)
Before: var-cache.mount (destination-mountinfo-implicit)
ReferencedBy: var-cache.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev,found-mount
-> Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: sys-kernel-debug.mount
Invocation ID: 24f55ccf87734b82959ddffdad5d1d63
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: https://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: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: sys-kernel-debug-tracing.mount (destination-implicit)
WantedBy: sysinit.target (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-implicit)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-implicit)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/kernel (origin-implicit)
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
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyy8.device:
Description: /dev/ttyy8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy8.device
Invocation ID: fff53dbe82a940ee8bcd0c7f49138ba4
Following: sys-devices-virtual-tty-ttyy8.device
Following Set Member: sys-devices-virtual-tty-ttyy8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy8
Found: found-udev
-> Unit dev-ttyte.device:
Description: /dev/ttyte
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyte.device
Invocation ID: e0cfa4e606524d6693eabac5c9855b63
Following: sys-devices-virtual-tty-ttyte.device
Following Set Member: sys-devices-virtual-tty-ttyte.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyte
Found: found-udev
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-ask-password-console.path
Invocation ID: 08fe9dd7c1ba4820a8b419ce88ba75d7
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: cryptsetup.target (origin-file)
Before: paths.target (origin-file)
Before: shutdown.target (origin-file)
After: plymouth-start.service (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: systemd-ask-password-console.service (origin-implicit)
References: emergency.service (origin-file)
References: -.mount (origin-path)
References: paths.target (origin-file)
References: cryptsetup.target (origin-file)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit sys-devices-virtual-tty-ttyv2.device:
Description: /sys/devices/virtual/tty/ttyv2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv2.device
Invocation ID: ca7591a6537140aea71f344502da78dc
Following Set Member: dev-ttyv2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv2
Found: found-udev
-> Unit dev-ttybc.device:
Description: /dev/ttybc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttybc.device
Invocation ID: 32fd2491ef9c43b4b38af37a71297911
Following: sys-devices-virtual-tty-ttybc.device
Following Set Member: sys-devices-virtual-tty-ttybc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttydb.device:
Description: /sys/devices/virtual/tty/ttydb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttydb.device
Invocation ID: deb94f7e16c2444b9d42fe094adf56c3
Following Set Member: dev-ttydb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyy1.device:
Description: /sys/devices/virtual/tty/ttyy1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy1.device
Invocation ID: 582ecbd985c3483180a5cffe676ad0da
Following Set Member: dev-ttyy1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy1
Found: found-udev
-> Unit clamav-daemon.socket:
Description: clamav-daemon.socket
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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: clamav-daemon.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
-> Unit sys-devices-virtual-tty-ttyce.device:
Description: /sys/devices/virtual/tty/ttyce
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyce.device
Invocation ID: 673ac9585af440e3987c2e0294872928
Following Set Member: dev-ttyce.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyce
Found: found-udev
-> Unit dev-ram2.device:
Description: /dev/ram2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ram2.device
Invocation ID: 8d13bfc3b94243658fa09e60f954391b
Following: sys-devices-virtual-block-ram2.device
Following Set Member: sys-devices-virtual-block-ram2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram2
Found: found-udev
-> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Invocation ID: 5c25d1c8acb147ce8a25f61a553d6e0e
Following: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-block-8:0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: basic.target
Invocation ID: 3b6d6c10f3fa4ac4be75aa46229ed3e8
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-file)
Wants: armbian-hardware-optimize.service (origin-file)
Wants: timers.target (origin-file)
Wants: slices.target (origin-file)
Wants: sockets.target (origin-file)
Wants: armbian-hardware-monitor.service (origin-file)
Wants: tmp.mount (origin-file)
Wants: paths.target (origin-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: smartd.service (destination-default)
Before: squid.service (destination-default)
Before: clamav-daemon.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: multi-user.target (destination-file destination-default)
Before: dphys-swapfile.service (destination-default)
Before: pppd-dns.service (destination-default)
Before: cron.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: sysfsutils.service (destination-default)
Before: ntp.service (destination-default)
Before: man-db.service (destination-default)
Before: bind9.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: getty-static.service (destination-default)
Before: saslauthd.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: apt-daily.service (destination-default)
Before: postfix.service (destination-default)
Before: postgrey.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: certbot.service (destination-default)
Before: sysstat.service (destination-default)
Before: user at 1001.service (destination-default)
Before: user-runtime-dir at 1001.service (destination-default)
Before: ssh.service (destination-default)
Before: bind9-resolvconf.service (destination-default)
Before: hddtemp.service (destination-default)
Before: logrotate.service (destination-default)
Before: hostapd.service (destination-default)
Before: cpufrequtils.service (destination-default)
Before: rc-local.service (destination-default)
Before: isc-dhcp-server.service (destination-default)
Before: opendkim.service (destination-default)
Before: rsyslog.service (destination-default)
Before: fail2ban.service (destination-default)
Before: shutdown.target (origin-default)
Before: loadcpufreq.service (destination-default)
Before: apache2.service (destination-default)
Before: amavis-mc.service (destination-default)
Before: amavisd-snmp-subagent.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: clamav-freshclam.service (destination-default)
Before: serial-getty at ttyS0.service (destination-default)
Before: atd.service (destination-default)
Before: rsync.service (destination-default)
Before: amavis.service (destination-default)
Before: postfix at -.service (destination-default)
Before: uuidd.service (destination-default)
Before: radvd.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: dbus.service (destination-default)
After: sysinit.target (origin-file origin-default)
After: armbian-hardware-optimize.service (destination-file)
After: slices.target (origin-file origin-default)
After: sockets.target (origin-file origin-default)
After: armbian-hardware-monitor.service (destination-file)
After: tmp.mount (origin-file)
After: -.mount (origin-path)
After: paths.target (origin-file origin-default)
References: paths.target (origin-file origin-default)
References: armbian-hardware-optimize.service (origin-file)
References: timers.target (origin-file)
References: slices.target (origin-file origin-default)
References: sockets.target (origin-file origin-default)
References: armbian-hardware-monitor.service (origin-file)
References: tmp.mount (origin-file)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-file origin-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: clamav-freshclam.service (destination-default)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: radvd.service (destination-default)
ReferencedBy: opendkim.service (destination-default)
ReferencedBy: bind9-resolvconf.service (destination-default)
ReferencedBy: amavis.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: sysstat.service (destination-default)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: dphys-swapfile.service (destination-default)
ReferencedBy: bind9.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: amavis-mc.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: armbian-hardware-monitor.service (destination-file)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: amavisd-snmp-subagent.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: squid.service (destination-default)
ReferencedBy: hostapd.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: smartd.service (destination-default)
ReferencedBy: apache2.service (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: isc-dhcp-server.service (destination-default)
ReferencedBy: postgrey.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
ReferencedBy: clamav-daemon.service (destination-default)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: certbot.service (destination-default)
RequiresMountsFor: /var (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyd6.device:
Description: /sys/devices/virtual/tty/ttyd6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyd6.device
Invocation ID: 089d6637aa9c4f859acf6a19b4f21989
Following Set Member: dev-ttyd6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd6
Found: found-udev
-> Unit dev-ttyub.device:
Description: /dev/ttyub
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyub.device
Invocation ID: 9f6b9cea52114535b375d7e4ccdbda54
Following: sys-devices-virtual-tty-ttyub.device
Following Set Member: sys-devices-virtual-tty-ttyub.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyub
Found: found-udev
-> Unit dev-ttyec.device:
Description: /dev/ttyec
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyec.device
Invocation ID: 480fa9375fca4fd694bda4e54262c85d
Following: sys-devices-virtual-tty-ttyec.device
Following Set Member: sys-devices-virtual-tty-ttyec.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyec
Found: found-udev
-> Unit sys-devices-virtual-tty-ttybf.device:
Description: /sys/devices/virtual/tty/ttybf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttybf.device
Invocation ID: beba267662544942ab4c7fd7c77667d8
Following Set Member: dev-ttybf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyr0.device:
Description: /sys/devices/virtual/tty/ttyr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr0.device
Invocation ID: 7543a6c65f1646dd8d974835122b3780
Following Set Member: dev-ttyr0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyte.device:
Description: /sys/devices/virtual/tty/ttyte
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyte.device
Invocation ID: 40ff43b8967c4391909469032563256e
Following Set Member: dev-ttyte.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyte
Found: found-udev
-> Unit dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device:
Description: /dev/disk/by-uuid/9c5a83a0-a65c-4b22-aa2e-11ac90fc2493
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Invocation ID: b64d186330ab49d79b05cf6038cf03a3
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-vg_pie-zenwear.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: backup-zenwear.mount (destination-file)
BoundBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: backup-zenwear.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> Unit dev-ttyq1.device:
Description: /dev/ttyq1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq1.device
Invocation ID: 7e51397a27364e2b9401c1cf0af3e53c
Following: sys-devices-virtual-tty-ttyq1.device
Following Set Member: sys-devices-virtual-tty-ttyq1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq1
Found: found-udev
-> Unit sys-devices-platform-serial8250-tty-ttyS4.device:
Description: /sys/devices/platform/serial8250/tty/ttyS4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS4.device
Invocation ID: ea0b1e19756645af849cf11984b35cca
Following Set Member: dev-ttyS4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttysf.device:
Description: /sys/devices/virtual/tty/ttysf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttysf.device
Invocation ID: 7d7f71898fd647818c26cc4cb8a223c9
Following Set Member: dev-ttysf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysf
Found: found-udev
-> 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: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-tmpfiles-setup.service
Invocation ID: 3cd95f000e714622bba3924f5f9cdb58
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: haveged.service (destination-file)
Before: ntp.service (destination-file)
Before: shutdown.target (origin-file)
Before: logrotate.service (destination-file)
Before: certbot.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: apache2.service (destination-file)
Before: radvd.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-sysusers.service (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-journald.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-journald.service (origin-file)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: certbot.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 440
Start Timestamp: Sun 2020-05-10 10:17:20 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit unattended-upgrades.service:
Description: unattended-upgrades.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: unattended-upgrades.service
Fragment Path: /dev/null
WantedBy: shutdown.target (destination-file)
ReferencedBy: shutdown.target (destination-file)
-> Unit dev-ttyr3.device:
Description: /dev/ttyr3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr3.device
Invocation ID: 4bf9ca78b2b44ded912aa53a5d15c958
Following: sys-devices-virtual-tty-ttyr3.device
Following Set Member: sys-devices-virtual-tty-ttyr3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr3
Found: found-udev
-> Unit dev-ttyw4.device:
Description: /dev/ttyw4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw4.device
Invocation ID: ef7dd527911746bcae50838418ad6ca2
Following: sys-devices-virtual-tty-ttyw4.device
Following Set Member: sys-devices-virtual-tty-ttyw4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw4
Found: found-udev
-> Unit dev-ttyqe.device:
Description: /dev/ttyqe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyqe.device
Invocation ID: 80489590892e42aaa05afc33e2d8b8f5
Following: sys-devices-virtual-tty-ttyqe.device
Following Set Member: sys-devices-virtual-tty-ttyqe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqe
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv9.device:
Description: /sys/devices/virtual/tty/ttyv9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv9.device
Invocation ID: af3b97a4665c441aad257ecbe27857dc
Following Set Member: dev-ttyv9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv9
Found: found-udev
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: plymouth-quit-wait.service
Before: serial-getty at ttyS0.service (destination-file)
Before: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
-> Unit dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device:
Description: /dev/disk/by-uuid/a4431332-5e82-4b2d-8fa4-78f5960e33ee
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Invocation ID: 445efee132444211a69c60de59ffc046
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: var-log.mount (destination-file)
Before: var-log.mount (destination-file)
ReferencedBy: var-log.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> Unit postgrey.service:
Description: LSB: Start/stop the postgrey daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:31 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:31 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/postgrey.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: postgrey.service
Invocation ID: 3443161742f4483f89cc567109049187
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/postgrey.service
Source Path: /etc/init.d/postgrey
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: multi-user.target (origin-file)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/postgrey start
PID: 535
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:31 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/postgrey reload
-> ExecStop:
Command Line: /etc/init.d/postgrey stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttya8.device:
Description: /sys/devices/virtual/tty/ttya8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya8.device
Invocation ID: 30d034b7a85d4995849b580e024d4af6
Following Set Member: dev-ttya8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya8
Found: found-udev
-> Unit dev-vg_pie-swap.device:
Description: /dev/vg_pie/swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:12 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:12 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-swap.device
Invocation ID: a9ecce89ec6e42e48e8535613d7f67c7
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.device
Following Set Member: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.device
Following Set Member: dev-mapper-vg_pie\x2dswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw1.device:
Description: /sys/devices/virtual/tty/ttyw1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw1.device
Invocation ID: b4b2a61aab6b4a0baf640c3697588556
Following Set Member: dev-ttyw1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyse.device:
Description: /sys/devices/virtual/tty/ttyse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyse.device
Invocation ID: bd0fd24ab8d140a084bc8240ecd125d9
Following Set Member: dev-ttyse.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyse
Found: found-udev
-> Unit dev-ttye8.device:
Description: /dev/ttye8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye8.device
Invocation ID: 115cd90c0eeb4eb4aaaeac8caeaa7173
Following: sys-devices-virtual-tty-ttye8.device
Following Set Member: sys-devices-virtual-tty-ttye8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye8
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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: Sun 2020-05-10 10:17:20 EEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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: Sun 2020-05-10 10:17:19 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:19 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:19 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-journal-flush.service
Invocation ID: cad5c4f2ddcc43c08a753c318aa218cc
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Sun 2020-05-10 10:17:19 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:19 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-journald.service (origin-file)
Requires: var-log.mount (origin-file origin-path)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-journald.service (origin-file)
After: system.slice (origin-file)
After: var-log.mount (origin-file origin-path)
After: -.mount (origin-path)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
References: var-log.mount (origin-file origin-path)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/log/journal (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 422
Start Timestamp: Sun 2020-05-10 10:17:19 EEST
Exit Timestamp: Sun 2020-05-10 10:17:19 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyc7.device:
Description: /sys/devices/virtual/tty/ttyc7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc7.device
Invocation ID: c0bd779c09f34845837dcba5651dbb73
Following Set Member: dev-ttyc7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc7
Found: found-udev
-> Unit serial-getty at ttyS0.service:
Description: Serial Getty on ttyS0
Instance: ttyS0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:37 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:37 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-serial\x2dgetty.slice
CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: serial-getty at ttyS0.service
Invocation ID: c4be25e015094cfe8b6acc84048f9a97
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/serial-getty at .service
DropIn Path: /lib/systemd/system/serial-getty at .service.d/10-term.conf
Condition Timestamp: Sun 2020-05-10 10:17:37 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:37 EEST
Assert Result: yes
Requires: system-serial\x2dgetty.slice (origin-file)
Requires: sysinit.target (origin-default)
BindsTo: dev-ttyS0.device (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: getty.target (origin-file destination-default)
After: plymouth-quit-wait.service (origin-file)
After: systemd-journald.socket (origin-file)
After: rc-local.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: dev-ttyS0.device (origin-file)
After: sysinit.target (origin-default)
After: getty-pre.target (origin-file)
After: system-serial\x2dgetty.slice (origin-file)
References: rc-local.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: dev-ttyS0.device (origin-file)
References: system-serial\x2dgetty.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: getty-pre.target (origin-file)
References: getty.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: rescue.service (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
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: 1433
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: TERM=linux
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/ttyS0
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: ttyS0
LockPersonality: no
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyS0 $TERM
PID: 1433
Start Timestamp: Sun 2020-05-10 10:17:37 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyta.device:
Description: /sys/devices/virtual/tty/ttyta
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyta.device
Invocation ID: 9d8fba8544ce42c8a7668c33174b5de2
Following Set Member: dev-ttyta.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyta
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye4.device:
Description: /sys/devices/virtual/tty/ttye4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye4.device
Invocation ID: e515fcc21b1046c79faf438600b8750a
Following Set Member: dev-ttye4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya5.device:
Description: /sys/devices/virtual/tty/ttya5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya5.device
Invocation ID: cfed3836cd4f45e0bfa1aa701baf622a
Following Set Member: dev-ttya5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya5
Found: found-udev
-> Unit dev-ttyz4.device:
Description: /dev/ttyz4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyz4.device
Invocation ID: 4f36d56d28b24f1d819c68e5cd9d43b2
Following: sys-devices-virtual-tty-ttyz4.device
Following Set Member: sys-devices-virtual-tty-ttyz4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttye9.device:
Description: /sys/devices/virtual/tty/ttye9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttye9.device
Invocation ID: c08bd91ea90b4c368ccce9853ab28d20
Following Set Member: dev-ttye9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye9
Found: found-udev
-> Unit squid.service:
Description: Squid Web Proxy Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 14:08:44 EEST
Inactive Exit Timestamp: Thu 2020-05-14 14:08:42 EEST
Active Enter Timestamp: Thu 2020-05-14 14:08:44 EEST
Active Exit Timestamp: Sun 2020-05-10 10:17:17 EEST
Inactive Enter Timestamp: Sun 2020-05-10 10:17:17 EEST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/squid.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: squid.service
Invocation ID: 489624520d6d43e0bd3b27f506d824b5
Documentation: man:squid(8)
Fragment Path: /lib/systemd/system/squid.service
DropIn Path: /etc/systemd/system/squid.service.d/override.conf
Condition Timestamp: Thu 2020-05-14 14:08:42 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 14:08:42 EEST
Assert Result: yes
Requires: var-log.mount (origin-file)
Requires: var-spool-squid3.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: var-log.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: nss-lookup.target (origin-file)
After: network.target (origin-file)
After: var-spool-squid3.mount (origin-file)
After: network-online.target (origin-file)
References: var-log.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: nss-lookup.target (origin-file)
References: network.target (origin-file)
References: var-spool-squid3.mount (origin-file)
References: network-online.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 23328
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/squid.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/sbin/squid --foreground -z
PID: 23324
Start Timestamp: Thu 2020-05-14 14:08:42 EEST
Exit Timestamp: Thu 2020-05-14 14:08:44 EEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/squid -sYC
PID: 23327
Start Timestamp: Thu 2020-05-14 14:08:44 EEST
Exit Timestamp: Thu 2020-05-14 14:08:44 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyba.device:
Description: /dev/ttyba
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyba.device
Invocation ID: ca5340932d964b56b06d4ad6bef3dfcb
Following: sys-devices-virtual-tty-ttyba.device
Following Set Member: sys-devices-virtual-tty-ttyba.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyba
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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 (origin-file)
Requires: -.mount (origin-path)
Wants: network.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: multi-user.target (origin-file)
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: network-pre.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: network-pre.target (origin-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
RequiresMountsFor: /run/systemd/netif (origin-file)
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
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/netif
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
User: systemd-network
DynamicUser: no
LockPersonality: yes
SystemCallFilter: lstat setpgid futex getuid32 futimesat fstatat64 read mq_notify getsockopt faccessat prctl truncate64 clone getpriority unlinkat setfsuid epoll_wait pwritev signalfd4 rt_sigreturn munlock setitimer sync_file_range rt_sigpending epoll_ctl sched_get_priority_max truncate kcmp rmdir setresgid fcntl64 setgid32 recvfrom setgroups eventfd2 io_destroy getpeername socketpair chdir eventfd mknod chown sigaltstack setresuid32 mq_open lsetxattr fchmod getgroups32 getsockname fchownat vfork dup ioprio_get bind link fadvise64_64 lchown32 getpgid epoll_wait_old ppoll sigsuspend recvmmsg gettid personality readlinkat fsetxattr tkill mkdir setsockopt set_tls mq_unlink setgid swapcontext linkat pread64 setregid32 setreuid waitid move_pages clock_gettime getresgid32 mkdirat dup2 writev fchown32 sched_setscheduler pipe epoll_pwait renameat setfsgid mq_getsetattr shmdt readahead sched_get_priority_min sysinfo shmat shmget fdatasync vmsplice _newselect pselect6 sigreturn setresgid32 listxattr shutdown sigpending syncfs alarm utimes readdir getresgid sendto capget getrusage sched_rr_get_interval sigaction poll clock_nanosleep sendfile mmap flistxattr tgkill select statx set_robust_list msync socketcall lgetxattr msgrcv symlink setregid setfsgid32 olduname timer_create lremovexattr set_thread_area sendfile64 utime sched_getattr signalfd recv getgid32 fchown fremovexattr copy_file_range access mprotect symlinkat pwritev2 io_cancel lstat64 get_mempolicy ugetrlimit accept pwrite64 timerfd_settime getpgrp getcpu openat semtimedop fchdir fadvise64 timer_gettime rt_sigaction timer_getoverrun fork epoll_create setreuid32 inotify_add_watch setfsuid32 set_mempolicy sync send tee getdents getppid munmap rt_sigsuspend exit preadv ftruncate io_submit rt_sigtimedwait getuid recvmsg mq_timedreceive msgsnd timer_delete shmctl sigprocmask stat64 execve process_vm_writev get_robust_list chown32 setgroups32 request_key rt_sigqueueinfo rt_sigprocmask fcntl dup3 membarrier splice mmap2 prlimit64 epoll_create1 mlockall execveat munlockall write arm_sync_file_range mlock setuid timerfd_create ipc umask getegid chmod fstatfs64 fstat64 sched_setaffinity capset getxattr msgctl statfs64 times nice sched_setattr timer_settime uname removexattr msgget brk statfs signal getcwd utimensat setresuid mknodat waitpid sched_setparam semctl pause madvise preadv2 mbind getresuid32 getgid inotify_init1 sched_getscheduler geteuid clock_getres rt_tgsigqueueinfo setpriority get_thread_area process_vm_readv io_setup time readv open setns llistxattr inotify_rm_watch userfaultfd setuid32 creat unshare fchmodat listen getdents64 stat semop exit_group wait4 getitimer sched_getparam mremap io_getevents readlink keyctl getpid fgetxattr semget inotify_init getgroups sendmmsg getrandom set_tid_address mlock2 lseek fstat ftruncate64 timerfd_gettime fallocate geteuid32 ioctl getegid32 _llseek sched_getaffinity getrlimit pipe2 migrate_pages oldfstat memfd_create nanosleep ioprio_set setxattr kill setrlimit getsid epoll_ctl_old oldstat connect gettimeofday fstatfs accept4 unlink rename sched_yield fsync name_to_handle_at renameat2 setsid oldolduname newfstatat sendmsg add_key mq_timedsend flock lchown socket oldlstat restart_syscall getresuid close remap_file_pages arch_prctl
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttya1.device:
Description: /dev/ttya1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya1.device
Invocation ID: afdea85134464b84a110debfc9ff7da6
Following: sys-devices-virtual-tty-ttya1.device
Following Set Member: sys-devices-virtual-tty-ttya1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya1
Found: found-udev
-> Unit dev-vg_pie-zenwear.device:
Description: /dev/vg_pie/zenwear
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-zenwear.device
Invocation ID: cc5f4e6f67e04d2d912dcaa08942b946
Following: sys-devices-virtual-block-dm\x2d8.device
Following Set Member: dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3GDe1kiifg1s2SG07PydGGxrBGW0ZORrI.device
Following Set Member: dev-mapper-vg_pie\x2dzenwear.device
Following Set Member: dev-dm\x2d8.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dzenwear.device
Following Set Member: sys-devices-virtual-block-dm\x2d8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-8
Found: found-udev
-> Unit dev-vg_pie-var\x2dlog.device:
Description: /dev/vg_pie/var-log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-var\x2dlog.device
Invocation ID: c6da2af4b39946369a98e250f07b5de4
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:58 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory devices pids bpf-firewall bpf-devices
Name: system.slice
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: avahi-daemon.socket (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: isc-dhcp-server.service (destination-file)
RequiredBy: amavisd-snmp-subagent.service (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: hostapd.service (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: systemd-quotacheck.service (destination-file)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-file)
RequiredBy: amavis.service (destination-file)
RequiredBy: run-user-1001.mount (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: atd.service (destination-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: armbian-zram-config.service (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: saslauthd.service (destination-file)
RequiredBy: rsyslog.service (destination-file)
RequiredBy: sys-kernel-debug-tracing.mount (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: blk-availability.service (destination-file)
RequiredBy: dev-mapper-vg_pie\x2dswap.swap (destination-file)
RequiredBy: backup-zenwear.mount (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: system-postfix.slice (destination-implicit)
RequiredBy: etckeeper.service (destination-file)
RequiredBy: smartd.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: amavis-mc.service (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: clamav-freshclam.service (destination-file)
RequiredBy: certbot.service (destination-file)
RequiredBy: bind9.service (destination-file)
RequiredBy: system-lvm2\x2dpvscan.slice (destination-implicit)
RequiredBy: radvd.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: uuidd.socket (destination-file)
RequiredBy: sysstat.service (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: rsync.service (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: systemd-initctl.service (destination-file)
RequiredBy: postgrey.service (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: armbian-ramlog.service (destination-file)
RequiredBy: systemd-update-utmp.service (destination-file)
RequiredBy: squid.service (destination-file)
RequiredBy: system-serial\x2dgetty.slice (destination-implicit)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: armbian-hardware-optimize.service (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: clamav-daemon.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: postfix.service (destination-file)
RequiredBy: fake-hwclock.service (destination-file)
RequiredBy: var-lib.mount (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: lvm2-lvmpolld.socket (destination-file)
RequiredBy: fail2ban.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: var-spool-squid3.mount (destination-file)
RequiredBy: var-www.mount (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: hddtemp.service (destination-file)
RequiredBy: rc-local.service (destination-file)
RequiredBy: systemd-fsckd.socket (destination-file)
RequiredBy: cpufrequtils.service (destination-file)
RequiredBy: haveged.service (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: ntp.service (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: sysfsutils.service (destination-file)
RequiredBy: dphys-swapfile.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: bind9-resolvconf.service (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: apache2.service (destination-file)
RequiredBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: resolvconf.service (destination-file)
RequiredBy: lvm2-lvmpolld.service (destination-file)
RequiredBy: pppd-dns.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: var-cache.mount (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
RequiredBy: dev-dm\x2d2.swap (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: home.mount (destination-file)
RequiredBy: -.mount (destination-file)
RequiredBy: dm-event.service (destination-file)
RequiredBy: ssh.service (destination-file)
RequiredBy: uuidd.service (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: dev-vg_pie-swap.swap (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: var-spool-postfix.mount (destination-file)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: var-log.mount (destination-file)
RequiredBy: dm-event.socket (destination-file)
RequiredBy: armbian-hardware-monitor.service (destination-file)
RequiredBy: systemd-fsckd.service (destination-file)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: opendkim.service (destination-file)
RequiredBy: loadcpufreq.service (destination-file)
WantedBy: slices.target (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: run-user-1001.mount (destination-file)
Before: systemd-journald.socket (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: ssh.service (destination-file)
Before: system-serial\x2dgetty.slice (destination-implicit)
Before: postfix.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: armbian-hardware-optimize.service (destination-file)
Before: backup-zenwear.mount (destination-file)
Before: etckeeper.service (destination-file)
Before: dev-dm\x2d2.swap (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: smartd.service (destination-file)
Before: hostapd.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: lvm2-lvmpolld.socket (destination-file)
Before: amavisd-snmp-subagent.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-file)
Before: var-www.mount (destination-file)
Before: system-postfix.slice (destination-implicit)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: home.mount (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: apt-daily.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: networking.service (destination-file)
Before: emergency.service (destination-file)
Before: haveged.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: bind9-resolvconf.service (destination-file)
Before: system-getty.slice (destination-implicit)
Before: dm-event.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: systemd-initctl.socket (destination-file)
Before: slices.target (destination-file)
Before: var-lib.mount (destination-file)
Before: dm-event.socket (destination-file)
Before: cron.service (destination-file)
Before: clamav-freshclam.service (destination-file)
Before: var-log.mount (destination-file)
Before: rescue.service (destination-file)
Before: dbus.socket (destination-file)
Before: armbian-zram-config.service (destination-file)
Before: dphys-swapfile.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: opendkim.service (destination-file)
Before: fake-hwclock.service (destination-file)
Before: armbian-ramlog.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: atd.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: -.mount (destination-file)
Before: logrotate.service (destination-file)
Before: certbot.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-file)
Before: resolvconf.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: amavis.service (destination-file)
Before: systemd-fsckd.socket (destination-file)
Before: dbus.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: bind9.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-file)
Before: squid.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: var-spool-postfix.mount (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: pppd-dns.service (destination-file)
Before: saslauthd.service (destination-file)
Before: hddtemp.service (destination-file)
Before: clamav-daemon.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: blk-availability.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: radvd.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: dev-mapper-vg_pie\x2dswap.swap (destination-file)
Before: rsyslog.service (destination-file)
Before: syslog.socket (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: avahi-daemon.service (destination-file)
Before: getty-static.service (destination-file)
Before: postgrey.service (destination-file)
Before: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: dev-vg_pie-swap.swap (destination-file)
Before: system-lvm2\x2dpvscan.slice (destination-implicit)
Before: var-cache.mount (destination-file)
Before: isc-dhcp-server.service (destination-file)
Before: armbian-hardware-monitor.service (destination-file)
Before: sysstat.service (destination-file)
Before: uuidd.socket (destination-file)
Before: var-spool-postfix-var-run-opendkim.mount (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: ntp.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: rc-local.service (destination-file)
Before: tmp.mount (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: loadcpufreq.service (destination-file)
Before: fail2ban.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: avahi-daemon.socket (destination-file)
Before: amavis-mc.service (destination-file)
Before: var-spool-squid3.mount (destination-file)
Before: apache2.service (destination-file)
Before: man-db.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-file)
ReferencedBy: var-log.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-file)
ReferencedBy: sysstat.service (destination-file)
ReferencedBy: system-serial\x2dgetty.slice (destination-implicit)
ReferencedBy: uuidd.socket (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: postgrey.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: home.mount (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: amavis.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: amavisd-snmp-subagent.service (destination-file)
ReferencedBy: var-spool-squid3.mount (destination-file)
ReferencedBy: dev-mapper-vg_pie\x2dswap.swap (destination-file)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: lvm2-lvmpolld.socket (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: run-user-1001.mount (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: var-www.mount (destination-file)
ReferencedBy: squid.service (destination-file)
ReferencedBy: certbot.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: armbian-ramlog.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: amavis-mc.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: bind9.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: resolvconf.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: bind9-resolvconf.service (destination-file)
ReferencedBy: clamav-freshclam.service (destination-file)
ReferencedBy: armbian-hardware-monitor.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: avahi-daemon.socket (destination-file)
ReferencedBy: fake-hwclock.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: systemd-fsckd.socket (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-file)
ReferencedBy: var-lib.mount (destination-file)
ReferencedBy: armbian-zram-config.service (destination-file)
ReferencedBy: slices.target (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: pppd-dns.service (destination-file)
ReferencedBy: dbus.socket (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: smartd.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: isc-dhcp-server.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: postfix.service (destination-file)
ReferencedBy: opendkim.service (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: dm-event.socket (destination-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: system-lvm2\x2dpvscan.slice (destination-implicit)
ReferencedBy: clamav-daemon.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: dev-dm\x2d2.swap (destination-file)
ReferencedBy: hostapd.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: var-cache.mount (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: haveged.service (destination-file)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dev-vg_pie-swap.swap (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
ReferencedBy: dphys-swapfile.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: etckeeper.service (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: system-postfix.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyeb.device:
Description: /sys/devices/virtual/tty/ttyeb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyeb.device
Invocation ID: 6e1da3fd27634fcfa5d9ceb379f6c80f
Following Set Member: dev-ttyeb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyeb
Found: found-udev
-> Unit dev-ttyb3.device:
Description: /dev/ttyb3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb3.device
Invocation ID: b54c5f1fd5da40a8adaa3f876523cf7d
Following: sys-devices-virtual-tty-ttyb3.device
Following Set Member: sys-devices-virtual-tty-ttyb3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb3
Found: found-udev
-> Unit dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device:
Description: /dev/disk/by-path/platform-1c0f000.mmc-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Invocation ID: 92e68dd178b54878afb23a0786b2553f
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit dev-ttyw3.device:
Description: /dev/ttyw3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw3.device
Invocation ID: f144748953e647e494478cf310975c82
Following: sys-devices-virtual-tty-ttyw3.device
Following Set Member: sys-devices-virtual-tty-ttyw3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw3
Found: found-udev
-> 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: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-misc-rfkill.device
Invocation ID: fedcf9306017444887fa62ffc2bde09f
Following Set Member: dev-rfkill.device
Wants: systemd-rfkill.socket (origin-udev)
BoundBy: systemd-rfkill.service (destination-file)
BoundBy: systemd-rfkill.socket (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
References: systemd-rfkill.socket (origin-udev)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
udev SYSTEMD_WANTS: systemd-rfkill.socket
-> Unit rbdmap.service:
Description: rbdmap.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: rbdmap.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:24 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: systemd-logind.service
Invocation ID: babf83f0ca004d3abcd4e92b4b669003
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Wants: dbus.socket (origin-file)
Wants: user.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-1176.scope (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-user-lookup.target (origin-file)
After: user.slice (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: user.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: session-1176.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 510
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
LockPersonality: yes
SystemCallFilter: fcntl64 getpgid oldlstat mq_timedsend mq_timedreceive ftruncate lchown32 write unlink pread64 setsockopt mkdir geteuid32 mkdirat getresgid32 mq_unlink sigpending timer_settime bind mprotect lgetxattr pipe2 preadv munlock ioprio_set clone exit ipc sendmmsg llistxattr socketpair membarrier fstatat64 setfsuid epoll_wait_old inotify_rm_watch _llseek getrlimit setreuid32 truncate64 fcntl setgroups32 vfork close pause shmdt sched_yield getsockname statx readlink inotify_init openat setpriority socketcall clock_getres madvise time semctl msgget inotify_add_watch preadv2 listxattr capset move_pages poll fstatfs64 utime getdents64 fchown renameat keyctl fdatasync ugetrlimit removexattr setfsgid32 getsid sched_getaffinity setrlimit munlockall accept getpeername writev sched_getscheduler sendmsg capget splice semget eventfd2 remap_file_pages kcmp msgrcv ftruncate64 request_key wait4 mq_notify io_cancel getgid32 recvfrom timer_delete fstat64 utimes sched_get_priority_min dup3 sysinfo getcwd send pipe alarm setgroups userfaultfd epoll_ctl_old readahead sched_getattr rt_sigaction signal mq_open setfsgid rt_sigreturn tee get_mempolicy getrandom fsetxattr sigsuspend rt_sigsuspend pwritev prctl setresgid32 getcpu mknod restart_syscall getitimer get_robust_list sched_setaffinity shmctl fchmodat oldfstat times setregid sched_getparam olduname getsockopt arm_sync_file_range getxattr faccessat sched_setparam lseek uname creat waitpid sync_file_range fchownat rt_sigprocmask readv fremovexattr umask getegid32 process_vm_readv getpriority sync setitimer timerfd_create add_key timerfd_settime setresuid32 signalfd futex lstat64 io_destroy sigprocmask arch_prctl fstat mmap2 setuid32 socket setregid32 pwritev2 sigaltstack setresgid io_setup eventfd timer_getoverrun copy_file_range swapcontext sched_get_priority_max mknodat setsid fork read symlink linkat epoll_wait epoll_create setresuid migrate_pages mlockall stat64 memfd_create munmap semtimedop sched_setattr set_tls getgroups32 chdir mremap mlock2 lremovexattr renameat2 fallocate shmget dup recv futimesat io_getevents timer_gettime lchown sched_setscheduler getpid getresuid rt_sigqueueinfo sendto lsetxattr lstat fsync readlinkat readdir sendfile64 rt_sigpending epoll_pwait getresuid32 mq_getsetattr stat pwrite64 execveat semop fchdir oldstat setns fgetxattr syncfs oldolduname statfs64 setgid rt_tgsigqueueinfo getdents tgkill clock_gettime ioctl rmdir newfstatat mmap accept4 listen msgctl _newselect mbind getgid get_thread_area getppid fadvise64 process_vm_writev setgid32 dup2 shmat rename chown waitid utimensat set_mempolicy setxattr timer_create fadvise64_64 setreuid msync getegid fstatfs tkill link mlock sched_rr_get_interval epoll_ctl getgroups msgsnd sigreturn getresgid name_to_handle_at execve setfsuid32 select statfs chown32 symlinkat clock_nanosleep getrusage sendfile pselect6 io_submit prlimit64 fchmod vmsplice getpgrp geteuid set_tid_address unshare gettid flock recvmsg set_robust_list exit_group getuid32 kill timerfd_gettime signalfd4 epoll_create1 open rt_sigtimedwait truncate inotify_init1 getuid gettimeofday flistxattr access shutdown ioprio_get brk recvmmsg nanosleep unlinkat set_thread_area ppoll setuid chmod fchown32 sigaction setpgid nice connect personality
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 510
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Current: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit dev-ttyd0.device:
Description: /dev/ttyd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyd0.device
Invocation ID: 18bd1454eb1e4b67b8d62dce5c9f4897
Following: sys-devices-virtual-tty-ttyd0.device
Following Set Member: sys-devices-virtual-tty-ttyd0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyd0
Found: found-udev
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dm-event.socket
CGroup realized: no
CGroup own mask: memory pids
Name: dm-event.socket
Invocation ID: 0a46fe51e2db415bafe2f1781c84781b
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: dm-event.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: dm-event.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: dm-event.service (origin-implicit)
References: system.slice (origin-file)
References: dm-event.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dm-event.service (destination-file)
RequiresMountsFor: /run/dmeventd-client (origin-file)
RequiresMountsFor: /run/dmeventd-server (origin-file)
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
FileDescriptorName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2020-05-14 11:40:34 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: apt-daily.timer
Invocation ID: f626d95e10d44769a75ea7a19284688e
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: var-lib.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.timer (destination-file)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: var-lib.mount (origin-file origin-path)
Triggers: apt-daily.service (origin-implicit)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: apt-daily.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: var-lib.mount (origin-file origin-path)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
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 local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: local-fs-pre.target
Invocation ID: 6bfb8699b602452495c32b92c307fba2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sun 2020-05-10 10:17:02 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:02 EEST
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-file)
Before: var-spool-squid3.mount (destination-file)
Before: var-spool-postfix-var-run-opendkim.mount (destination-file)
Before: backup-zenwear.mount (destination-file)
Before: var-lib.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
Before: run-user-1001.mount (destination-mountinfo-default)
Before: local-fs.target (destination-file)
Before: var-spool-postfix.mount (destination-file)
Before: shutdown.target (origin-default)
Before: var-cache.mount (destination-file)
Before: var-www.mount (destination-file)
Before: var-log.mount (destination-file)
Before: home.mount (destination-file)
After: systemd-remount-fs.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: dm-event.service (destination-file)
After: lvm2-monitor.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: backup-zenwear.mount (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: var-www.mount (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
ReferencedBy: var-spool-squid3.mount (destination-file)
ReferencedBy: run-user-1001.mount (destination-mountinfo-default)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-file)
ReferencedBy: var-log.mount (destination-file)
ReferencedBy: var-lib.mount (destination-file)
ReferencedBy: home.mount (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: var-cache.mount (destination-file)
ReferencedBy: var-spool-postfix.mount (destination-file)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-sysctl.service
Invocation ID: d4c45bed6ddc47debb2294534187260f
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: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-modules-load.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 174
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: atd.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: cron.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-virtual-tty-ttyrd.device:
Description: /sys/devices/virtual/tty/ttyrd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyrd.device
Invocation ID: a8ab6f3388f641298b3c190d36b6b8de
Following Set Member: dev-ttyrd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyrd
Found: found-udev
-> Unit dev-ttyu8.device:
Description: /dev/ttyu8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu8.device
Invocation ID: 0b58598e8289496090ba46e476817957
Following: sys-devices-virtual-tty-ttyu8.device
Following Set Member: sys-devices-virtual-tty-ttyu8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu8
Found: found-udev
-> Unit dev-ttys4.device:
Description: /dev/ttys4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys4.device
Invocation ID: 23932956e20f46c3b679a28ebad202dd
Following: sys-devices-virtual-tty-ttys4.device
Following Set Member: sys-devices-virtual-tty-ttys4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys4
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: apparmor.service
Before: networking.service (destination-file)
Before: haveged.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: haveged.service (destination-file)
-> Unit sys-devices-virtual-tty-ttyy9.device:
Description: /sys/devices/virtual/tty/ttyy9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy9.device
Invocation ID: cc44abe0fac1403383926e227f3efc66
Following Set Member: dev-ttyy9.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy9
Found: found-udev
-> Unit sys-devices-virtual-tty-ttydc.device:
Description: /sys/devices/virtual/tty/ttydc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttydc.device
Invocation ID: ba4fc665731d492984202797982dc41e
Following Set Member: dev-ttydc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydc
Found: found-udev
-> Unit dev-ttyt6.device:
Description: /dev/ttyt6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt6.device
Invocation ID: 0e2c3b69b8a14c21ba2cae46d37cd035
Following: sys-devices-virtual-tty-ttyt6.device
Following Set Member: sys-devices-virtual-tty-ttyt6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt6
Found: found-udev
-> Unit dev-vg_pie-var_cache.device:
Description: /dev/vg_pie/var_cache
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-var_cache.device
Invocation ID: 0e49b8089bd143afa2efc10e0109a7bb
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-96e28c6c\x2d7a9f\x2d45ae\x2da57d\x2de5de35fedbec.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_cache.device
Following Set Member: dev-mapper-vg_pie\x2dvar_cache.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3ps2qrpTXeYWUjqqm69BJWAAgfDhMDrx0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
-> Unit dev-ttyeb.device:
Description: /dev/ttyeb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyeb.device
Invocation ID: 1a66739cfa344f47a3e6d45390c3af45
Following: sys-devices-virtual-tty-ttyeb.device
Following Set Member: sys-devices-virtual-tty-ttyeb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyeb
Found: found-udev
-> Unit blk-availability.service:
Description: Availability of block devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: blk-availability.service
Invocation ID: 2fa508090bd24facbdd305267e987f12
Fragment Path: /lib/systemd/system/blk-availability.service
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: iscsi-shutdown.service (origin-file)
After: systemd-journald.socket (origin-file)
After: iscsi.service (origin-file)
After: iscsid.service (origin-file)
After: fcoe.service (origin-file)
After: lvm2-activation.service (origin-file)
After: rbdmap.service (origin-file)
After: system.slice (origin-file)
References: iscsi-shutdown.service (origin-file)
References: systemd-journald.socket (origin-file)
References: iscsi.service (origin-file)
References: shutdown.target (origin-file)
References: iscsid.service (origin-file)
References: fcoe.service (origin-file)
References: lvm2-activation.service (origin-file)
References: rbdmap.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/true
PID: 153
Start Timestamp: Sun 2020-05-10 10:16:58 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyq4.device:
Description: /dev/ttyq4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq4.device
Invocation ID: 3781a77781df418884c5464c71cc902d
Following: sys-devices-virtual-tty-ttyq4.device
Following Set Member: sys-devices-virtual-tty-ttyq4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq4
Found: found-udev
-> Unit dev-ram0.device:
Description: /dev/ram0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ram0.device
Invocation ID: d2b3bebced9547d3acc991e86a3b439c
Following: sys-devices-virtual-block-ram0.device
Following Set Member: sys-devices-virtual-block-ram0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram0
Found: found-udev
-> Unit dev-ttyr4.device:
Description: /dev/ttyr4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyr4.device
Invocation ID: 02ddf2a291ce4ef4a2fe2d541b289ba6
Following: sys-devices-virtual-tty-ttyr4.device
Following Set Member: sys-devices-virtual-tty-ttyr4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr4
Found: found-udev
-> Unit dev-ttyb4.device:
Description: /dev/ttyb4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyb4.device
Invocation ID: 88a67e6fe44343708192b059ad9671a6
Following: sys-devices-virtual-tty-ttyb4.device
Following Set Member: sys-devices-virtual-tty-ttyb4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyb4
Found: found-udev
-> Unit dev-ttyc3.device:
Description: /dev/ttyc3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc3.device
Invocation ID: b0327c6f2922442897c0a601630a4897
Following: sys-devices-virtual-tty-ttyc3.device
Following Set Member: sys-devices-virtual-tty-ttyc3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc3
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqc.device:
Description: /sys/devices/virtual/tty/ttyqc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqc.device
Invocation ID: e7e8ba50e6314eb1a608354158ce29be
Following Set Member: dev-ttyqc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqc
Found: found-udev
-> Unit dev-ttyp1.device:
Description: /dev/ttyp1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyp1.device
Invocation ID: fca7ac77172843129ff6f4f3394eb5ef
Following: sys-devices-virtual-tty-ttyp1.device
Following Set Member: sys-devices-virtual-tty-ttyp1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyp1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyze.device:
Description: /sys/devices/virtual/tty/ttyze
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyze.device
Invocation ID: 60f8ad0b2e6d4e8294f63be6a705bc25
Following Set Member: dev-ttyze.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyze
Found: found-udev
-> Unit sys-devices-platform-soc\x401c00000-1c22c00.codec-sound-card0.device:
Description: /sys/devices/platform/soc at 1c00000/1c22c00.codec/sound/card0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c22c00.codec-sound-card0.device
Invocation ID: 4dc68940a1a140edaca365046fb2a236
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c22c00.codec/sound/card0
Found: found-udev
udev SYSTEMD_WANTS: sound.target
-> Unit dev-ttyca.device:
Description: /dev/ttyca
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyca.device
Invocation ID: 5497941ca826491983950fec59396459
Following: sys-devices-virtual-tty-ttyca.device
Following Set Member: sys-devices-virtual-tty-ttyca.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyca
Found: found-udev
-> Unit sys-devices-virtual-tty-ttys8.device:
Description: /sys/devices/virtual/tty/ttys8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttys8.device
Invocation ID: 8f5f3cc75cce4158a14e08815cdc21d3
Following Set Member: dev-ttys8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys8
Found: found-udev
-> Unit sys-devices-platform-soc\x401c00000-1c28800.serial-tty-ttyS2.device:
Description: /sys/devices/platform/soc at 1c00000/1c28800.serial/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-soc\x401c00000-1c28800.serial-tty-ttyS2.device
Invocation ID: c0d4b3d3ff104cba8f7802507e6fa8ff
Following Set Member: dev-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c28800.serial/tty/ttyS2
Found: found-udev
-> Unit dev-ttydf.device:
Description: /dev/ttydf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttydf.device
Invocation ID: 33cbd95feaba48d597700902dfa0a6c6
Following: sys-devices-virtual-tty-ttydf.device
Following Set Member: sys-devices-virtual-tty-ttydf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttydf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyc0.device:
Description: /sys/devices/virtual/tty/ttyc0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyc0.device
Invocation ID: f39f589b9e004de68e8678525d1d309c
Following Set Member: dev-ttyc0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc0
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyqa.device:
Description: /sys/devices/virtual/tty/ttyqa
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyqa.device
Invocation ID: 595e633ba5b54262a31a619dea8fb71a
Following Set Member: dev-ttyqa.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyqa
Found: found-udev
-> Unit sys-subsystem-net-devices-ppp0.device:
Description: /sys/subsystem/net/devices/ppp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:18:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:18:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:18:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-ppp0.device
Invocation ID: 734da821e7d148278cb695cb863c8071
Following Set Member: sys-devices-virtual-net-ppp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/ppp0
Found: found-udev
-> Unit dev-ttyt1.device:
Description: /dev/ttyt1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyt1.device
Invocation ID: 5217b575c4014154b05bae0eb30aa9aa
Following: sys-devices-virtual-tty-ttyt1.device
Following Set Member: sys-devices-virtual-tty-ttyt1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyt1
Found: found-udev
-> Unit armbian-hardware-monitor.service:
Description: Armbian hardware monitoring
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/armbian-hardware-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: armbian-hardware-monitor.service
Invocation ID: ada910176d6241df930af049cf915664
Fragment Path: /lib/systemd/system/armbian-hardware-monitor.service
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Before: basic.target (origin-file)
After: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: basic.target (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: basic.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: 2min
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/armbian/armbian-hardware-monitor start
PID: 477
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/armbian/armbian-hardware-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS2.device
Invocation ID: a032eaeccc284796b28fe2433d85605d
Following: sys-devices-platform-soc\x401c00000-1c28800.serial-tty-ttyS2.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c28800.serial-tty-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c28800.serial/tty/ttyS2
Found: found-udev
-> Unit dev-ttya6.device:
Description: /dev/ttya6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttya6.device
Invocation ID: ecda4cb74426430ab65175f7e0a496ca
Following: sys-devices-virtual-tty-ttya6.device
Following Set Member: sys-devices-virtual-tty-ttya6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya6
Found: found-udev
-> Unit dev-vg_pie-www.device:
Description: /dev/vg_pie/www
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-vg_pie-www.device
Invocation ID: e3ae8fb7a06b4a4f86eb5e8495452bbc
Following: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3YMl3fO1MHagdmuAfSf3GA9s2rVgWnfyn.device
Following Set Member: dev-mapper-vg_pie\x2dwww.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dwww.device
Following Set Member: sys-devices-virtual-block-dm\x2d7.device
Following Set Member: dev-disk-by\x2duuid-f76b68d2\x2d378c\x2d4745\x2d8f5b\x2dfe5cb46f1406.device
Following Set Member: dev-dm\x2d7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-7
Found: found-udev
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d1.device
Invocation ID: 5bde4f0076e240898cb3f2a3689a4b58
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyvf.device:
Description: /sys/devices/virtual/tty/ttyvf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyvf.device
Invocation ID: 9552b65f558a4f11a808e574dba8b9d6
Following Set Member: dev-ttyvf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvf
Found: found-udev
-> Unit haveged.service:
Description: Entropy daemon using the HAVEGE algorithm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:21 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:21 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/haveged.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Name: haveged.service
Invocation ID: 4f0ecd4fa05c4e11a55c43276d34da3d
Documentation: man:haveged(8)
Documentation: http://www.issihosts.com/haveged/
Fragment Path: /lib/systemd/system/haveged.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: tmp.mount (origin-file origin-path)
Requires: -.mount (origin-file origin-path)
WantedBy: graphical.target (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: tmp.mount (origin-file origin-path)
After: systemd-random-seed.service (origin-file)
After: systemd-journald.socket (origin-file)
After: apparmor.service (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: tmp.mount (origin-file origin-path)
References: systemd-random-seed.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: apparmor.service (origin-file)
ReferencedBy: graphical.target (destination-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
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: no
NotifyAccess: none
NotifyState: unknown
Main PID: 468
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/haveged
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
Secure Bits: noroot-locked
CapabilityBoundingSet: cap_sys_admin
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS
PID: 468
Start Timestamp: Sun 2020-05-10 10:17:21 EEST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=closed
Delegate=no
-> Unit dev-ttycf.device:
Description: /dev/ttycf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttycf.device
Invocation ID: 8472d9896dfd41888a58444168a9758b
Following: sys-devices-virtual-tty-ttycf.device
Following Set Member: sys-devices-virtual-tty-ttycf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttycf
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/fs/fuse (origin-implicit)
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
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: auditd.service
Before: ssh.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
-> Unit dev-ttywb.device:
Description: /dev/ttywb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttywb.device
Invocation ID: e733eec058aa4e5a94cdcf65adf81f1e
Following: sys-devices-virtual-tty-ttywb.device
Following Set Member: sys-devices-virtual-tty-ttywb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttywb
Found: found-udev
-> Unit dev-ttysd.device:
Description: /dev/ttysd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttysd.device
Invocation ID: a24d5a5b47004f3893a0bbbd61a1bf2b
Following: sys-devices-virtual-tty-ttysd.device
Following Set Member: sys-devices-virtual-tty-ttysd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttysd
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyu2.device:
Description: /sys/devices/virtual/tty/ttyu2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyu2.device
Invocation ID: bae2c698499e4e079b6bc8d40e458e39
Following Set Member: dev-ttyu2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu2
Found: found-udev
-> Unit sys-devices-virtual-tty-ttytc.device:
Description: /sys/devices/virtual/tty/ttytc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttytc.device
Invocation ID: e6daadc67fa84092abda55c02c8b3ab5
Following Set Member: dev-ttytc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttytc
Found: found-udev
-> Unit dev-mapper-vg_pie\x2dvar_lib.device:
Description: /dev/mapper/vg_pie-var_lib
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-vg_pie\x2dvar_lib.device
Invocation ID: 46a353690a3b41c59c817a7f5cced025
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3Yttd1H6S8dws21Jn350qvQmxkEPHhj4U.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar_lib.device
Following Set Member: dev-disk-by\x2duuid-b626584c\x2d2da6\x2d474f\x2d95c4\x2dc937ff7beff6.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-vg_pie-var_lib.device
BoundBy: var-lib.mount (destination-mountinfo-implicit)
Before: var-lib.mount (destination-mountinfo-implicit)
ReferencedBy: var-lib.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
Found: found-udev,found-mount
-> Unit dev-ttyq0.device:
Description: /dev/ttyq0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq0.device
Invocation ID: 5b454cc4ab274b9b86f1c68658ddd9bc
Following: sys-devices-virtual-tty-ttyq0.device
Following Set Member: sys-devices-virtual-tty-ttyq0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq0
Found: found-udev
-> Unit sys-devices-virtual-net-br0.device:
Description: /sys/devices/virtual/net/br0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:32 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:32 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-br0.device
Invocation ID: 6d1c6150b8f84c3992776857546002b1
Following Set Member: sys-subsystem-net-devices-br0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/br0
Found: found-udev
-> Unit dev-ttyv5.device:
Description: /dev/ttyv5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyv5.device
Invocation ID: 16274c5d8ad94b9e8662d74839bec434
Following: sys-devices-virtual-tty-ttyv5.device
Following Set Member: sys-devices-virtual-tty-ttyv5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv5
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyq5.device:
Description: /sys/devices/virtual/tty/ttyq5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyq5.device
Invocation ID: 51542bdfa16a4219bc59b44fc6671c31
Following Set Member: dev-ttyq5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq5
Found: found-udev
-> 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: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: lvm2-monitor.service
Invocation ID: 72c5a6ab590041a990bbdf902785a19c
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: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: dm-event.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: lvm2-activation.service (origin-file)
After: dm-event.service (origin-file)
After: system.slice (origin-file)
After: dm-event.socket (origin-file)
References: dm-event.socket (origin-file)
References: shutdown.target (origin-file)
References: lvm2-activation.service (origin-file)
References: system.slice (origin-file)
References: dm-event.service (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y
PID: 160
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttye7.device:
Description: /dev/ttye7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttye7.device
Invocation ID: 222922b3c6c84f8a906f1d94b534a36f
Following: sys-devices-virtual-tty-ttye7.device
Following Set Member: sys-devices-virtual-tty-ttye7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttye7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyw0.device:
Description: /sys/devices/virtual/tty/ttyw0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyw0.device
Invocation ID: 248fe68156bd445680e097017bbbe507
Following Set Member: dev-ttyw0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw0
Found: found-udev
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:36 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:35 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:36 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: rc-local.service
Invocation ID: 6de707f46bae4c649749dac4b286d71f
Documentation: man:systemd-rc-local-generator(8)
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: Sun 2020-05-10 10:17:35 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:35 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: getty at tty1.service (destination-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: network-online.target (origin-file)
After: system.slice (origin-file)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/rc.local start
PID: 1389
Start Timestamp: Sun 2020-05-10 10:17:35 EEST
Exit Timestamp: Sun 2020-05-10 10:17:36 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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 (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: shutdown.target (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-start.service (origin-file)
After: systemd-vconsole-setup.service (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: system.slice (origin-file)
References: emergency.service (origin-file)
References: systemd-journald.socket (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-ask-password-console.path (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=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: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d1.device
Invocation ID: 03fe8d64daca45ee82a2d34190515bb3
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-a4431332\x2d5e82\x2d4b2d\x2d8fa4\x2d78f5960e33ee.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-vg_pie-var\x2dlog.device
Following Set Member: dev-mapper-vg_pie\x2dvar\x2d\x2dlog.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3q2r5nVN0xnIcljaNtFQOXG2UGZg1zwFB.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:01 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:01 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS0.device
Invocation ID: fdce5362179d4b918bfb216421d204ca
Following: sys-devices-platform-soc\x401c00000-1c28000.serial-tty-ttyS0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c28000.serial-tty-ttyS0.device
Condition Timestamp: Sun 2020-05-10 10:16:58 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:58 EEST
Assert Result: yes
BoundBy: serial-getty at ttyS0.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c28000.serial/tty/ttyS0
Found: found-udev
-> Unit dev-ttyu1.device:
Description: /dev/ttyu1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyu1.device
Invocation ID: 99eade2639a3429aa425b6421065329d
Following: sys-devices-virtual-tty-ttyu1.device
Following Set Member: sys-devices-virtual-tty-ttyu1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyu1
Found: found-udev
-> Unit dev-ttyc4.device:
Description: /dev/ttyc4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyc4.device
Invocation ID: 8e35f609d8be436f9ab1cac6820a07ec
Following: sys-devices-virtual-tty-ttyc4.device
Following Set Member: sys-devices-virtual-tty-ttyc4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyc4
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyxb.device:
Description: /sys/devices/virtual/tty/ttyxb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyxb.device
Invocation ID: d40ae97bb85f42e798ba8414353333bb
Following Set Member: dev-ttyxb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyxb
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya4.device:
Description: /sys/devices/virtual/tty/ttya4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya4.device
Invocation ID: f5bd8a788a2d47efa1989740c208b6b6
Following Set Member: dev-ttya4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya4
Found: found-udev
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2020-05-14 10:33:29 EEST
Inactive Exit Timestamp: Thu 2020-05-14 10:33:29 EEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2020-05-14 10:33:29 EEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-tmpfiles-clean.service
Invocation ID: 567301acdd6a414781cf9204cecb45d2
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Thu 2020-05-14 10:33:29 EEST
Condition Result: yes
Assert Timestamp: Thu 2020-05-14 10:33:29 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: time-sync.target (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: local-fs.target (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: time-sync.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 19032
Start Timestamp: Thu 2020-05-14 10:33:29 EEST
Exit Timestamp: Thu 2020-05-14 10:33:29 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyvd.device:
Description: /dev/ttyvd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyvd.device
Invocation ID: ffba49ec51df47899fe0dceb880ac4f2
Following: sys-devices-virtual-tty-ttyvd.device
Following Set Member: sys-devices-virtual-tty-ttyvd.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvd
Found: found-udev
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:00 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:00 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: systemd-udev-trigger.service
Invocation ID: 75534544d70647ce84dfbc22bcaf4846
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:16:59 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: systemd-udevd-control.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 165
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 170
Start Timestamp: Sun 2020-05-10 10:16:59 EEST
Exit Timestamp: Sun 2020-05-10 10:17:00 EEST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> 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: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:24 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: loadcpufreq.service
Invocation ID: 4f4df6499e374c5695e84d6c985a56e9
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/loadcpufreq.service
Source Path: /etc/init.d/loadcpufreq
Condition Timestamp: Sun 2020-05-10 10:17:21 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:21 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: cpufrequtils.service (destination-file)
Before: multi-user.target (origin-file destination-default)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: graphical.target (origin-file)
References: remote-fs.target (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/loadcpufreq start
PID: 515
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:24 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/loadcpufreq stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit dev-ttys7.device:
Description: /dev/ttys7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttys7.device
Invocation ID: 2d4759f3cefb49c18103355585318b72
Following: sys-devices-virtual-tty-ttys7.device
Following Set Member: sys-devices-virtual-tty-ttys7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttys7
Found: found-udev
-> Unit dev-ttyee.device:
Description: /dev/ttyee
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyee.device
Invocation ID: 0cb61585fe1346769259218513a069da
Following: sys-devices-virtual-tty-ttyee.device
Following Set Member: sys-devices-virtual-tty-ttyee.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyee
Found: found-udev
-> Unit dev-ttyy4.device:
Description: /dev/ttyy4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyy4.device
Invocation ID: a1cab65ea65c4b7d9ef1b565795cd970
Following: sys-devices-virtual-tty-ttyy4.device
Following Set Member: sys-devices-virtual-tty-ttyy4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy4
Found: found-udev
-> Unit var-spool-postfix-var-run-opendkim.mount:
Description: /var/spool/postfix/var/run/opendkim
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:20 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:20 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-spool-postfix-var-run-opendkim.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var-spool-postfix-var-run-opendkim.mount
Invocation ID: d05f0affe6814b789e4e547a5b440247
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-spool-postfix-var-run-opendkim.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2020-05-10 10:17:20 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:20 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: var-spool-postfix.mount (origin-implicit origin-path)
Requires: -.mount (origin-path)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
After: local-fs-pre.target (origin-file)
After: var-spool-postfix.mount (origin-implicit origin-path)
After: swap.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: local-fs-pre.target (origin-file)
References: var-spool-postfix.mount (origin-implicit origin-path)
References: swap.target (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /var/run/opendkim (origin-file)
RequiresMountsFor: /var/spool/postfix/var/run (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/spool/postfix/var/run/opendkim
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,mode=755
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyy6.device:
Description: /sys/devices/virtual/tty/ttyy6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyy6.device
Invocation ID: 8708a3d56c6b42079684233df53d880d
Following Set Member: dev-ttyy6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyy6
Found: found-udev
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:16:59 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Enter Timestamp: Sun 2020-05-10 10:16:58 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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 (origin-file)
RequiredBy: var-spool-postfix-var-run-saslauthd.mount (destination-path)
RequiredBy: systemd-journald-dev-log.socket (destination-path)
RequiredBy: sys-kernel-config.mount (destination-path)
RequiredBy: certbot.service (destination-path)
RequiredBy: lvm2-lvmpolld.socket (destination-path)
RequiredBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-path)
RequiredBy: systemd-ask-password-console.path (destination-path)
RequiredBy: systemd-timesyncd.service (destination-path)
RequiredBy: systemd-random-seed.service (destination-path)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: dev-vg_pie-swap.swap (destination-implicit)
RequiredBy: dev-dm\x2d2.swap (destination-implicit)
RequiredBy: logrotate.service (destination-path)
RequiredBy: var-spool-squid3.mount (destination-path)
RequiredBy: tmp.mount (destination-path)
RequiredBy: home.mount (destination-path)
RequiredBy: dbus.socket (destination-path)
RequiredBy: var-lib.mount (destination-path)
RequiredBy: var-www.mount (destination-path)
RequiredBy: var-spool-postfix.mount (destination-path)
RequiredBy: sys-fs-fuse-connections.mount (destination-path)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
RequiredBy: dm-event.socket (destination-path)
RequiredBy: certbot.timer (destination-path)
RequiredBy: systemd-initctl.socket (destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
RequiredBy: systemd-networkd.service (destination-path)
RequiredBy: dev-mqueue.mount (destination-path)
RequiredBy: run-user-1001.mount (destination-implicit)
RequiredBy: var-log.mount (destination-path)
RequiredBy: dev-mapper-vg_pie\x2dswap.swap (destination-implicit)
RequiredBy: systemd-journal-flush.service (destination-path)
RequiredBy: session-1176.scope (destination-file)
RequiredBy: armbian-ramlog.service (destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-path)
RequiredBy: systemd-update-utmp.service (destination-path)
RequiredBy: uuidd.socket (destination-path)
RequiredBy: ntp.service (destination-path)
RequiredBy: logrotate.timer (destination-path)
RequiredBy: apache2.service (destination-path)
RequiredBy: avahi-daemon.socket (destination-path)
RequiredBy: systemd-journald.socket (destination-path)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-implicit)
RequiredBy: ssh.service (destination-path)
RequiredBy: systemd-udevd-control.socket (destination-path)
RequiredBy: dev-hugepages.mount (destination-path)
RequiredBy: var-spool-postfix-var-run-opendkim.mount (destination-path)
RequiredBy: basic.target (destination-path)
RequiredBy: haveged.service (destination-file destination-path)
RequiredBy: radvd.service (destination-file)
RequiredBy: systemd-ask-password-wall.path (destination-path)
RequiredBy: sys-kernel-debug-tracing.mount (destination-implicit)
RequiredBy: man-db.timer (destination-path)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-implicit)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: systemd-fsckd.socket (destination-path)
RequiredBy: backup-zenwear.mount (destination-path)
RequiredBy: var-cache.mount (destination-path)
RequiredBy: sys-kernel-debug.mount (destination-path)
RequiredBy: apt-daily.timer (destination-path)
RequiredBy: syslog.socket (destination-path)
Before: systemd-fsckd.socket (destination-path)
Before: run-user-1001.mount (destination-implicit)
Before: systemd-ask-password-wall.path (destination-path)
Before: systemd-ask-password-console.path (destination-path)
Before: session-1176.scope (destination-file)
Before: logrotate.timer (destination-path)
Before: syslog.socket (destination-path)
Before: systemd-initctl.socket (destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-path)
Before: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-implicit)
Before: tmp.mount (destination-path)
Before: apt-daily-upgrade.timer (destination-path)
Before: uuidd.socket (destination-path)
Before: sys-fs-fuse-connections.mount (destination-path)
Before: ssh.service (destination-path)
Before: dm-event.socket (destination-path)
Before: var-spool-squid3.mount (destination-path)
Before: dev-hugepages.mount (destination-path)
Before: haveged.service (destination-file destination-path)
Before: dev-vg_pie-swap.swap (destination-implicit)
Before: certbot.timer (destination-path)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-implicit)
Before: backup-zenwear.mount (destination-path)
Before: dev-mapper-vg_pie\x2dswap.swap (destination-implicit)
Before: sys-kernel-debug-tracing.mount (destination-implicit)
Before: systemd-journal-flush.service (destination-path)
Before: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-path)
Before: logrotate.service (destination-path)
Before: local-fs.target (origin-file)
Before: dbus.socket (destination-path)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-journald.socket (destination-path)
Before: certbot.service (destination-path)
Before: var-www.mount (destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-path)
Before: avahi-daemon.socket (destination-path)
Before: systemd-update-utmp.service (destination-path)
Before: systemd-udevd-control.socket (destination-path)
Before: dev-dm\x2d2.swap (destination-implicit)
Before: var-cache.mount (destination-path)
Before: systemd-journald-dev-log.socket (destination-path)
Before: man-db.timer (destination-path)
Before: systemd-random-seed.service (destination-path)
Before: systemd-rfkill.service (destination-file)
Before: var-log.mount (destination-path)
Before: radvd.service (destination-file)
Before: apt-daily.timer (destination-path)
Before: home.mount (destination-path)
Before: sys-kernel-debug.mount (destination-path)
Before: lvm2-lvmpolld.socket (destination-path)
Before: basic.target (destination-path)
Before: var-spool-postfix.mount (destination-path)
Before: systemd-update-utmp-runlevel.service (destination-path)
Before: apache2.service (destination-path)
Before: systemd-timesyncd.service (destination-path)
Before: var-lib.mount (destination-path)
Before: armbian-ramlog.service (destination-path)
Before: var-spool-postfix-var-run-saslauthd.mount (destination-path)
Before: systemd-networkd.service (destination-path)
Before: dev-mqueue.mount (destination-path)
Before: var-spool-postfix-var-run-opendkim.mount (destination-path)
Before: ntp.service (destination-path)
Before: sys-kernel-config.mount (destination-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: dev-hugepages.mount (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
ReferencedBy: var-log.mount (destination-path)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3cQfMg4cvV21ddHMlztmbxHpeOUcXjRke.swap (destination-implicit)
ReferencedBy: radvd.service (destination-file)
ReferencedBy: var-www.mount (destination-path)
ReferencedBy: systemd-initctl.socket (destination-path)
ReferencedBy: systemd-fsckd.socket (destination-path)
ReferencedBy: dbus.socket (destination-path)
ReferencedBy: var-cache.mount (destination-path)
ReferencedBy: var-spool-squid3.mount (destination-path)
ReferencedBy: systemd-timesyncd.service (destination-path)
ReferencedBy: ssh.service (destination-path)
ReferencedBy: systemd-journald-dev-log.socket (destination-path)
ReferencedBy: logrotate.timer (destination-path)
ReferencedBy: apt-daily.timer (destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
ReferencedBy: man-db.timer (destination-path)
ReferencedBy: var-lib.mount (destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-path)
ReferencedBy: certbot.service (destination-path)
ReferencedBy: var-spool-postfix-var-run-opendkim.mount (destination-path)
ReferencedBy: armbian-ramlog.service (destination-path)
ReferencedBy: uuidd.socket (destination-path)
ReferencedBy: session-1176.scope (destination-file)
ReferencedBy: certbot.timer (destination-path)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: dev-dm\x2d2.swap (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-path)
ReferencedBy: systemd-update-utmp.service (destination-path)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-implicit)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: dev-mapper-vg_pie\x2dswap.swap (destination-implicit)
ReferencedBy: dev-disk-by\x2duuid-2c267450\x2d8b2b\x2d4dad\x2d910f\x2decad9b951b5a.swap (destination-path)
ReferencedBy: var-spool-postfix.mount (destination-path)
ReferencedBy: sys-kernel-config.mount (destination-path)
ReferencedBy: run-user-1001.mount (destination-implicit)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-path)
ReferencedBy: systemd-networkd.service (destination-path)
ReferencedBy: basic.target (destination-path)
ReferencedBy: apache2.service (destination-path)
ReferencedBy: systemd-ask-password-wall.path (destination-path)
ReferencedBy: systemd-udevd-control.socket (destination-path)
ReferencedBy: avahi-daemon.socket (destination-path)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dswap.swap (destination-implicit)
ReferencedBy: lvm2-lvmpolld.socket (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
ReferencedBy: tmp.mount (destination-path)
ReferencedBy: systemd-random-seed.service (destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-path)
ReferencedBy: dm-event.socket (destination-path)
ReferencedBy: backup-zenwear.mount (destination-path)
ReferencedBy: systemd-journald.socket (destination-path)
ReferencedBy: haveged.service (destination-file destination-path)
ReferencedBy: syslog.socket (destination-path)
ReferencedBy: ntp.service (destination-path)
ReferencedBy: home.mount (destination-path)
ReferencedBy: dev-vg_pie-swap.swap (destination-implicit)
ReferencedBy: var-spool-postfix-var-run-saslauthd.mount (destination-path)
ReferencedBy: systemd-ask-password-console.path (destination-path)
RequiresMountsFor: /dev/mmcblk0p1 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mmcblk0p1
File System Type: ext4
Options: rw,relatime,commit=3600,stripe=32753,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyud.device:
Description: /sys/devices/virtual/tty/ttyud
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:06 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:06 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyud.device
Invocation ID: 5a49cdd2db204f12891f6e8a46280148
Following Set Member: dev-ttyud.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyud
Found: found-udev
-> Unit dev-hugepages.mount:
Description: Huge Pages 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: https://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 failed
Condition Timestamp: Sun 2020-05-10 10:16:59 EEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /dev (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit system-lvm2\x2dpvscan.slice:
Description: system-lvm2\x2dpvscan.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-lvm2\x2dpvscan.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-lvm2\x2dpvscan.slice
Invocation ID: e8855525eea34746a5487c66b3627d29
Condition Timestamp: Sun 2020-05-10 10:17:10 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:10 EEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: lvm2-pvscan at 8:0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: lvm2-pvscan at 8:0.service (destination-file)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: lvm2-pvscan at 8:0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-tty-ttyr3.device:
Description: /sys/devices/virtual/tty/ttyr3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyr3.device
Invocation ID: edc7f3ae1dc94524bf2c32adcd86b06e
Following Set Member: dev-ttyr3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyr3
Found: found-udev
-> 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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
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 (origin-file)
Before: remote-fs.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-9c5a83a0\x2da65c\x2d4b22\x2daa2e\x2d11ac90fc2493.service (destination-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-quotacheck
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sound.target
Invocation ID: 07a07e5a235a4f28bc80cb01a1531717
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Sun 2020-05-10 10:17:08 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:08 EEST
Assert Result: yes
WantedBy: sys-devices-platform-soc\x401c00000-1c22c00.codec-sound-card0.device (destination-udev)
WantedBy: sys-devices-platform-sound-sound-card1.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: sys-devices-platform-soc\x401c00000-1c22c00.codec-sound-card0.device (destination-udev)
ReferencedBy: sys-devices-platform-sound-sound-card1.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttyw8.device:
Description: /dev/ttyw8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyw8.device
Invocation ID: b8443496ce9c41f4a37bd683baa04fd5
Following: sys-devices-virtual-tty-ttyw8.device
Following Set Member: sys-devices-virtual-tty-ttyw8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyw8
Found: found-udev
-> Unit dev-sda.device:
Description: LVM PV Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI on /dev/sda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:10 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:10 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda.device
Invocation ID: 255860c6246c472293c25cd781c2683d
Following: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-block-8:0.device
Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0740_575839314135315932313132\x2d0:0.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c14000.usb\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c14000.usb-usb1-1\x2d1-1\x2d1:1.0-host1-target1:0:0-1:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dRqvdl2\x2dz63R\x2dwiID\x2duTPy\x2dTCHw\x2dxSKY\x2dsHPIXI.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c14000.usb/usb1/1-1/1-1:1.0/host1/target1:0:0/1:0:0:0/block/sda
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyyb.device:
Description: /sys/devices/virtual/tty/ttyyb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyyb.device
Invocation ID: 241291edf73b4764863abb3e5c60c820
Following Set Member: dev-ttyyb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyb
Found: found-udev
-> Unit dev-ttyyf.device:
Description: /dev/ttyyf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyyf.device
Invocation ID: 0e1950cbe43b49b0a317dff3356357e9
Following: sys-devices-virtual-tty-ttyyf.device
Following Set Member: sys-devices-virtual-tty-ttyyf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttybe.device:
Description: /sys/devices/virtual/tty/ttybe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:04 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:04 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttybe.device
Invocation ID: de7b66e1a59d4f06a558beb113fc4e62
Following Set Member: dev-ttybe.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttybe
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyz8.device:
Description: /sys/devices/virtual/tty/ttyz8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:08 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:08 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyz8.device
Invocation ID: 5be57b5e4e3441ac9e92799eea3f60ce
Following Set Member: dev-ttyz8.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyz8
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-000c35eb\x2d01.device:
Description: /dev/disk/by-partuuid/000c35eb-01
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Invocation ID: d45444ea6815445ab82b459110f56584
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dlabel-cubietruck.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit dev-ttyad.device:
Description: /dev/ttyad
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyad.device
Invocation ID: 95197a2c78ac4a59ac7058b29c58f795
Following: sys-devices-virtual-tty-ttyad.device
Following Set Member: sys-devices-virtual-tty-ttyad.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyad
Found: found-udev
-> Unit sys-devices-virtual-block-ram1.device:
Description: /sys/devices/virtual/block/ram1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-ram1.device
Invocation ID: e639c784b88d497a9a723a7dd093a66f
Following Set Member: dev-ram1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/ram1
Found: found-udev
-> Unit dev-ttyq3.device:
Description: /dev/ttyq3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyq3.device
Invocation ID: 54e4bb3e322943069b474946f0aeba77
Following: sys-devices-virtual-tty-ttyq3.device
Following Set Member: sys-devices-virtual-tty-ttyq3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyq3
Found: found-udev
-> Unit dev-disk-by\x2dlabel-cubietruck.device:
Description: /dev/disk/by-label/cubietruck
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:02 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:02 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-cubietruck.device
Invocation ID: 85dd46d076ad4c02ad4a82166f1d3074
Following: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device
Following Set Member: sys-devices-platform-soc\x401c00000-1c0f000.mmc-mmc_host-mmc0-mmc0:1234-block-mmcblk0-mmcblk0p1.device
Following Set Member: dev-disk-by\x2dpartuuid-000c35eb\x2d01.device
Following Set Member: dev-mmcblk0p1.device
Following Set Member: dev-disk-by\x2duuid-db70f8b6\x2d4928\x2d4ea9\x2d8996\x2d953281a4ea52.device
Following Set Member: dev-disk-by\x2did-mmc\x2dSA32G_0x2548146a\x2dpart1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/soc at 1c00000/1c0f000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1
Found: found-udev
-> Unit dev-ttyvf.device:
Description: /dev/ttyvf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyvf.device
Invocation ID: edfba084e4a249a791b832c9b9775e3e
Following: sys-devices-virtual-tty-ttyvf.device
Following Set Member: sys-devices-virtual-tty-ttyvf.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyvf
Found: found-udev
-> Unit sys-devices-virtual-tty-ttya7.device:
Description: /sys/devices/virtual/tty/ttya7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya7.device
Invocation ID: 6dde72c646e6471f8d42c266ffe7a048
Following Set Member: dev-ttya7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya7
Found: found-udev
-> Unit dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device:
Description: /dev/disk/by-id/dm-name-vg_pie-home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:13 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:13 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dvg_pie\x2dhome.device
Invocation ID: 2138c00b6ecd4e8db42d8131244e414c
Following: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: sys-devices-virtual-block-dm\x2d6.device
Following Set Member: dev-disk-by\x2duuid-ae9684ac\x2de55c\x2d4248\x2dbc29\x2d1216bbe8e2fe.device
Following Set Member: dev-mapper-vg_pie\x2dhome.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhpa2APFkS1r5YsmRyofwvZ4BbbzVGwq3pqOETnhYOVa7KiIuDY6pI3E65A3N0hVp.device
Following Set Member: dev-vg_pie-home.device
Following Set Member: dev-dm\x2d6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-6
Found: found-udev
-> Unit dphys-swapfile.service:
Description: LSB: Autogenerate and use a swap file
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:24 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:24 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Name: dphys-swapfile.service
Invocation ID: dd0bac3711714ae08d8f8c65ef3b5ae3
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/dphys-swapfile.service
Source Path: /etc/init.d/dphys-swapfile
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
References: multi-user.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/dphys-swapfile start
PID: 565
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:24 EEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/dphys-swapfile stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit irexec.service:
Description: irexec.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: irexec.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit sys-devices-virtual-tty-ttya6.device:
Description: /sys/devices/virtual/tty/ttya6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:03 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:03 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttya6.device
Invocation ID: 582699a072274b168108e4faf7da6bb6
Following Set Member: dev-ttya6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttya6
Found: found-udev
-> Unit dev-ttyyc.device:
Description: /dev/ttyyc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyyc.device
Invocation ID: df037ebd6c554a21b9b433567590f103
Following: sys-devices-virtual-tty-ttyyc.device
Following Set Member: sys-devices-virtual-tty-ttyyc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyyc
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyv7.device:
Description: /sys/devices/virtual/tty/ttyv7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:07 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:07 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyv7.device
Invocation ID: 1c6a7cccc3564eec8349e00d6b43a245
Following Set Member: dev-ttyv7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyv7
Found: found-udev
-> Unit sys-devices-virtual-tty-ttyee.device:
Description: /sys/devices/virtual/tty/ttyee
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttyee.device
Invocation ID: 6ed038d9f80242e1a53d8faaf602f8eb
Following Set Member: dev-ttyee.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyee
Found: found-udev
-> Unit sys-devices-virtual-tty-ttype.device:
Description: /sys/devices/virtual/tty/ttype
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:05 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:05 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-tty-ttype.device
Invocation ID: 65972fbeabd441c98cc0e482d2e16203
Following Set Member: dev-ttype.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttype
Found: found-udev
-> Unit saslauthd.service:
Description: LSB: saslauthd startup script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2020-05-10 10:17:25 EEST
Inactive Exit Timestamp: Sun 2020-05-10 10:17:22 EEST
Active Enter Timestamp: Sun 2020-05-10 10:17:25 EEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/saslauthd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: saslauthd.service
Invocation ID: 3471fd5add3441ca85893e4fc67fd684
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/saslauthd.service
Source Path: /etc/init.d/saslauthd
Condition Timestamp: Sun 2020-05-10 10:17:22 EEST
Condition Result: yes
Assert Timestamp: Sun 2020-05-10 10:17:22 EEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/saslauthd start
PID: 554
Start Timestamp: Sun 2020-05-10 10:17:22 EEST
Exit Timestamp: Sun 2020-05-10 10:17:25 EEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/saslauthd reload
-> ExecStop:
Command Line: /etc/init.d/saslauthd stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4515
DevicePolicy=auto
Delegate=no
-> Unit armbian-hardware-monitor.target:
Description: armbian-hardware-monitor.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
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: armbian-hardware-monitor.target
Before: armbian-hardware-optimize.service (destination-file)
ReferencedBy: armbian-hardware-optimize.service (destination-file)
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/irexec.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irexec.service
==> /var/lib/systemd/deb-systemd-helper-enabled/squid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/squid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lircd-uinput.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lircd-uinput.service
==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/wpa_supplicant.service
/etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/haveged.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lircd-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lircd-setup.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/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service
==> /var/lib/systemd/deb-systemd-helper-enabled/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.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/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-pkcs11.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9-pkcs11.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.wants/bind9-resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/etckeeper.timer.dsh-also <==
/etc/systemd/system/multi-user.target.wants/etckeeper.timer
==> /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/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.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/lircmd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lircmd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9.service
==> /var/lib/systemd/deb-systemd-helper-enabled/opendkim.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/opendkim.service
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/clamav-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/unattended-upgrades.service.dsh-also <==
/etc/systemd/system/shutdown.target.wants/unattended-upgrades.service
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/clamav-daemon.service
/etc/systemd/system/sockets.target.wants/clamav-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/fail2ban.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fail2ban.service
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd-s2s.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/jabberd-s2s.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
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd-c2s.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/jabberd-c2s.service
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-freshclam.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/clamav-freshclam.service
==> /var/lib/systemd/deb-systemd-helper-enabled/certbot.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/certbot.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/jabberd.service
/etc/systemd/system/jabberd2.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/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lircd-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/opendkim.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/jabberd-router.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apache2.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/squid.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/jabberd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/jabberd-sm.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/sysstat.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/clamav-freshclam.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/etckeeper.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lircd-uinput.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/fail2ban.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/miredo.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/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ntp.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irexec.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/jabberd-s2s.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/jabberd-c2s.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.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/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lircd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lircmd.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/clamav-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/haveged.service.dsh-also <==
/etc/systemd/system/default.target.wants/haveged.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/man-db.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/certbot.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/spamassassin.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/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd-sm.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/jabberd-sm.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-resolvconf.service.dsh-also <==
/etc/systemd/system/bind9.service.wants/bind9-resolvconf.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/miredo.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/miredo.service
==> /var/lib/systemd/deb-systemd-helper-enabled/jabberd-router.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/jabberd-router.service
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fstrim.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/ntp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ntp.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lircd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/lircd.socket
/etc/systemd/system/multi-user.target.wants/lircd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apache2.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/fake-hwclock.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/blk-availability.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/sysstat.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/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /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/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.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/shutdown.target.wants/unattended-upgrades.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lircd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lircd.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/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/clamav-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/lircd.socket <==
==> /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/fake-hwclock.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/fake-hwclock.service
==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer
-------------- next part --------------
/dev/mmcblk0p1 / auto defaults,commit=3600 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
/var/run/saslauthd /var/spool/postfix/var/run/saslauthd none bind 0 0
/var/run/opendkim /var/spool/postfix/var/run/opendkim none bind 0 0
UUID="c2aa0910-e927-4222-b71f-750e489c4b93" /var/spool/squid3 auto defaults,commit=3600 0 0
UUID="2609de16-f2fd-471a-ae31-63742beea5c0" /var/spool/postfix auto defaults,commit=3600 0 0
UUID="a4431332-5e82-4b2d-8fa4-78f5960e33ee" /var/log auto defaults,commit=3600 0 0
UUID="96e28c6c-7a9f-45ae-a57d-e5de35fedbec" /var/cache auto defaults,commit=3600 0 0
UUID="b626584c-2da6-474f-95c4-c937ff7beff6" /var/lib auto defaults,commit=3600 0 0
UUID="f76b68d2-378c-4745-8f5b-fe5cb46f1406" /var/www auto defaults,commit=3600 0 0
UUID="ae9684ac-e55c-4248-bc29-1216bbe8e2fe" /home auto defaults,commit=3600 0 0
UUID="2c267450-8b2b-4dad-910f-ecad9b951b5a" none swap sw 0 0
UUID="9c5a83a0-a65c-4b22-aa2e-11ac90fc2493" /backup/zenwear auto defaults,commit=3600 0 1
#/dev/nand1: SEC_TYPE="msdos" LABEL="Volumn" TYPE="vfat"
#/dev/nand4: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
#/dev/nand5: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
#/dev/nand8: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
#/dev/nand9: LABEL="PRIVATE" UUID="FC2F-18EE" TYPE="vfat"
#/dev/nand10: UUID="57f8f4bc-abf4-655f-bf67-946fc0f9f25b" TYPE="ext4"
#/dev/nand11: LABEL="SUGAR" UUID="6142-1208" TYPE="vfat"
#/dev/mmcblk0p1: LABEL="cubietruck" UUID="db70f8b6-4928-4ea9-8996-953281a4ea52" TYPE="ext4" PARTUUID="000c35eb-01"
#/dev/mapper/vg_pie-squid--spool: UUID="c2aa0910-e927-4222-b71f-750e489c4b93" TYPE="ext4"
#/dev/sda: UUID="Rqvdl2-z63R-wiID-uTPy-TCHw-xSKY-sHPIXI" TYPE="LVM2_member"
#/dev/mapper/vg_pie-var--log: UUID="a4431332-5e82-4b2d-8fa4-78f5960e33ee" TYPE="ext4"
#/dev/mapper/vg_pie-swap: UUID="2c267450-8b2b-4dad-910f-ecad9b951b5a" TYPE="swap"
#/dev/mapper/vg_pie-var_cache: UUID="96e28c6c-7a9f-45ae-a57d-e5de35fedbec" TYPE="ext4"
#/dev/mapper/vg_pie-var_lib: UUID="b626584c-2da6-474f-95c4-c937ff7beff6" TYPE="ext4"
#/dev/mmcblk0: PTUUID="000c35eb" PTTYPE="dos"
More information about the Pkg-systemd-maintainers
mailing list