Bug#946791: systemd: IOWeight config item does not take effect under cgroupv2 / unified hierarchy

Ryutaroh Matsumoto ryutaroh.matsumoto at nagoya-u.jp
Sun Dec 15 22:08:49 GMT 2019


Package: systemd
Version: 244-3
Severity: normal
User: pkg-systemd-maintainers at lists.alioth.debian.org
Usertags: cgroupv2

Dear Maintainer,

I am using cgoup2 / unified hierarchy. The config item IOWeight
does not take effect for machine.slice, as shown below.

root at oldlaptop:~# ls /sys/fs/cgroup/machine.slice/io*
/sys/fs/cgroup/machine.slice/io.max	  /sys/fs/cgroup/machine.slice/io.stat
/sys/fs/cgroup/machine.slice/io.pressure

The io.weight should exist, while io.max is empty.
The config of machine.slice is as below:

root at oldlaptop:~# systemctl cat machine.slice
# /lib/systemd/system/machine.slice
#  SPDX-License-Identifier: LGPL-2.1+
#
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=Virtual Machine and Container Slice
Documentation=man:systemd.special(7)
Before=slices.target

# /etc/systemd/system/machine.slice.d/io.conf
[Slice]
IOWeight=70

On the other hand, pids.max in another slice was set correctly.

root at oldlaptop:~# cat /sys/fs/cgroup/user.slice/user-1000.slice/pids.max 
9883
root at oldlaptop:~# systemctl cat user-1000.slice
# /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
#  SPDX-License-Identifier: LGPL-2.1+
#
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=User Slice of UID %j
Documentation=man:user at .service(5)
After=systemd-user-sessions.service
StopWhenUnneeded=yes

[Slice]
TasksMax=33%

Best regards, Ryutaroh Matsumoto

-- Package-specific info:

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd depends on:
ii  adduser          3.118
ii  libacl1          2.2.53-5
ii  libapparmor1     2.13.3-7
ii  libaudit1        1:2.8.5-2+b1
ii  libblkid1        2.34-0.1
ii  libc6            2.29-3
ii  libcap2          1:2.27-1
ii  libcryptsetup12  2:2.2.2-1
ii  libgcrypt20      1.8.5-3
ii  libgnutls30      3.6.10-5
ii  libgpg-error0    1.36-7
ii  libidn2-0        2.2.0-2
ii  libip4tc2        1.8.3-2
ii  libkmod2         26-3
ii  liblz4-1         1.9.2-2
ii  liblzma5         5.2.4-1+b1
ii  libmount1        2.34-0.1
ii  libpam0g         1.3.1-5
ii  libpcre2-8-0     10.34-7
ii  libseccomp2      2.4.2-2
ii  libselinux1      2.9-3+b1
ii  libsystemd0      244-3
ii  mount            2.34-0.1
ii  util-linux       2.34-0.1

Versions of packages systemd recommends:
ii  dbus  1.12.16-2

Versions of packages systemd suggests:
ii  policykit-1        0.105-26
ii  systemd-container  244-3

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.135
ii  udev             244-3

-- Configuration Files:
/etc/systemd/journald.conf changed:
[Journal]
Storage=persistent

/etc/systemd/logind.conf changed:
[Login]
KillUserProcesses=yes

/etc/systemd/networkd.conf changed:
[Network]
SpeedMeter=no
SpeedMeterIntervalSec=10sec
[DHCP]

/etc/systemd/system.conf changed:
[Manager]
DefaultCPUAccounting=yes
DefaultIOAccounting=yes
DefaultIPAccounting=yes
DefaultBlockIOAccounting=yes
DefaultMemoryAccounting=yes
DefaultTasksAccounting=yes

/etc/systemd/user.conf changed:
[Manager]
DefaultCPUAccounting=On
DefaultBlockIOAccounting=On
DefaultMemoryAccounting=On
DefaultTasksAccounting=On
DefaultIOAccounting=On
DefaultIPAccounting=On


-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/systemd/system/systemd-nspawn at .service -> /usr/lib/systemd/system/systemd-nspawn at .service

--- /usr/lib/systemd/system/systemd-nspawn at .service	2019-12-03 07:44:52.000000000 +0900
+++ /etc/systemd/system/systemd-nspawn at .service	2019-12-14 15:55:29.724095360 +0900
@@ -18,7 +18,7 @@
 [Service]
 # Make sure the DeviceAllow= lines below can properly resolve the 'block-loop' expression (and others)
 ExecStartPre=-/sbin/modprobe -abq tun loop dm-mod
-ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
+ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=trusted --machine=%i
 KillMode=mixed
 Type=notify
 RestartForceExitStatus=133

[EXTENDED]   /usr/lib/systemd/system/libvirt-guests.service -> /etc/systemd/system/libvirt-guests.service.d/mylibvirt-guest.conf
[EXTENDED]   /usr/lib/systemd/system/machine.slice -> /etc/systemd/system/machine.slice.d/io.conf
[EXTENDED]   /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED]   /usr/lib/systemd/system/systemd-timesyncd.service -> /usr/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED]   /usr/lib/systemd/system/user at .service -> /etc/systemd/system/user at .service.d/myuser.conf

7 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Mon 2019-12-16 06:38:22 JST
Timestamp userspace: Mon 2019-12-16 06:38:31 JST
Timestamp finish: Mon 2019-12-16 06:38:49 JST
Timestamp security-start: Mon 2019-12-16 06:38:31 JST
Timestamp security-finish: Mon 2019-12-16 06:38:31 JST
Timestamp generators-start: Mon 2019-12-16 06:38:32 JST
Timestamp generators-finish: Mon 2019-12-16 06:38:33 JST
Timestamp units-load-start: Mon 2019-12-16 06:38:33 JST
Timestamp units-load-finish: Mon 2019-12-16 06:38:34 JST
-> Unit e2scrub_reap.service:
	Description: Remove Stale Online ext4 Metadata Check Snapshots
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	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: io blkio memory pids bpf-firewall
	Invocation ID: 8c25bc550cde40dfbac2bb0dc0b03278
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_reap.service
	ConditionCapability: CAP_SYS_RAWIO succeeded
	ConditionCapability: CAP_SYS_ADMIN succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: / (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: read-only
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SERVICE_MODE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 0
	CPUSchedulingPolicy: idle
	CPUSchedulingPriority: 0
	CPUSchedulingResetOnFork: no
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	AmbientCapabilities: cap_sys_rawio cap_sys_admin
	User: root
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/e2scrub_all -A -r
			PID: 421
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit kmod-static-nodes.service:
	Description: Create list of static device nodes for the current kernel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: db979caa648a45229caae24b9dd1e805
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/5.3.0-3-amd64/modules.devname succeeded
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup-dev.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/static-nodes.conf
			PID: 248
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 5559a4547c704f0388a7c03c2bf7db4a
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs.target (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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 417
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/cron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 417
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap:
	Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 5a52ab586f12422f841cc96f9ff9c3f8
	Following: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap
	Following Set Member: dev-sda2.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	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 sys-devices-virtual-net-virbr0.device:
	Description: /sys/devices/virtual/net/virbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b68570a6eca34e1985e0ba0a6ca12bbf
	Following Set Member: sys-subsystem-net-devices-virbr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/virbr0
	Found: found-udev
-> Unit nss-user-lookup.target:
	Description: User and Group Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c71b5bae6be24739a38240eb76b74c21
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	WantedBy: accounts-daemon.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: accounts-daemon.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: bd9726aa71f743d2be97a53af6bf0d01
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0c6540e990d2455bbad0bc426de9cc38
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: wpa_supplicant at wls3.service (destination-file)
	WantedBy: wpa_supplicant.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: ssh.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: network-online.target (destination-file)
	Before: rc-local.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: wpa_supplicant at wls3.service (destination-file)
	After: network-pre.target (origin-file)
	After: systemd-resolved.service (destination-file)
	After: wpa_supplicant.service (destination-file)
	References: network-pre.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: wpa_supplicant at wls3.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit logrotate.service:
	Description: Rotate log files
	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: io blkio memory devices pids bpf-firewall bpf-devices
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true failed
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: logrotate.timer (destination-implicit)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: logrotate.timer (destination-implicit)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var/log (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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 cap_audit_read
	DynamicUser: no
	LockPersonality: yes
	RestrictNamespaces: 
	-> ExecStart:
		Command Line: /usr/sbin/logrotate /etc/logrotate.conf
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	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: io blkio memory pids bpf-firewall
	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: Mon 2019-12-16 06:38:35 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-modules-load.service (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-modules-load.service (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
	Clean Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	Options: nosuid,nodev,noexec
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sr0.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c3d0054404d74462a5e407f0ca5abd7b
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	Following Set Member: dev-dvd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit virtlogd.socket:
	Description: Virtual machine log manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/virtlogd.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 865626c4ee12480ca5a6eb529ffd4eaa
	Fragment Path: /lib/systemd/system/virtlogd.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: libvirtd.service (destination-file)
	RequiredBy: virtlogd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: virtlogd-admin.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: virtlogd.service (origin-implicit)
	Before: virtlogd-admin.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	Before: libvirtd.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: virtlogd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: libvirtd.service (origin-file)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: virtlogd.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	RequiresMountsFor: /run/libvirt/virtlogd-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: virtlogd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/virtlogd-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	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 cpuset io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu cpuset io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: init.scope (destination-file)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: machine.slice (destination-implicit)
	WantedBy: slices.target (destination-file)
	Before: slices.target (destination-file)
	Before: machine.slice (destination-implicit)
	Before: system.slice (destination-implicit)
	Before: user.slice (destination-implicit)
	Before: init.scope (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: machine.slice (destination-implicit)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: user.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: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-kernel-config.mount:
	Description: Kernel Configuration File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	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: io blkio memory pids bpf-firewall
	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 failed
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (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: -.mount (origin-implicit origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /sys/kernel/config
	What: configfs
	File System Type: configfs
	Options: nosuid,nodev,noexec
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-cdrw.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2fac353623f64bf6a118527a05fab297
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 41cb275e9bad4a0099c589c2bf5f96be
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit virtlogd.service:
	Description: Virtual machine log manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Enter Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Exit 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/virtlogd.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 3f45641a110749a29e7a302468285b5d
	Documentation: man:virtlogd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virtlogd.service
	Condition Timestamp: Mon 2019-12-16 06:46:56 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:46:56 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: virtlogd.socket (origin-file)
	Requires: virtlogd-admin.socket (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: virtlogd.socket (destination-implicit)
	After: virtlogd-admin.socket (destination-implicit)
	TriggeredBy: virtlogd.socket (destination-implicit)
	TriggeredBy: virtlogd-admin.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: virtlogd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: virtlogd-admin.socket (origin-file)
	ReferencedBy: virtlogd.socket (destination-implicit)
	ReferencedBy: virtlogd-admin.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 1560
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/virtlogd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/virtlogd $VIRTLOGD_ARGS
			PID: 1560
			Start Timestamp: Mon 2019-12-16 06:46:56 JST
	-> ExecReload:
		Command Line: /bin/kill -USR1 $MAINPID
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: ca6eb76601504b338a98d404c8c9e42d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Wants: system.slice (origin-file)
	Wants: -.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: system.slice (origin-file)
	After: -.slice (origin-file)
	After: user.slice (destination-file)
	After: machine.slice (destination-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: -.slice (origin-file)
	ReferencedBy: user.slice (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: machine.slice (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:14 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Exit 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-1000.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu cpuset io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: ee1bec8e244d475a81e7dcfb395e9463
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Mon 2019-12-16 06:39:14 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:39:14 JST
	Assert Result: yes
	Requires: user.slice (origin-implicit)
	RequiredBy: user-runtime-dir at 1000.service (destination-file)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: user at 1000.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-2.scope (destination-file)
	Before: user at 1000.service (destination-file)
	After: systemd-user-sessions.service (origin-file)
	After: user.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: user.slice (origin-implicit)
	References: systemd-user-sessions.service (origin-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 9883
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service:
	Description: File System Check on /dev/disk/by-uuid/312364ae-b07f-4dcf-ab5e-88cb740d571e
	Instance: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: eaeb7a8e93aa422b8c3671a422a892b0
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Mon 2019-12-16 06:38:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:39 JST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	RequiredBy: home.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: home.mount (destination-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	After: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: home.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/312364ae-b07f-4dcf-ab5e-88cb740d571e
			PID: 387
			Start Timestamp: Mon 2019-12-16 06:38:39 JST
			Exit Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit graphical.target:
	Alias: runlevel5.target
	Alias: default.target
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 85bd6c28f57c45a2b7d2727d1d0ec610
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Mon 2019-12-16 06:38:49 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:49 JST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: accounts-daemon.service (origin-file)
	Wants: e2scrub_reap.service (origin-file)
	Wants: lightdm.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: udisks2.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: accounts-daemon.service (origin-default)
	After: rescue.target (origin-file)
	After: udisks2.service (origin-default)
	After: rescue.service (origin-file)
	After: e2scrub_reap.service (origin-default)
	After: lightdm.service (origin-file origin-default)
	After: multi-user.target (origin-file origin-default)
	References: lightdm.service (origin-file origin-default)
	References: accounts-daemon.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: udisks2.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	References: rescue.target (origin-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: e2scrub_reap.service (origin-file origin-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-net-devices-virbr0.device:
	Description: /sys/subsystem/net/devices/virbr0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: f08501a17b7843828f87f3125a024e82
	Following Set Member: sys-devices-virtual-net-virbr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/virbr0
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device:
	Description: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fe93acf803a145ac9190e4a0330bece6
	Wants: systemd-backlight at backlight:acpi_video0.service (origin-udev)
	References: systemd-backlight at backlight:acpi_video0.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-backlight at backlight:acpi_video0.service
-> 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: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: a5daa325260e49d3b42cfa81458d8be0
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-udevd.service (origin-file)
	Before: sysinit.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-sysusers.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 270
			Start Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-vnet0.device:
	Description: /sys/devices/virtual/net/vnet0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Enter Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fb5195815c3b4a6d8d4d33157dc8dc79
	Following Set Member: sys-subsystem-net-devices-vnet0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vnet0
	Found: found-udev
-> Unit plymouth-quit.service:
	Description: plymouth-quit.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
	ConflictedBy: lightdm.service (destination-file)
	Before: lightdm.service (destination-file)
	ReferencedBy: lightdm.service (destination-file)
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 2b9ff2eaa1024b19a8cde843a3c4d2c0
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: home.mount (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-backlight at backlight:acpi_video0.service (destination-file)
	Before: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: wpa_supplicant at wls3.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-file)
	Before: virtlogd.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: cups.service (destination-file)
	Before: cron.service (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: sockets.target (origin-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: dbus.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: anacron.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: man-db.service (destination-file)
	Before: virtlockd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: smartmontools.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: ssh.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: polkit.service (destination-file)
	Before: lightdm.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: dev-sda2.swap (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-file)
	Before: dm-event.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: wpa_supplicant at wls3.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: dev-sda2.swap (destination-file)
	ReferencedBy: lightdm.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: smartmontools.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit logrotate.timer:
	Description: Daily rotation of log files
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 04a313d0eff14467a3e29d29576ff157
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: timers.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: logrotate.service (origin-implicit)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	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: 1h
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit polkit.service:
	Description: Authorization Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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/polkit.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 1e03b45005cc4b64b9652f4afda9cd23
	Documentation: man:polkit(8)
	Fragment Path: /lib/systemd/system/polkit.service
	Condition Timestamp: Mon 2019-12-16 06:38:45 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:45 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	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: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 457
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.PolicyKit1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/policykit-1/polkitd --no-debug
			PID: 457
			Start Timestamp: Mon 2019-12-16 06:38:45 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit apt-daily.service:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	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: io blkio memory pids bpf-firewall
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: connman.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: systemd-networkd.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: apt-daily.timer (destination-implicit)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-networkd.service (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: connman.service (origin-file)
	References: shutdown.target (origin-default)
	References: NetworkManager.service (origin-file)
	References: network.target (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily update
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit virtlockd.service:
	Description: Virtual machine lock manager
	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: io blkio memory pids bpf-firewall
	Documentation: man:virtlockd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virtlockd.service
	Requires: virtlockd-admin.socket (origin-file)
	Requires: virtlockd.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	After: virtlockd-admin.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: virtlockd.socket (destination-implicit)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: virtlockd-admin.socket (destination-implicit)
	TriggeredBy: virtlockd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-default)
	References: virtlockd.socket (origin-file)
	References: virtlockd-admin.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: virtlockd-admin.socket (destination-implicit)
	ReferencedBy: virtlockd.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/virtlockd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -900
	LimitNOFILE: 40960
	LimitNOFILESoft: 40960
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/virtlockd $VIRTLOCKD_ARGS
	-> ExecReload:
		Command Line: /bin/kill -USR1 $MAINPID
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	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: io blkio memory pids bpf-firewall
	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
	RuntimeMaxSec: infinity
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
-> Unit dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap:
	Description: /dev/disk/by-partuuid/8fda3e96-02
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 7455ca9afb00410caa9ed4c78904f414
	Following: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap
	Following Set Member: dev-sda2.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-default)
	RequiresMountsFor: /dev/disk/by-partuuid/8fda3e96-02 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-partuuid/8fda3e96-02
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 8c9e94898a4046e1862b0ae3ced3b034
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: rsyslog.service (origin-implicit)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: rsyslog.service (origin-implicit)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: rsyslog.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c74d2af444ad453ebf74b9b509cd1377
	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: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	Wants: getty at tty1.service (origin-file)
	Wants: getty-static.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	After: getty-static.service (origin-default)
	References: getty at tty1.service (origin-file origin-default)
	References: getty-static.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit system-wpa_supplicant.slice:
	Description: system-wpa_supplicant.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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-wpa_supplicant.slice
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: io blkio memory pids bpf-firewall
	Invocation ID: f8203819ddb34002a6febc2df51c4f44
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: wpa_supplicant at wls3.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: wpa_supplicant at wls3.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: wpa_supplicant at wls3.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: badc23decb044037999cac4a18e42777
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 995177bc57a240af90d42e3138148c14
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file 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-file origin-path)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: -.mount (origin-file origin-path)
	References: systemd-udevd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-tmpfiles-clean.service:
	Description: Cleanup of Temporary Directories
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2019-12-16 06:53:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:53:39 JST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2019-12-16 06:53:39 JST
	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: io blkio memory pids bpf-firewall
	Invocation ID: 431722dfde264796a158e2a249fdbdae
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Mon 2019-12-16 06:53:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:53:39 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-implicit)
	After: system.slice (origin-file)
	After: time-set.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: time-set.target (origin-file)
	References: systemd-journald.socket (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 1703
			Start Timestamp: Mon 2019-12-16 06:53:39 JST
			Exit Timestamp: Mon 2019-12-16 06:53:39 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit apt-daily-upgrade.service:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	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: io blkio memory pids bpf-firewall
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true failed
	Condition Timestamp: Mon 2019-12-16 06:43:47 JST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: NetworkManager.service (origin-file)
	After: network-online.target (origin-file)
	After: apt-daily.service (origin-file)
	After: network.target (origin-file)
	After: systemd-networkd.service (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: connman.service (origin-file)
	After: sysinit.target (origin-default)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-file)
	References: network.target (origin-file)
	References: connman.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: NetworkManager.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-networkd.service (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 15min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-machined.service:
	Alias: dbus-org.freedesktop.machine1.service
	Description: Virtual Machine and Container Registration Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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-machined.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 16b6b0b191114905b20a381ff3adc932
	Documentation: man:systemd-machined.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/machined
	Fragment Path: /lib/systemd/system/systemd-machined.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: var-lib-machines.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: machine.slice (origin-file)
	WantedBy: libvirtd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (destination-file)
	Before: libvirt-guests.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: machine.slice (origin-file)
	After: dbus.socket (origin-file)
	After: var-lib-machines.mount (origin-file)
	After: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: machine.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: var-lib-machines.mount (origin-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	RequiresMountsFor: /var/lib/machines (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 425
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.machine1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: yes
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: yes
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	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_fsetid cap_kill cap_setgid cap_sys_chroot cap_sys_ptrace cap_sys_admin cap_mknod
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: execve prctl oldlstat rt_tgsigqueueinfo wait4 rt_sigtimedwait futex timer_settime64 getuid fspick io_setup utimensat_time64 recv chmod swapcontext add_key move_mount setregid setreuid32 timerfd_gettime64 read setrlimit mq_open shmat rt_sigprocmask capset recvmmsg_time64 migrate_pages sync_file_range2 fchmod ppoll bind memfd_create socketcall fallocate sigaltstack getsockopt getrusage setitimer sched_getattr dup2 ftruncate tgkill io_uring_register getitimer sigaction inotify_init getresgid fchmodat timer_create flock mremap nanosleep sendto mkdirat set_mempolicy getsid chown32 msgget pidfd_send_signal munlockall mlock pselect6_time64 sigsuspend stat64 sched_rr_get_interval_time64 setfsgid readahead io_pgetevents futimesat listen lstat64 mmap mq_unlink utimes write getcpu fgetxattr clock_gettime fstat64 geteuid epoll_wait_old unlink ioprio_set setresgid inotify_rm_watch dup kill mq_timedsend_time64 vfork timerfd_gettime rt_sigqueueinfo name_to_handle_at setgroups getcwd close setns sysinfo fadvise64_64 dup3 sched_yield statfs execveat sendmsg fadvise64 membarrier getdents openat clock_nanosleep select mbind shmget times semget chroot epoll_ctl_old fork rt_sigtimedwait_time64 linkat epoll_pwait getppid ioprio_get _newselect getpid fchown setxattr poll flistxattr rename statfs64 utime setgid move_pages getresuid32 setfsuid lchown timerfd_settime geteuid32 pivot_root getresgid32 request_key timer_gettime64 sched_rr_get_interval oldfstat semctl get_robust_list setgid32 time mkdir removexattr preadv timerfd_create copy_file_range pause eventfd2 setresuid fstatat64 umask uname rt_sigreturn mq_timedreceive_time64 sigreturn mq_notify olduname lsetxattr shmdt sched_get_priority_max listxattr rseq get_mempolicy setreuid sched_setaffinity timer_gettime getgroups32 semop socketpair getgroups fstatfs arch_prctl lgetxattr pwritev2 eventfd readlink getegid32 lremovexattr mq_timedreceive readlinkat sendfile64 getpgid signal setsockopt mmap2 socket accept4 sched_setparam fsopen remap_file_pages getpriority statx accept io_getevents umount2 exit clone shmctl oldolduname mq_timedsend set_tls semtimedop_time64 waitpid timer_getoverrun setgroups32 set_robust_list kcmp setregid32 ioctl io_submit process_vm_writev send io_pgetevents_time64 tkill signalfd4 sendmmsg getgid32 writev umount setuid link keyctl getgid clock_gettime64 lseek timer_delete chown fchdir getxattr newfstatat epoll_create1 getuid32 mprotect llistxattr creat recvfrom open_tree ppoll_time64 setfsuid32 sched_getparam getdents64 io_cancel restart_syscall syncfs msgrcv access renameat2 lchown32 inotify_add_watch pipe2 fsetxattr setpgid getegid userfaultfd ipc sched_getaffinity readdir faccessat gettid setresuid32 set_thread_area nice epoll_wait inotify_init1 setsid process_vm_readv mknod ugetrlimit sync_file_range setfsgid32 symlinkat lstat clock_nanosleep_time64 msgsnd waitid vmsplice sigpending io_destroy sync getrlimit io_uring_enter fchownat fchown32 fstat msync pwrite64 set_tid_address pselect6 pwritev mount rt_sigpending semtimedop futex_time64 fdatasync madvise personality sched_setattr sched_get_priority_min sched_getscheduler mknodat shutdown exit_group epoll_ctl capget gettimeofday recvmmsg clone3 msgctl getpgrp fcntl fstatfs64 oldstat alarm setresgid32 signalfd getrandom connect getsockname mlockall rt_sigaction tee rmdir _llseek ftruncate64 utimensat stat setpriority clock_getres_time64 open fsconfig pidfd_open rt_sigsuspend splice getresuid timer_settime symlink sched_setscheduler timerfd_settime64 setuid32 fsync brk readv getpeername fcntl64 truncate pipe epoll_create mlock2 sigprocmask renameat clock_getres fsmount preadv2 munmap prlimit64 io_uring_setup munlock recvmsg fremovexattr unshare mq_getsetattr sendfile get_thread_area pread64 chdir unlinkat truncate64
	SystemCallArchitectures: native
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-machined
			PID: 425
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	Status Text: Processing requests...
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> 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: io blkio memory pids bpf-firewall
	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: Mon 2019-12-16 06:38:40 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (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: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fc2127f519f146f999b410e36280d727
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: emergency.service (origin-file)
	References: paths.target (origin-file)
	References: cryptsetup.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	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 dev-cdrom.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8f0b657a8c7f4469a19b279e2eae98fc
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	Following Set Member: dev-dvd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	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: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4735f7ab699147298db4c8d14e97ed14
	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-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d9bd3c1119954dbcb204c34ece027d75
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap:
	Description: /dev/disk/by-id/ata-Hitachi_HTS545050B9SA00_091119PBG402Q7CST0LV-part2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 129d32a03e9841e29182400727c30d13
	Following: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap
	Following Set Member: dev-sda2.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-default)
	RequiresMountsFor: /dev/disk/by-id/ata-Hitachi_HTS545050B9SA00_091119PBG402Q7CST0LV-part2 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/ata-Hitachi_HTS545050B9SA00_091119PBG402Q7CST0LV-part2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit virtlogd-admin.socket:
	Description: Virtual machine log manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/virtlogd-admin.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: db4c28305ac045ddb045057f3e3ff417
	Fragment Path: /lib/systemd/system/virtlogd-admin.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: virtlogd.socket (origin-file)
	RequiredBy: virtlogd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: virtlogd.service (origin-implicit)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	After: virtlogd.socket (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: virtlogd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: system.slice (origin-file)
	References: virtlogd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: libvirtd.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: virtlogd.socket (origin-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: virtlogd.service (destination-file)
	RequiresMountsFor: /run/libvirt/virtlogd-admin-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: virtlogd-admin.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/virtlogd-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-net-ipvlan0.device:
	Description: /sys/devices/virtual/net/ipvlan0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 6e08dc556df0488ab4d75cc6fa8ee216
	Following Set Member: sys-subsystem-net-devices-ipvlan0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/ipvlan0
	Found: found-udev
-> Unit sys-subsystem-net-devices-ipvlan0.device:
	Description: /sys/subsystem/net/devices/ipvlan0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7f6a4acb6d2e4c75b96aa1ed3dde7238
	Following Set Member: sys-devices-virtual-net-ipvlan0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/ipvlan0
	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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 3adb727e00924dc5a27bf0d64f9bd7ef
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	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
	Clean Result: success
	Where: /dev/mqueue
	What: mqueue
	File System Type: mqueue
	Options: rw,nosuid,nodev,noexec,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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 46eb3af787204bbe94069717679901ae
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: de10dcfbe6eb4ffb89377aae191b00c0
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
	Description: Hitachi_HTS545050B9SA00
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e139136c8ab543039b94e48543a5fbfc
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3.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/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit sys-subsystem-net-devices-wls3.device:
	Description: WiFi Link 5100 (AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 000f94353e50449cb7d1b90e9d883e02
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.3-0000:0a:00.0-net-wls3.device
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	RequiredBy: wpa_supplicant at wls3.service (destination-file)
	Before: wpa_supplicant at wls3.service (destination-file)
	ReferencedBy: wpa_supplicant at wls3.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:0a:00.0/net/wls3
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV.device:
	Description: Hitachi_HTS545050B9SA00
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8481a755830144558ba0d13e6cacf828
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3.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/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit sys-devices-virtual-net-virbr0\x2dnic.device:
	Description: /sys/devices/virtual/net/virbr0-nic
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1fdf2c031e7a46f7bbebe7ab2b595844
	Following Set Member: sys-subsystem-net-devices-virbr0\x2dnic.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/virbr0-nic
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9a11d787fe024242987925ebe6e9838b
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	Following Set Member: dev-dvd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit rsyslog.service:
	Alias: syslog.service
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 1f1e1c7e8fb84ebca2764cd507622354
	Documentation: man:rsyslogd(8)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: syslog.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: syslog.socket (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: syslog.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: syslog.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: syslog.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 422
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 422
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: d2e9c0be1b8d44eabb532280021034e6
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file 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-file origin-path)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file origin-path)
	References: lvm2-lvmpolld.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-vnet0.device:
	Description: /sys/subsystem/net/devices/vnet0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Enter Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8ec8eecb5c4046d7ba97d429dbe65a0d
	Following Set Member: sys-devices-virtual-net-vnet0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/vnet0
	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
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	Before: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: rescue.service (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: io blkio memory pids bpf-firewall
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 1f4cf64400e64298b2c27aae4024c78e
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work succeeded
	ConditionPathExists: !/rofs/etc/apparmor.d succeeded
	ConditionSecurity: apparmor succeeded
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: libvirtd.service (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald-audit.socket (origin-file)
	After: -.mount (origin-file origin-path)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	RequiresMountsFor: /var/cache/apparmor (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/apparmor/apparmor.systemd reload
			PID: 395
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Timestamp: Mon 2019-12-16 06:38:41 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecReload:
		Command Line: /lib/apparmor/apparmor.systemd reload
	-> ExecStop:
		Command Line: /bin/true
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	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: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 8aaf80a7f4f04ca0ae5b0994c599c7fe
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Mon 2019-12-16 06:38:36 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:36 JST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: systemd-journald.service (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 310
			Start Timestamp: Mon 2019-12-16 06:38:36 JST
			Exit Timestamp: Mon 2019-12-16 06:38:39 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /bin/journalctl --smart-relinquish-var
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-backlight at backlight:acpi_video0.service:
	Description: Load/Save Screen Backlight Brightness of backlight:acpi_video0
	Instance: backlight:acpi_video0
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit 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\x2dbacklight.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: e1531781e3924f52af6ea08b700d8a57
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Mon 2019-12-16 06:38:38 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:38 JST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system-systemd\x2dbacklight.slice (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file)
	After: system-systemd\x2dbacklight.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dbacklight.slice (origin-file)
	ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device (destination-udev)
	RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/backlight
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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-backlight load backlight:acpi_video0
			PID: 369
			Start Timestamp: Mon 2019-12-16 06:38:38 JST
			Exit Timestamp: Mon 2019-12-16 06:38:38 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save backlight:acpi_video0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c40ef8e9744640de85411704f9c6a896
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	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: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 601ad9d2d87740a9927f00994cc9a503
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionNeedsUpdate: /etc succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-update-done.service (origin-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 258
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:22 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:21 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:22 JST
	Active Exit 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/upower.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: caab60b2c20f46deb098164203c21925
	Documentation: man:upowerd(8)
	Fragment Path: /lib/systemd/system/upower.service
	Condition Timestamp: Mon 2019-12-16 06:39:21 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:39:21 JST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: -.mount (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/lib/upower (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 907
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UPower
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: no
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: yes
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: upower
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 0
	LimitMEMLOCKSoft: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: 
	DynamicUser: no
	ReadWritePaths: /var/lib/upower
	LockPersonality: yes
	SystemCallFilter: sigaction getgroups setuid _llseek getrusage utimensat shmdt request_key gettimeofday ioprio_set shmctl sched_getscheduler fallocate userfaultfd execve mq_timedreceive alarm clock_nanosleep epoll_pwait recvmmsg_time64 pidfd_open oldstat ugetrlimit readlinkat clock_gettime timer_getoverrun sched_get_priority_max recvmmsg sched_rr_get_interval rt_sigreturn epoll_create getcwd rmdir listen mmap2 membarrier timerfd_settime64 ioprio_get getcpu clock_getres timerfd_gettime64 semctl fstatfs ppoll inotify_init1 getsid setgroups msgget access utimensat_time64 migrate_pages mlockall getegid32 signalfd mq_notify recvmsg io_uring_register listxattr getsockname timerfd_create mlock shutdown ioctl rt_sigtimedwait msgrcv io_submit mlock2 madvise capset gettid getdents vfork setitimer set_tls statx getgid sendfile64 process_vm_writev sigprocmask timer_create set_mempolicy msync truncate fstatfs64 keyctl mq_open exit_group fcntl stat64 timer_settime timer_delete link setrlimit signalfd4 llistxattr timer_gettime rt_sigqueueinfo waitpid io_cancel fstatat64 rt_sigsuspend pwritev bind lremovexattr sigreturn sync_file_range2 oldlstat setxattr mbind setfsuid32 mremap inotify_rm_watch nice mmap close waitid setsid set_tid_address tee readlink timer_settime64 sched_rr_get_interval_time64 getrandom setresgid fsetxattr get_robust_list futex_time64 recvfrom set_thread_area getgid32 fstat64 setpgid process_vm_readv time semget io_uring_setup dup setregid32 getgroups32 pread64 sysinfo fadvise64 readdir clock_getres_time64 pwritev2 rt_sigpending wait4 rseq sched_setscheduler fchown32 getdents64 flock ipc get_mempolicy msgctl personality poll fdatasync setgid setresuid epoll_ctl geteuid32 sigaltstack splice shmat olduname sendmsg symlinkat mknod get_thread_area fstat sched_setaffinity setuid32 set_robust_list sigpending sched_getattr preadv sched_setattr prctl fchmodat recv ppoll_time64 flistxattr futex getitimer sync_file_range remap_file_pages getpid select fchownat unshare setreuid fgetxattr lseek add_key sched_getaffinity timerfd_gettime pidfd_send_signal sendfile preadv2 epoll_ctl_old pipe2 getppid chown socketcall semop getpgrp getresgid32 statfs getpeername setfsgid setgid32 move_pages inotify_add_watch fchown futimesat connect ftruncate64 name_to_handle_at faccessat setregid brk munmap fork epoll_create1 epoll_wait mq_getsetattr setfsgid32 utimes sched_get_priority_min removexattr rename kcmp epoll_wait_old mq_unlink sendmmsg chown32 exit write restart_syscall socketpair msgsnd unlink memfd_create lchown32 oldfstat tgkill getresuid32 io_destroy readv semtimedop vmsplice mkdirat getresuid setresgid32 tkill getuid32 sched_yield setpriority chdir dup3 umask io_pgetevents getpriority symlink unlinkat fadvise64_64 arch_prctl getresgid newfstatat io_setup accept4 mq_timedsend send io_getevents getpgid setns getuid kill chmod lstat fsync sigsuspend readahead sync getrlimit lsetxattr getsockopt clock_nanosleep_time64 utime munlock setgroups32 semtimedop_time64 clone3 mq_timedreceive_time64 sched_getparam io_uring_enter dup2 capget clock_gettime64 linkat pselect6_time64 setsockopt lchown stat truncate64 eventfd pselect6 rt_tgsigqueueinfo fremovexattr getegid _newselect timer_gettime64 creat lgetxattr sendto mkdir open mknodat clone mprotect fchdir socket setfsuid io_pgetevents_time64 geteuid sched_setparam signal accept pause lstat64 copy_file_range setreuid32 shmget execveat inotify_init renameat2 oldolduname eventfd2 openat rt_sigaction read fcntl64 prlimit64 renameat times fchmod rt_sigprocmask timerfd_settime uname syncfs mq_timedsend_time64 pipe getxattr munlockall ftruncate rt_sigtimedwait_time64 statfs64 writev swapcontext pwrite64 setresuid32 nanosleep
	SystemCallArchitectures: native
	RestrictNamespaces: 
	-> ExecStart:
		Command Line: /usr/lib/upower/upowerd
			PID: 907
			Start Timestamp: Mon 2019-12-16 06:39:21 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit man-db.service:
	Description: Daily man-db regeneration
	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: io blkio memory pids bpf-firewall
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true failed
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: man-db.timer (destination-implicit)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: man-db.timer (destination-implicit)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: basic.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
		Command Line: /usr/bin/mandb --quiet
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
	ConflictedBy: var-lib-machines.mount (destination-file)
	ConflictedBy: home.mount (destination-file)
	ConflictedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-default)
	ConflictedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-default)
	ConflictedBy: dev-sda2.swap (destination-default)
	ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-default)
	After: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
	After: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-default)
	After: var-lib-machines.mount (destination-file)
	After: dev-sda2.swap (destination-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-default)
	After: home.mount (destination-file)
	After: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-default)
	ReferencedBy: dev-sda2.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sda4.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 33084e50832b409eb6c1246ac7e39766
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	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/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev,found-mount
-> Unit var-lib-machines.mount:
	Description: Virtual Machine and Container Storage (Compatibility)
	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: io blkio memory pids bpf-firewall
	Fragment Path: /lib/systemd/system/var-lib-machines.mount
	ConditionPathExists: /var/lib/machines.raw failed
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	RequiredBy: systemd-machined.service (destination-file)
	WantedBy: remote-fs.target (destination-file)
	WantedBy: machines.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: machines.target (destination-default)
	Before: local-fs.target (origin-file)
	Before: systemd-machined.service (destination-file)
	Before: umount.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: machines.target (destination-file destination-default)
	RequiresMountsFor: /var/lib (origin-implicit)
	RequiresMountsFor: /var/lib/machines.raw (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /var/lib/machines
	What: /var/lib/machines.raw
	File System Type: btrfs
	Options: loop
	From /proc/self/mountinfo: no
	From fragment: yes
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 78bcd3178e7c4cd78c8044c5a2072846
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: local-fs.target (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: systemd-boot-system-token.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: swap.target (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	RequiredBy: udisks2.service (destination-default)
	RequiredBy: virtlogd.socket (destination-default)
	RequiredBy: cups.socket (destination-default)
	RequiredBy: cups-browsed.service (destination-default)
	RequiredBy: virtlockd-admin.socket (destination-default)
	RequiredBy: libvirtd.service (destination-default)
	RequiredBy: cups.path (destination-default)
	RequiredBy: libvirt-guests.service (destination-default)
	RequiredBy: wpa_supplicant at wls3.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: e2scrub_all.service (destination-default)
	RequiredBy: virtlockd.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: e2scrub_all.timer (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: virtlockd.socket (destination-default)
	RequiredBy: e2scrub_reap.service (destination-default)
	RequiredBy: polkit.service (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: smartmontools.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: systemd-machined.service (destination-default)
	RequiredBy: accounts-daemon.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: virtlogd.service (destination-default)
	RequiredBy: libvirtd.socket (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: cups.service (destination-default)
	RequiredBy: libvirtd-ro.socket (destination-default)
	RequiredBy: libvirtd-admin.socket (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: lightdm.service (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: anacron.timer (destination-default)
	RequiredBy: virtlogd-admin.socket (destination-default)
	RequiredBy: upower.service (destination-default)
	RequiredBy: anacron.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	Conflicts: emergency.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.service (origin-file)
	Before: apt-daily.timer (destination-default)
	Before: anacron.timer (destination-default)
	Before: virtlockd.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: libvirtd-admin.socket (destination-default)
	Before: logrotate.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: libvirtd-ro.socket (destination-default)
	Before: virtlogd-admin.socket (destination-default)
	Before: udisks2.service (destination-default)
	Before: smartmontools.service (destination-default)
	Before: virtlogd.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: cron.service (destination-default)
	Before: wpa_supplicant at wls3.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: libvirtd.socket (destination-default)
	Before: dbus.service (destination-default)
	Before: polkit.service (destination-default)
	Before: ssh.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: anacron.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: virtlockd.socket (destination-default)
	Before: virtlockd-admin.socket (destination-default)
	Before: libvirtd.service (destination-default)
	Before: e2scrub_all.timer (destination-default)
	Before: rsyslog.service (destination-default)
	Before: virtlogd.socket (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: cups.path (destination-default)
	Before: lightdm.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: upower.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: systemd-machined.service (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: rc-local.service (destination-default)
	Before: cups.service (destination-default)
	Before: man-db.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: cups.socket (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: rescue.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: emergency.service (origin-file)
	After: apparmor.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-backlight at backlight:acpi_video0.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: emergency.target (origin-file)
	After: dev-hugepages.mount (destination-file)
	After: cryptsetup.target (origin-default)
	After: systemd-backlight at backlight:intel_backlight.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: dev-mqueue.mount (destination-file)
	After: local-fs.target (origin-file)
	After: systemd-udevd.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: sys-kernel-config.mount (destination-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: systemd-ask-password-console.path (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-update-utmp.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: apparmor.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: blk-availability.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: swap.target (origin-file origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-boot-system-token.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: emergency.target (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: emergency.service (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: lightdm.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: wpa_supplicant at wls3.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: anacron.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-udevd.service:
	Alias: udev.service
	Description: udev Kernel Device Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: dbeb708e7c604a229515868f4c865b66
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 273
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -1000
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: yes
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
			PID: 273
			Start Timestamp: Mon 2019-12-16 06:38:35 JST
	-> ExecReload:
		Command Line: /bin/udevadm control --reload --timeout 0
	Status Text: Processing with 20 children at max
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> 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: Mon 2019-12-16 06:53:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e2223ae2aec64f2db30f75a4b1de0b12
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: timers.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
	OnClockChange: no
	OnTimeZoneChange: no
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1adb3212ee67457eb95cc61265d238b9
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit smartmontools.service:
	Alias: smartd.service
	Description: Self Monitoring and Reporting Technology (SMART) Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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/smartmontools.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 7890dd6bb7f644abad7142b7a3da3b5e
	Documentation: man:smartd(8)
	Documentation: man:smartd.conf(5)
	Fragment Path: /lib/systemd/system/smartmontools.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-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: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 423
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/smartmontools
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 423
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	Status Text: Next check of 1 device will start at 07:08:44
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 02ea4174684140c2a21c932597042d66
	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 session-2.scope:
	Description: Session 2 of user ryutaroh
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:14 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:14 JST
	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-1000.slice
	CGroup: /user.slice/user-1000.slice/session-2.scope
	CGroup realized: yes
	CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: d8ce2667810a440ab2b1dc5c416224d8
	Fragment Path: /run/systemd/transient/session-2.scope
	Condition Timestamp: Mon 2019-12-16 06:39:14 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:39:14 JST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: home.mount (origin-file)
	Requires: user-1000.slice (origin-file)
	Wants: user at 1000.service (origin-file)
	Wants: user-runtime-dir at 1000.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: user-1000.slice (origin-file)
	After: home.mount (origin-file)
	After: user at 1000.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: home.mount (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: user-1000.slice (origin-file)
	References: user at 1000.service (origin-file)
	RequiresMountsFor: /home/ryutaroh (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 3c392a19ef1248a28fdd4588e196765d
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	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: io blkio memory pids bpf-firewall
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: proc-sys-fs-binfmt_misc.mount (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: proc-sys-fs-binfmt_misc.mount (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-virtual-misc-rfkill.device:
	Description: /sys/devices/virtual/misc/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 9d498b7fc4714eb1b4802b518d1c7d36
	Following Set Member: dev-rfkill.device
	Wants: systemd-rfkill.socket (origin-udev)
	BoundBy: systemd-rfkill.socket (destination-file)
	BoundBy: systemd-rfkill.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	References: systemd-rfkill.socket (origin-udev)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (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 e2scrub_all.service:
	Description: Online ext4 Metadata Check for 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: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Documentation: man:e2scrub_all(8)
	Fragment Path: /lib/systemd/system/e2scrub_all.service
	ConditionCapability: CAP_SYS_RAWIO untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionACPower: true untested
	Requires: sysinit.target (origin-default)
	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: basic.target (origin-default)
	After: e2scrub_all.timer (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: e2scrub_all.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: e2scrub_all.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SERVICE_MODE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/e2scrub_all
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 428c205d87e1429da93f6d1f45466203
	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 local-fs.target:
	Description: Local File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e0b6af65c6b34a079921a83ae93a322a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: home.mount (origin-file)
	Requires: -.mount (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	After: -.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: var-lib-machines.mount (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: home.mount (destination-file)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: local-fs-pre.target (origin-file)
	OnFailure: emergency.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: emergency.target (origin-file)
	References: home.mount (origin-file)
	References: shutdown.target (origin-file)
	References: -.mount (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> 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: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 91fb5a12f90f49b2a44476e81c6072a3
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.socket
	Condition Timestamp: Mon 2019-12-16 06:38:36 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:36 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	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: systemd-rfkill.service (origin-implicit)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: -.mount (origin-file)
	After: systemd-remount-fs.service (origin-file)
	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: shutdown.target (origin-file)
	ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	RequiresMountsFor: /dev/rfkill (origin-file)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: ae796728f99b42cfa35d89af38780181
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	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.socket (origin-file)
	Wants: systemd-journald-audit.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.socket (origin-file destination-implicit)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.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.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 250
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	OOMScoreAdjust: -250
	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 cap_audit_read
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: mknod ftruncate mq_timedreceive pwritev2 bind sched_get_priority_max faccessat eventfd lchown lchown32 openat getresgid32 send fchmod preadv sigsuspend syncfs truncate symlink signalfd4 fallocate truncate64 lstat pwritev fremovexattr times rt_sigtimedwait_time64 getcpu lstat64 link timer_getoverrun sigpending capset recv setregid setsid inotify_init1 getrandom getresuid32 io_setup chmod _llseek lsetxattr name_to_handle_at msgctl umask fstatfs epoll_ctl_old readlink wait4 listxattr setsockopt vmsplice rt_sigreturn oldolduname removexattr rt_sigaction fchmodat pwrite64 gettimeofday sched_setattr setfsgid vfork readahead sysinfo sendmmsg semop oldstat sched_setparam clock_gettime64 msgget swapcontext fchown _newselect getresuid statfs64 recvmsg getpeername mmap2 sched_setscheduler epoll_wait ioprio_set io_getevents timer_delete setfsgid32 munlockall utimes execveat sendto personality sigaltstack ppoll_time64 sched_rr_get_interval recvmmsg getgid32 pselect6 getitimer semtimedop_time64 sigaction mkdir io_submit pipe io_cancel getdents getxattr setrlimit getpgrp sendfile64 get_mempolicy rseq fchown32 geteuid32 creat setgid32 execve inotify_rm_watch sendfile fdatasync preadv2 getgroups ugetrlimit rt_sigpending clock_gettime recvfrom llistxattr msgsnd chown32 prctl setpgid mprotect inotify_add_watch sync_file_range2 sigreturn mkdirat dup2 setresgid arch_prctl mlock lremovexattr fstat getsockopt alarm exit_group msgrcv pread64 remap_file_pages set_thread_area process_vm_readv io_uring_register getpriority sched_get_priority_min rmdir setresuid32 fadvise64 tkill pidfd_send_signal setpriority timerfd_settime io_uring_setup pipe2 rt_sigsuspend pselect6_time64 io_destroy futimesat renameat2 waitpid accept4 setfsuid semctl oldlstat add_key lgetxattr mlockall munmap sched_rr_get_interval_time64 sigprocmask getuid epoll_create access readv waitid timerfd_create unlink newfstatat readdir chown memfd_create getcwd request_key getegid restart_syscall timer_create getegid32 copy_file_range setuid madvise io_uring_enter shmat timerfd_gettime getrlimit mbind userfaultfd ftruncate64 shmctl getrusage setregid32 fstatfs64 brk time nice signalfd setgid kcmp statfs unshare get_robust_list getpgid process_vm_writev set_tid_address mq_timedsend setitimer setgroups setns flistxattr gettid semget prlimit64 pidfd_open fgetxattr sync_file_range keyctl chdir semtimedop stat socketpair inotify_init oldfstat mq_unlink move_pages shmget io_pgetevents accept rename connect flock sync clone sched_getscheduler futex fork getuid32 msync timer_settime getresgid renameat clock_getres splice utimensat_time64 sched_setaffinity linkat ioprio_get sched_getparam clock_nanosleep_time64 setresuid setreuid rt_sigtimedwait timerfd_settime64 socketcall sched_getattr symlinkat mmap fstat64 timer_gettime64 writev fchownat eventfd2 fcntl io_pgetevents_time64 epoll_ctl write getdents64 utimensat open statx sched_yield fadvise64_64 clock_getres_time64 timer_gettime geteuid fcntl64 listen getppid epoll_create1 mq_open setfsuid32 timerfd_gettime64 mq_notify migrate_pages signal read set_robust_list mq_timedreceive_time64 clone3 shutdown getpid tee setgroups32 setreuid32 sendmsg stat64 ipc getsockname exit getgid fsync set_tls kill dup close capget tgkill mknodat shmdt get_thread_area socket nanosleep ppoll getgroups32 olduname fchdir lseek setuid32 epoll_wait_old getsid membarrier setxattr timer_settime64 mlock2 epoll_pwait sched_getaffinity select setresgid32 uname fstatat64 rt_tgsigqueueinfo futex_time64 rt_sigprocmask utime rt_sigqueueinfo ioctl dup3 set_mempolicy pause readlinkat munlock fsetxattr mq_timedsend_time64 poll mq_getsetattr clock_nanosleep mremap recvmmsg_time64 unlinkat
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
			PID: 250
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 56
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-* rw
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 544a970e798843eaa1f4eb93cf23186b
	Following: sys-devices-platform-serial8250-tty-ttyS0.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
	Found: found-udev
-> Unit dev-sda2.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2eadc74872374a90a1d990867f66dba6
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev,found-swap
-> 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
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ConflictedBy: smartmontools.service (destination-default)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: systemd-resolved.service (destination-file)
	ConflictedBy: e2scrub_all.service (destination-default)
	ConflictedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ConflictedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: virt-guest-shutdown.target (destination-default)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: virtlockd.service (destination-default)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: e2scrub_reap.service (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: time-set.target (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: libvirtd-admin.socket (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: virtlogd.service (destination-default)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: libvirtd-ro.socket (destination-default)
	ConflictedBy: cups.socket (destination-default)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: udisks2.service (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: virtlockd.socket (destination-default)
	ConflictedBy: systemd-boot-system-token.service (destination-file)
	ConflictedBy: machine.slice (destination-default)
	ConflictedBy: lightdm.service (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: systemd-networkd-wait-online.service (destination-file)
	ConflictedBy: virtlockd-admin.socket (destination-default)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: session-2.scope (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: cups.path (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: e2scrub_all.timer (destination-default)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: anacron.service (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: accounts-daemon.service (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: libvirtd.socket (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: upower.service (destination-default)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: virtlogd-admin.socket (destination-default)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: anacron.timer (destination-default)
	ConflictedBy: libvirt-guests.service (destination-default)
	ConflictedBy: cups.service (destination-default)
	ConflictedBy: machines.target (destination-default)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: polkit.service (destination-default)
	ConflictedBy: libvirtd.service (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: system-wpa_supplicant.slice (destination-default)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: systemd-machined.service (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: virtlogd.socket (destination-default)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: wpa_supplicant at wls3.service (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: cups-browsed.service (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
	ConflictedBy: nss-lookup.target (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: man-db.service (destination-default)
	After: systemd-backlight at backlight:intel_backlight.service (destination-file)
	After: systemd-ask-password-console.service (destination-file)
	After: libvirt-guests.service (destination-default)
	After: system-wpa_supplicant.slice (destination-default)
	After: systemd-machined.service (destination-default)
	After: e2scrub_all.service (destination-default)
	After: sockets.target (destination-default)
	After: user at 1000.service (destination-default)
	After: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-default)
	After: libvirtd-admin.socket (destination-default)
	After: network-pre.target (destination-default)
	After: machines.target (destination-default)
	After: network.target (destination-default)
	After: systemd-sysctl.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	After: network-online.target (destination-default)
	After: dm-event.service (destination-file)
	After: systemd-rfkill.socket (destination-file)
	After: basic.target (destination-default)
	After: system-getty.slice (destination-default)
	After: udisks2.service (destination-default)
	After: rsyslog.service (destination-default)
	After: virtlockd.service (destination-default)
	After: system-systemd\x2dbacklight.slice (destination-default)
	After: cups-browsed.service (destination-default)
	After: session-2.scope (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: systemd-machine-id-commit.service (destination-file)
	After: apt-daily-upgrade.service (destination-default)
	After: cups.path (destination-default)
	After: apt-daily.service (destination-default)
	After: libvirtd.service (destination-default)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: upower.service (destination-default)
	After: virtlockd-admin.socket (destination-default)
	After: systemd-resolved.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: nss-user-lookup.target (destination-default)
	After: lightdm.service (destination-default)
	After: systemd-logind.service (destination-default)
	After: getty-pre.target (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: wpa_supplicant at wls3.service (destination-default)
	After: logrotate.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: virtlogd.service (destination-default)
	After: slices.target (destination-default)
	After: smartmontools.service (destination-default)
	After: time-set.target (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: e2scrub_reap.service (destination-default)
	After: accounts-daemon.service (destination-default)
	After: libvirtd.socket (destination-default)
	After: graphical.target (destination-default)
	After: systemd-backlight at backlight:acpi_video0.service (destination-file)
	After: apt-daily.timer (destination-default)
	After: user.slice (destination-default)
	After: machine.slice (destination-default)
	After: rescue.target (destination-default)
	After: systemd-ask-password-console.path (destination-file)
	After: systemd-boot-system-token.service (destination-file)
	After: systemd-ask-password-wall.service (destination-default)
	After: rc-local.service (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: e2scrub_all.timer (destination-default)
	After: anacron.service (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: systemd-rfkill.service (destination-file)
	After: virtlockd.socket (destination-default)
	After: sound.target (destination-default)
	After: getty.target (destination-default)
	After: ssh.service (destination-default)
	After: local-fs-pre.target (destination-default)
	After: logrotate.service (destination-default)
	After: cron.service (destination-default)
	After: systemd-update-utmp.service (destination-file)
	After: multi-user.target (destination-default)
	After: polkit.service (destination-default)
	After: cups.socket (destination-default)
	After: swap.target (destination-default)
	After: virtlogd-admin.socket (destination-default)
	After: cryptsetup.target (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: remote-fs-pre.target (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: cups.service (destination-default)
	After: rescue.service (destination-file)
	After: getty at tty1.service (destination-default)
	After: systemd-networkd-wait-online.service (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: user-1000.slice (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: emergency.target (destination-default)
	After: virtlogd.socket (destination-default)
	After: getty-static.service (destination-default)
	After: syslog.socket (destination-file)
	After: virt-guest-shutdown.target (destination-default)
	After: sysinit.target (destination-default)
	After: libvirtd-ro.socket (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: systemd-quotacheck.service (destination-file)
	After: dbus.socket (destination-default)
	After: emergency.service (destination-file)
	After: time-sync.target (destination-default)
	After: man-db.timer (destination-default)
	After: dbus.service (destination-default)
	After: nss-lookup.target (destination-default)
	After: paths.target (destination-default)
	After: anacron.timer (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: session-2.scope (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: system-wpa_supplicant.slice (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: lightdm.service (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: wpa_supplicant at wls3.service (destination-default)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: time-set.target (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: machines.target (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: machine.slice (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: virt-guest-shutdown.target (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d9ecfbb46721488ea2b97113d3a8e1fc
	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 virtlockd.socket:
	Description: Virtual machine lock manager socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/virtlockd.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 0d5c26d33496444c8a49dd02a0ad612a
	Fragment Path: /lib/systemd/system/virtlockd.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: libvirtd.service (destination-file)
	RequiredBy: virtlockd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: virtlockd-admin.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: virtlockd-admin.socket (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: virtlockd.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: virtlockd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: libvirtd.service (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: virtlockd.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	RequiresMountsFor: /run/libvirt/virtlockd-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean 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: virtlockd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/virtlockd-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 090a33fac1104a31bdc148b96abfe491
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-cdrw.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> 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
	Before: systemd-update-utmp.service (destination-file)
	Before: ssh.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
-> Unit libvirtd-ro.socket:
	Description: Libvirt local read-only socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/libvirtd-ro.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 17952e0f514e444d80eeda98c2029f12
	Fragment Path: /lib/systemd/system/libvirtd-ro.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: libvirtd.socket (origin-file)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: libvirt-guests.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: libvirtd.socket (origin-file)
	After: system.slice (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file origin-implicit)
	References: sockets.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: libvirtd.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/libvirt/libvirt-sock-ro (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: libvirtd-ro.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/libvirt-sock-ro
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit libvirtd.socket:
	Description: Libvirt local socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/libvirtd.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 5a4857974f574a59b55f341e5bf2742c
	Fragment Path: /lib/systemd/system/libvirtd.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	BoundBy: libvirtd-admin.socket (destination-file)
	BoundBy: libvirtd-ro.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd-ro.socket (destination-file)
	Before: libvirtd-admin.socket (destination-file)
	Before: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: libvirt-guests.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: libvirtd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: libvirtd.service (origin-file origin-implicit)
	ReferencedBy: libvirtd-admin.socket (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-file)
	RequiresMountsFor: /run/libvirt/libvirt-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: libvirtd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/libvirt-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	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: io blkio memory pids bpf-firewall
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
	Requires: lvm2-lvmpolld.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: lvm2-lvmpolld.socket (origin-file)
	References: shutdown.target (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	PIDFile: /run/lvmpolld.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	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-disk-by\x2dpartuuid-8fda3e96\x2d01.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 23008574b10243aaa81b16d7f07c0b38
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b88a82b032de492c80a3eddaea9aa171
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 69b616ad507b47aea359908e942d07e7
	Fragment Path: /lib/systemd/system/blk-availability.service
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: iscsi.service (origin-file)
	After: fcoe.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: iscsid.service (origin-file)
	After: lvm2-activation.service (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: rbdmap.service (origin-file)
	References: lvm2-activation.service (origin-file)
	References: iscsid.service (origin-file)
	References: rbdmap.service (origin-file)
	References: fcoe.service (origin-file)
	References: iscsi-shutdown.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: iscsi.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 246
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: cbaf62c4c7ba4cdcad4d1cadfc5ccf4e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: cron.service (destination-file)
	Before: libvirtd.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	After: systemd-quotacheck.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: var-lib-machines.mount (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-net-devices-virbr0\x2dnic.device:
	Description: /sys/subsystem/net/devices/virbr0-nic
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 287bb2bf4c794e79abf4db1c3a88fa5b
	Following Set Member: sys-devices-virtual-net-virbr0\x2dnic.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/virbr0-nic
	Found: found-udev
-> Unit dev-sda2.swap:
	Description: /dev/sda2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 9d4222611abe48798446c33a49b74c27
	Following: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: umount.target (origin-default)
	RequiresMountsFor: /dev/sda2 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/sda2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-timesyncd.service:
	Alias: dbus-org.freedesktop.timesync1.service
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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-timesyncd.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 2a951e75eb154868a21174cf9f8a8b71
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	DropIn Path: /usr/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
	ConditionFileIsExecutable: !/usr/sbin/VBoxService succeeded
	ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
	ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
	ConditionFileIsExecutable: !/usr/sbin/ntpd succeeded
	ConditionVirtualization: !container succeeded
	ConditionCapability: CAP_SYS_TIME succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: time-sync.target (origin-file)
	Wants: time-set.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: time-set.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-sysusers.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: time-set.target (origin-file)
	References: time-sync.target (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 402
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/timesync
	StateDirectoryMode: 0755
	StateDirectory: systemd/timesync
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: rt_sigpending accept4 msgsnd futimesat epoll_wait_old flock openat fstat64 sched_setaffinity chown32 statx io_getevents lremovexattr setgid setregid umask rt_sigreturn time getdents64 mq_unlink getegid32 read linkat signalfd4 newfstatat select sync_file_range2 rt_sigtimedwait socketpair socket epoll_create fdatasync exit connect mq_timedreceive_time64 process_vm_readv sched_getparam fsetxattr getresuid pipe writev gettid getcpu io_destroy ftruncate64 setns set_tls fcntl64 setregid32 rt_sigprocmask listxattr mq_notify stime sendfile64 sendmmsg mremap getgid32 setuid waitid fchown timer_getoverrun dup2 clock_adjtime mlock mq_getsetattr msgget capget timerfd_create mq_timedreceive listen set_tid_address flistxattr kcmp renameat2 alarm prlimit64 preadv2 swapcontext signal clock_settime64 chdir renameat fsync sync semtimedop_time64 oldlstat rt_sigaction oldfstat inotify_add_watch inotify_init lchown io_uring_setup membarrier fstatat64 fchdir fchown32 get_robust_list copy_file_range _llseek process_vm_writev _newselect semtimedop rseq readv fremovexattr epoll_ctl_old sendfile remap_file_pages getgroups32 madvise mq_open oldolduname userfaultfd timer_gettime getresgid timer_delete unlink fadvise64_64 sched_setparam settimeofday access clock_adjtime64 request_key mknodat clock_nanosleep_time64 shmget tee ioprio_set setreuid lstat64 setresuid32 setpgid nanosleep getuid getsid lchown32 sched_getaffinity fgetxattr mlockall rt_sigqueueinfo statfs io_cancel fallocate pwritev2 ppoll setresgid32 epoll_create1 fcntl send tgkill olduname llistxattr open epoll_pwait brk timerfd_gettime getgid clone fork getpgrp rt_sigsuspend recv lstat ppoll_time64 getrusage ipc epoll_wait pidfd_send_signal getresuid32 pidfd_open io_pgetevents keyctl rt_tgsigqueueinfo waitpid sched_get_priority_min sched_getattr utimensat mknod personality poll geteuid msync sched_setscheduler sigpending semop faccessat clone3 inotify_rm_watch move_pages ftruncate timer_settime64 prctl sched_rr_get_interval getuid32 eventfd2 accept pause rt_sigtimedwait_time64 getresgid32 futex_time64 setreuid32 inotify_init1 ugetrlimit utimes getegid pipe2 lseek recvmmsg clock_nanosleep sigprocmask set_mempolicy mprotect munlockall sendto times getsockopt set_thread_area io_setup kill tkill clock_gettime64 setgroups32 removexattr shutdown getpid readdir add_key restart_syscall fchmodat io_uring_enter getpriority io_submit getxattr arch_prctl shmat mq_timedsend_time64 wait4 mmap2 fchownat timer_settime getppid fadvise64 io_uring_register memfd_create timerfd_gettime64 adjtimex setpriority stat link recvfrom nice munmap sync_file_range timerfd_settime64 name_to_handle_at pwritev getgroups setitimer semget getitimer getpeername utimensat_time64 creat rename futex msgctl unshare getrandom mmap close statfs64 sigreturn recvmsg vfork fstatfs timer_gettime64 setfsgid32 mkdirat splice shmctl timerfd_settime setgid32 socketcall mkdir sched_yield ioprio_get fchmod lsetxattr pselect6 ioctl utime readlinkat write set_robust_list rmdir munlock truncate sched_getscheduler clock_getres uname symlink getpgid sigaction pselect6_time64 mbind oldstat setfsgid clock_gettime sigsuspend setsid vmsplice bind sched_get_priority_max eventfd setfsuid truncate64 setxattr getdents sendmsg get_thread_area fstatfs64 gettimeofday sched_setattr setfsuid32 symlinkat dup preadv mlock2 pread64 chown chmod stat64 get_mempolicy lgetxattr execve semctl unlinkat io_pgetevents_time64 getsockname migrate_pages setsockopt fstat clock_getres_time64 capset readahead clock_settime msgrcv signalfd recvmmsg_time64 shmdt sched_rr_get_interval_time64 pwrite64 getcwd epoll_ctl execveat sigaltstack setresgid dup3 setresuid sysinfo readlink setgroups syncfs geteuid32 exit_group mq_timedsend timer_create getrlimit setrlimit setuid32
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
			PID: 402
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
	Status Text: Initial synchronization to time server 133.243.238.164:123 (ntp.nict.jp).
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> Unit cups-browsed.service:
	Description: Make remote CUPS printers available locally
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/cups-browsed.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 3554391a0f3342d9806a56873544b678
	Fragment Path: /lib/systemd/system/cups-browsed.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: cups.service (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: avahi-daemon.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: avahi-daemon.service (origin-file)
	After: cups.service (origin-file)
	References: avahi-daemon.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: cups.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 419
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/cups-browsed
			PID: 419
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap:
	Description: /dev/disk/by-uuid/85bd3a43-0033-425a-9193-4c459fec0b62
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 89a6fab8610f44acb18f348f327b042c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap
	Following Set Member: dev-sda2.swap
	Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Source Path: /etc/fstab
	Condition Timestamp: Mon 2019-12-16 06:38:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:39 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	BindsTo: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device (origin-file)
	RequiredBy: swap.target (destination-file)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	Before: umount.target (origin-default)
	After: -.mount (origin-implicit origin-path)
	After: systemd-journald.socket (origin-file)
	After: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device (origin-file)
	After: system.slice (origin-file)
	References: swap.target (origin-default)
	References: -.mount (origin-implicit origin-path)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: swap.target (destination-file destination-default)
	RequiresMountsFor: /dev/disk/by-uuid/85bd3a43-0033-425a-9193-4c459fec0b62 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-uuid/85bd3a43-0033-425a-9193-4c459fec0b62
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 977dfb37530348428433c0e77bc7bb39
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit e2scrub_all.timer:
	Description: Periodic ext4 Online Metadata Check for All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: bc6b69eb98cc48ebb296a5cecb497def
	Fragment Path: /lib/systemd/system/e2scrub_all.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: e2scrub_all.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: e2scrub_all.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: e2scrub_all.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	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: e2scrub_all.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: Sun *-*-* 03:10:00
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: io blkio memory pids bpf-firewall
	Invocation ID: 9ec5b7812ca94a3aae5f03af33c9aa47
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: acdb90200d034db9b62638fdd1d75abd
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-udevd-control.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-udevd-control.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 253
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
		Command Line: /bin/udevadm trigger --type=devices --action=add
			PID: 259
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit libvirt-guests.service:
	Description: Suspend/Resume Running libvirt Guests
	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: io blkio memory pids bpf-firewall
	Documentation: man:libvirtd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/libvirt-guests.service
	DropIn Path: /etc/systemd/system/libvirt-guests.service.d/mylibvirt-guest.conf
	Requires: virt-guest-shutdown.target (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Wants: libvirtd.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-file)
	After: network.target (origin-file)
	After: libvirtd-admin.socket (origin-file)
	After: systemd-machined.service (origin-file)
	After: libvirtd.socket (origin-file)
	After: basic.target (origin-default)
	After: virtlockd.socket (origin-file)
	After: libvirtd.service (origin-file destination-file)
	After: libvirtd-ro.socket (origin-file)
	After: system.slice (origin-file)
	After: virtlogd.socket (origin-file)
	After: virt-guest-shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: libvirtd.socket (origin-file)
	References: libvirtd-ro.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: virtlogd.socket (origin-file)
	References: systemd-machined.service (origin-file)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-default)
	References: virt-guest-shutdown.target (origin-file)
	References: libvirtd-admin.socket (origin-file)
	References: network.target (origin-file)
	References: virtlockd.socket (origin-file)
	References: time-sync.target (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: libvirtd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/libvirt-guests
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: /usr/lib/libvirt/libvirt-guests.sh start
	-> ExecStop:
		Command Line: /usr/lib/libvirt/libvirt-guests.sh stop
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e32938afae9b4fd2b78590055dc2a5db
	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 udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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/udisks2.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 3129928bde434701882705076ef8b58b
	Documentation: man:udisks(8)
	Fragment Path: /lib/systemd/system/udisks2.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 426
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.UDisks2
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGINT
	RestartKillSignal: SIGINT
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/udisks2/udisksd
			PID: 426
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0f22cd4350254e90a3439019a8e0d127
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> 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: io blkio memory pids bpf-firewall
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/lib/systemd/system/dbus.service failed
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: basic.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-fsckd.socket:
	Description: fsck to fsckd communication Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:09 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: f915b327b459465f8f7228a0b4f301c5
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-fsckd.service (origin-implicit)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ReferencedBy: systemd-fsckd.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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	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: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e212fe95de56420799a65b0857ea3ef2
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: timers.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	Triggers: apt-daily.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: apt-daily.service (origin-implicit)
	References: timers.target (origin-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-file)
	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.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06,18:00:00
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b0be27fc86b5432085a0b6e339a17697
	Following: sys-devices-platform-serial8250-tty-ttyS2.device
	Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
	Found: found-udev
-> Unit dev-dvd.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d2a573159c2a4689a54511b5d2214940
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	Following Set Member: dev-cdrw.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit system-systemd\x2dbacklight.slice:
	Description: system-systemd\x2dbacklight.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit 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\x2dbacklight.slice
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: io blkio memory pids bpf-firewall
	Invocation ID: 8d317e158de04d53b8fe883150719c20
	Condition Timestamp: Mon 2019-12-16 06:38:38 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:38 JST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-backlight at backlight:acpi_video0.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	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-logind.service:
	Alias: dbus-org.freedesktop.login1.service
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 69df991cc071440fb61651c5c4e7e9e7
	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: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requires: dbus.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: user.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: session-2.scope (destination-file)
	Before: libvirtd.service (destination-file)
	Before: shutdown.target (origin-default)
	After: user.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: system.slice (origin-file)
	References: user.slice (origin-file)
	References: dbus.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /run/systemd/shutdown (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /run/systemd/sessions (origin-file)
	RequiresMountsFor: /var/lib/systemd/linger (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/users (origin-file)
	RequiresMountsFor: /run/systemd/seats (origin-file)
	RequiresMountsFor: /run/systemd/inhibit (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 445
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: yes
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/sessions
	RuntimeDirectory: systemd/seats
	RuntimeDirectory: systemd/users
	RuntimeDirectory: systemd/inhibit
	RuntimeDirectory: systemd/shutdown
	StateDirectoryMode: 0755
	StateDirectory: systemd/linger
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
	DynamicUser: no
	ReadWritePaths: /etc /run
	LockPersonality: yes
	SystemCallFilter: ftruncate getrusage process_vm_writev sched_setaffinity pselect6_time64 select preadv timerfd_settime msgctl sigsuspend sendfile64 io_getevents epoll_wait mq_timedsend_time64 set_mempolicy prctl setfsgid rseq removexattr setgid32 recvfrom fsetxattr sigreturn fadvise64_64 getresuid recv mmap lseek ppoll getgroups rt_sigpending sysinfo inotify_rm_watch ftruncate64 openat copy_file_range epoll_ctl_old getpgrp sched_get_priority_max lgetxattr getpriority faccessat clock_nanosleep setxattr fdatasync fsync clone3 setresgid32 getsockname fcntl64 userfaultfd fchdir rt_sigprocmask munlock tkill utimensat mkdir rt_sigtimedwait renameat2 futimesat getegid fchownat sched_setscheduler epoll_create sched_getscheduler poll setuid32 shmctl munlockall rt_sigreturn symlinkat mq_getsetattr sync inotify_init listen set_tid_address sigprocmask mmap2 sched_yield shmat capget lchown waitpid clock_getres setregid32 fadvise64 epoll_pwait socket nice pwritev2 getresgid32 signal restart_syscall sched_get_priority_min mbind unlink get_mempolicy utime statfs64 open ioprio_get readahead getcpu alarm set_thread_area sched_getparam newfstatat timer_delete sendmsg mlockall io_cancel getuid semget times io_uring_register getgid ioprio_set pidfd_send_signal readdir exit_group flistxattr _llseek setresgid sync_file_range gettid getcwd setuid access capset truncate64 timerfd_gettime linkat memfd_create fallocate prlimit64 setns oldolduname inotify_init1 getdents64 fchmod mq_notify syncfs vfork geteuid membarrier sync_file_range2 stat read get_robust_list renameat msgget semtimedop_time64 sched_setattr link move_pages timer_create mq_timedreceive writev dup3 io_setup close getgid32 sigaltstack fchown timer_settime fgetxattr readv shutdown ppoll_time64 mknodat accept4 getpeername clock_getres_time64 setsid ipc lstat64 clone tee sendmmsg setresuid mq_timedreceive_time64 stat64 shmdt getpid pwritev pause setpgid io_uring_enter getitimer sched_getattr nanosleep getrlimit exit getppid preadv2 kcmp symlink getsockopt io_pgetevents fstat64 fchown32 recvmmsg sigpending getresgid lremovexattr mlock2 fstatfs64 request_key swapcontext mknod fchmodat rmdir msgsnd pread64 io_submit sendto rt_sigqueueinfo write rt_tgsigqueueinfo timerfd_gettime64 keyctl bind setfsuid32 sched_getaffinity timer_gettime kill creat utimensat_time64 signalfd chdir madvise pipe setpriority oldfstat clock_gettime64 gettimeofday timer_getoverrun eventfd lsetxattr execve fstat io_pgetevents_time64 name_to_handle_at getrandom rt_sigsuspend epoll_ctl getresuid32 mremap timerfd_create geteuid32 setreuid32 truncate pipe2 mkdirat tgkill chown32 io_uring_setup getuid32 get_thread_area lstat readlink clock_gettime oldlstat setgroups32 sched_rr_get_interval getsid msgrcv llistxattr timer_gettime64 sendfile inotify_add_watch fstatat64 pselect6 mq_unlink utimes io_destroy unshare getdents dup connect uname fremovexattr setresuid32 waitid setregid epoll_wait_old statx futex olduname epoll_create1 wait4 execveat set_robust_list socketcall migrate_pages setfsuid setgroups remap_file_pages timerfd_settime64 dup2 readlinkat chmod send setreuid sigaction fcntl add_key getpgid setrlimit setfsgid32 semop lchown32 oldstat rt_sigaction set_tls timer_settime64 getxattr semctl mq_timedsend recvmsg unlinkat pwrite64 _newselect personality getgroups32 ioctl msync sched_rr_get_interval_time64 brk semtimedop sched_setparam mq_open mprotect pidfd_open time fstatfs statfs rename accept chown vmsplice futex_time64 getegid32 listxattr mlock arch_prctl shmget clock_nanosleep_time64 signalfd4 munmap umask eventfd2 recvmmsg_time64 fork setsockopt socketpair process_vm_readv rt_sigtimedwait_time64 setitimer ugetrlimit setgid splice flock
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStartPre:
		Command Line: /sbin/modprobe -abq drm
			PID: 424
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 1
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
			PID: 445
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	File Descriptor Store Current: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-vcs rw
	DeviceAllow: char-tty rw
	DeviceAllow: char-input rw
	DeviceAllow: char-drm rw
	DeviceAllow: char-/dev/console rw
	DeviceAllow: block-* r
	IPAddressDeny: 0.0.0.0/0
	IPAddressDeny: ::/0
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e7f7ea47db85483984dbf9760b47eb17
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Wants: apt-daily.timer (origin-file)
	Wants: anacron.timer (origin-file)
	Wants: e2scrub_all.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: apt-daily-upgrade.timer (destination-default)
	After: e2scrub_all.timer (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: man-db.timer (destination-default)
	After: anacron.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: logrotate.timer (destination-default)
	References: apt-daily-upgrade.timer (origin-file)
	References: anacron.timer (origin-file)
	References: e2scrub_all.timer (origin-file)
	References: man-db.timer (origin-file)
	References: shutdown.target (origin-file)
	References: logrotate.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-backlight at backlight:intel_backlight.service:
	Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
	Instance: backlight:intel_backlight
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit 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\x2dbacklight.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: d89e0ece6f50490da5870258d4a518d5
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Mon 2019-12-16 06:38:38 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:38 JST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: system-systemd\x2dbacklight.slice (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: -.mount (origin-file)
	After: system-systemd\x2dbacklight.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: system-systemd\x2dbacklight.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-file)
	ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device (destination-udev)
	RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/backlight
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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-backlight load backlight:intel_backlight
			PID: 375
			Start Timestamp: Mon 2019-12-16 06:38:38 JST
			Exit Timestamp: Mon 2019-12-16 06:38:38 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save backlight:intel_backlight
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit network-online.target:
	Description: Network is Online
	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
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Wants: systemd-networkd-wait-online.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rc-local.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	After: network.target (origin-file)
	After: systemd-networkd-wait-online.service (destination-file)
	References: systemd-networkd-wait-online.service (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d24437d36a4745f696c7f7d35aad11a2
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	Following Set Member: dev-dvd.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit anacron.service:
	Description: Run anacron jobs
	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: io blkio memory pids bpf-firewall
	Documentation: man:anacron
	Documentation: man:anacrontab
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true failed
	Condition Timestamp: Mon 2019-12-16 06:43:17 JST
	Condition Result: no
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: anacron.timer (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: anacron.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: anacron.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGUSR1
	RestartKillSignal: SIGUSR1
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: /etc/default/anacron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/anacron -d -q $ANACRON_ARGS
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system-systemd\x2dfsck.slice:
	Description: system-systemd\x2dfsck.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: io blkio memory pids bpf-firewall
	Invocation ID: ad7b311cc3ac42c08f8cd91c84f3d4f6
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.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-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 4642c88dedd3435cb405900367c3f3ac
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit ssh.service:
	Alias: sshd.service
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 0e3776f601db4813b2b68a16598c8fa8
	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: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: auditd.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: auditd.service (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 456
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 446
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Timestamp: Mon 2019-12-16 06:38:45 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
			PID: 456
			Start Timestamp: Mon 2019-12-16 06:38:45 JST
	-> ExecReload:
		Command Line: /usr/sbin/sshd -t
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 3fe191a882684ad6a25329debd3d3698
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	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
	Clean Result: success
	Where: /sys/kernel/debug
	What: debugfs
	File System Type: debugfs
	Options: rw,nosuid,nodev,noexec,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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.device:
	Description: Hitachi_HTS545050B9SA00 2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 32426af168954d7294cc718270cab9f8
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.device
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	BoundBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	Before: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 77fbbd42231d4e9589185a02eca24bf3
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-initctl.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-initctl.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: systemd-initctl.service (origin-implicit)
	References: -.mount (origin-file 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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit accounts-daemon.service:
	Description: Accounts Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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/accounts-daemon.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 59d8466e61394480afba91823e48e749
	Fragment Path: /lib/systemd/system/accounts-daemon.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Wants: nss-user-lookup.target (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: graphical.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 416
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Accounts
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: GVFS_DISABLE_FUSE=1
	Environment: GIO_USE_VFS=local
	Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/accountsservice/accounts-daemon
			PID: 416
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	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: shutdown.target (origin-default)
	Before: systemd-networkd.service (destination-file)
	Before: network.target (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: network.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	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: io blkio memory pids bpf-firewall
	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: systemd-initctl.socket (destination-file destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: systemd-machined.service (destination-file destination-path)
	RequiredBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-implicit destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-file destination-path)
	RequiredBy: systemd-journald.socket (destination-file destination-path)
	RequiredBy: systemd-networkd.service (destination-file destination-path)
	RequiredBy: systemd-logind.service (destination-file destination-path)
	RequiredBy: virtlockd.socket (destination-file destination-path)
	RequiredBy: systemd-resolved.service (destination-file destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	RequiredBy: man-db.timer (destination-file destination-path)
	RequiredBy: libvirtd.socket (destination-file destination-path)
	RequiredBy: sys-kernel-debug.mount (destination-implicit destination-path)
	RequiredBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-implicit)
	RequiredBy: dbus.socket (destination-file destination-path)
	RequiredBy: systemd-update-utmp.service (destination-file destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-file destination-path)
	RequiredBy: apparmor.service (destination-file destination-path)
	RequiredBy: syslog.socket (destination-file destination-path)
	RequiredBy: logrotate.service (destination-file destination-path)
	RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	RequiredBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	RequiredBy: virtlogd-admin.socket (destination-file destination-path)
	RequiredBy: cups.socket (destination-file destination-path)
	RequiredBy: dev-sda2.swap (destination-implicit)
	RequiredBy: upower.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file destination-path)
	RequiredBy: dev-mqueue.mount (destination-implicit destination-path)
	RequiredBy: systemd-journal-flush.service (destination-file destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
	RequiredBy: anacron.timer (destination-file destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file destination-path)
	RequiredBy: systemd-timesyncd.service (destination-file destination-path)
	RequiredBy: apt-daily.timer (destination-file destination-path)
	RequiredBy: dm-event.socket (destination-file destination-path)
	RequiredBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-implicit)
	RequiredBy: virtlockd-admin.socket (destination-file destination-path)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-implicit destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-file destination-path)
	RequiredBy: console-setup.service (destination-file destination-path)
	RequiredBy: run-user-1000.mount (destination-implicit)
	RequiredBy: e2scrub_reap.service (destination-file destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-file destination-path)
	RequiredBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-implicit)
	RequiredBy: e2scrub_all.timer (destination-file destination-path)
	RequiredBy: logrotate.timer (destination-file destination-path)
	RequiredBy: home.mount (destination-file destination-implicit destination-path)
	RequiredBy: dev-hugepages.mount (destination-implicit destination-path)
	RequiredBy: lvm2-lvmpolld.socket (destination-file destination-path)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	RequiredBy: ssh.service (destination-file destination-path)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	RequiredBy: virtlogd.socket (destination-file destination-path)
	RequiredBy: basic.target (destination-file destination-path)
	RequiredBy: libvirtd-admin.socket (destination-file destination-path)
	RequiredBy: cups.path (destination-file destination-path)
	RequiredBy: var-lib-machines.mount (destination-file destination-implicit destination-path)
	RequiredBy: libvirtd-ro.socket (destination-file destination-path)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-implicit)
	Before: dm-event.socket (destination-file destination-path)
	Before: virtlogd-admin.socket (destination-file destination-path)
	Before: dev-hugepages.mount (destination-implicit destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	Before: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-implicit destination-path)
	Before: home.mount (destination-file destination-implicit destination-path)
	Before: systemd-logind.service (destination-file destination-path)
	Before: logrotate.service (destination-file destination-path)
	Before: systemd-timesyncd.service (destination-file destination-path)
	Before: systemd-networkd.service (destination-file destination-path)
	Before: apparmor.service (destination-file destination-path)
	Before: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-implicit)
	Before: systemd-backlight at backlight:acpi_video0.service (destination-file)
	Before: libvirtd-admin.socket (destination-file destination-path)
	Before: libvirtd.socket (destination-file destination-path)
	Before: basic.target (destination-file destination-path)
	Before: libvirtd-ro.socket (destination-file destination-path)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-random-seed.service (destination-file destination-path)
	Before: apt-daily-upgrade.timer (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
	Before: apt-daily.timer (destination-file destination-path)
	Before: systemd-journal-flush.service (destination-file destination-path)
	Before: systemd-fsckd.socket (destination-file destination-path)
	Before: dev-mqueue.mount (destination-implicit destination-path)
	Before: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	Before: session-2.scope (destination-file)
	Before: systemd-machined.service (destination-file destination-path)
	Before: systemd-ask-password-console.path (destination-file destination-path)
	Before: systemd-journald-dev-log.socket (destination-file destination-path)
	Before: systemd-ask-password-wall.path (destination-file destination-path)
	Before: virtlogd.socket (destination-file destination-path)
	Before: lvm2-lvmpolld.socket (destination-file destination-path)
	Before: systemd-update-utmp.service (destination-file destination-path)
	Before: virtlockd.socket (destination-file destination-path)
	Before: dbus.socket (destination-file destination-path)
	Before: man-db.timer (destination-file destination-path)
	Before: e2scrub_reap.service (destination-file destination-path)
	Before: sys-kernel-config.mount (destination-implicit destination-path)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-implicit)
	Before: systemd-rfkill.service (destination-file)
	Before: e2scrub_all.timer (destination-file destination-path)
	Before: virtlockd-admin.socket (destination-file destination-path)
	Before: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-implicit)
	Before: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: syslog.socket (destination-file destination-path)
	Before: systemd-resolved.service (destination-file destination-path)
	Before: systemd-journald.socket (destination-file destination-path)
	Before: console-setup.service (destination-file destination-path)
	Before: ssh.service (destination-file destination-path)
	Before: dev-sda2.swap (destination-implicit)
	Before: sys-kernel-debug.mount (destination-implicit destination-path)
	Before: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-implicit)
	Before: run-user-1000.mount (destination-implicit)
	Before: cups.socket (destination-file destination-path)
	Before: cups.path (destination-file destination-path)
	Before: var-lib-machines.mount (destination-file destination-implicit destination-path)
	Before: systemd-initctl.socket (destination-file destination-path)
	Before: logrotate.timer (destination-file destination-path)
	Before: systemd-udevd-control.socket (destination-file destination-path)
	Before: anacron.timer (destination-file destination-path)
	Before: upower.service (destination-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-path)
	ReferencedBy: logrotate.service (destination-file destination-path)
	ReferencedBy: dm-event.socket (destination-file destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-implicit)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file destination-path)
	ReferencedBy: systemd-resolved.service (destination-file destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-implicit destination-path)
	ReferencedBy: virtlogd.socket (destination-file destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: cups.path (destination-file destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
	ReferencedBy: systemd-networkd.service (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-implicit)
	ReferencedBy: syslog.socket (destination-file destination-path)
	ReferencedBy: console-setup.service (destination-file destination-path)
	ReferencedBy: dev-sda2.swap (destination-implicit)
	ReferencedBy: systemd-journald.socket (destination-file destination-path)
	ReferencedBy: ssh.service (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-implicit)
	ReferencedBy: libvirtd.socket (destination-file destination-path)
	ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-implicit destination-path)
	ReferencedBy: virtlockd-admin.socket (destination-file destination-path)
	ReferencedBy: dev-mqueue.mount (destination-implicit destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-file destination-path)
	ReferencedBy: home.mount (destination-file destination-implicit destination-path)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-path)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file destination-path)
	ReferencedBy: systemd-logind.service (destination-file destination-path)
	ReferencedBy: virtlogd-admin.socket (destination-file destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-file destination-path)
	ReferencedBy: man-db.timer (destination-file destination-path)
	ReferencedBy: dbus.socket (destination-file destination-path)
	ReferencedBy: e2scrub_all.timer (destination-file destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-implicit destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-path)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
	ReferencedBy: run-user-1000.mount (destination-implicit)
	ReferencedBy: anacron.timer (destination-file destination-path)
	ReferencedBy: systemd-ask-password-console.path (destination-file destination-path)
	ReferencedBy: apparmor.service (destination-file destination-path)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file destination-implicit destination-path)
	ReferencedBy: virtlockd.socket (destination-file destination-path)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-file destination-path)
	ReferencedBy: apt-daily.timer (destination-file destination-path)
	ReferencedBy: dev-hugepages.mount (destination-implicit destination-path)
	ReferencedBy: e2scrub_reap.service (destination-file destination-path)
	ReferencedBy: logrotate.timer (destination-file destination-path)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
	ReferencedBy: cups.socket (destination-file destination-path)
	ReferencedBy: systemd-random-seed.service (destination-file destination-path)
	ReferencedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/8c902c46-301b-41a3-8f47-6656fad8c662 (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /
	What: /dev/sda1
	File System Type: btrfs
	Options: rw,noatime,space_cache,subvolid=5,subvol=/
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cups.path:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a0dc8a9d967f444cb20ef8a8bd214b93
	Fragment Path: /lib/systemd/system/cups.path
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	PartOf: cups.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: paths.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: cups.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: cups.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: paths.target (origin-default)
	References: sysinit.target (origin-default)
	References: cups.service (origin-file origin-implicit)
	References: -.mount (origin-file origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/cache/cups/org.cups.cupsd (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: running
	Result: success
	Unit: cups.service
	MakeDirectory: no
	DirectoryMode: 0755
	PathExists: /var/cache/cups/org.cups.cupsd
-> Unit avahi-daemon.service:
	Description: avahi-daemon.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
	WantedBy: cups-browsed.service (destination-file)
	Before: cups-browsed.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
-> Unit systemd-boot-system-token.service:
	Description: Store a System Token in an EFI Variable
	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: io blkio memory pids bpf-firewall
	Documentation: man:systemd-boot-system-token.service(8)
	Fragment Path: /lib/systemd/system/systemd-boot-system-token.service
	ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
	ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
	ConditionPathExists: /sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f failed
	ConditionVirtualization: no untested
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-random-seed.service (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-random-seed.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/bootctl random-seed --graceful
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit keyboard-setup.service:
	Description: Set the console keyboard layout
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 526f0fcc2621486993d7aed96bd11d08
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/console-setup/keyboard-setup.sh
			PID: 247
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a78d66407cf54ae38b22bc314668bb69
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Wants: time-set.target (origin-file)
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: e2scrub_all.timer (destination-default)
	Before: shutdown.target (origin-default)
	Before: man-db.timer (destination-default)
	Before: logrotate.timer (destination-default)
	Before: anacron.service (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: anacron.timer (destination-default)
	Before: apt-daily.timer (destination-default)
	After: time-set.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: time-set.target (origin-file origin-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: e2scrub_all.timer (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1f4492fae34f428a83ec5269d88d22b5
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: -.mount (origin-implicit 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-implicit origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-implicit origin-path)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-binfmt.service (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 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
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> 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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 5f373601d82b40b6b71791bf04c85064
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: paths.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: cryptsetup.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: plymouth-start.service (origin-file)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: emergency.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: plymouth-start.service (origin-file)
	References: paths.target (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 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: io blkio memory pids bpf-firewall
	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: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	After: systemd-fsckd.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit machines.target:
	Description: Containers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 5d31cd763f0d41e8ad504ba420d80cf9
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/machines.target
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	Wants: var-lib-machines.mount (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: var-lib-machines.mount (origin-default)
	References: multi-user.target (origin-file)
	References: var-lib-machines.mount (origin-file 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
	Target State: active
-> 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
	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: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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
	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 systemd-rfkill.service:
	Description: Load/Save RF Kill Switch Status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	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: io blkio memory pids bpf-firewall
	Invocation ID: 7fe112be039340c2a2c0d20c84717d97
	Documentation: man:systemd-rfkill.service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.service
	Condition Timestamp: Mon 2019-12-16 06:38:38 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:38 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-rfkill.socket (destination-implicit)
	After: system.slice (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	TriggeredBy: systemd-rfkill.socket (destination-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-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/rfkill
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 346
			Start Timestamp: Mon 2019-12-16 06:38:38 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit virt-guest-shutdown.target:
	Description: Libvirt guests 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
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/virt-guest-shutdown.target
	RequiredBy: libvirt-guests.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirt-guests.service (destination-file)
	Before: shutdown.target (origin-default)
	After: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit libvirtd.service:
	Description: Virtualization daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:46:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:46:39 JST
	Active Exit Timestamp: Mon 2019-12-16 06:40:49 JST
	Inactive Enter Timestamp: Mon 2019-12-16 06:40:49 JST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/libvirtd.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: d4b064b0ffec48b894caf4b090875396
	Documentation: man:libvirtd(8)
	Documentation: https://libvirt.org
	Fragment Path: /lib/systemd/system/libvirtd.service
	Condition Timestamp: Mon 2019-12-16 06:46:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:46:39 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: virtlogd.socket (origin-file)
	Requires: libvirtd-admin.socket (origin-file)
	Requires: libvirtd.socket (origin-file)
	Requires: libvirtd-ro.socket (origin-file)
	Requires: virtlockd.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: systemd-machined.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: libvirt-guests.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: libvirt-guests.service (origin-file destination-file)
	Before: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: virtlockd-admin.socket (destination-file)
	After: apparmor.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-machined.service (origin-file)
	After: virtlockd.service (destination-file)
	After: sysinit.target (origin-default)
	After: virtlogd.service (destination-file)
	After: virtlogd.socket (destination-file)
	After: systemd-logind.service (origin-file)
	After: remote-fs.target (origin-file)
	After: virtlockd.socket (destination-file)
	After: libvirtd-ro.socket (destination-file destination-implicit)
	After: libvirtd.socket (destination-file destination-implicit)
	After: libvirtd-admin.socket (destination-file destination-implicit)
	After: iscsid.service (origin-file)
	After: system.slice (origin-file)
	After: virtlogd-admin.socket (destination-file)
	TriggeredBy: libvirtd-ro.socket (destination-implicit)
	TriggeredBy: libvirtd-admin.socket (destination-implicit)
	TriggeredBy: libvirtd.socket (destination-implicit)
	References: dbus.service (origin-file)
	References: network.target (origin-file)
	References: virtlockd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: apparmor.service (origin-file)
	References: libvirtd.socket (origin-file)
	References: system.slice (origin-file)
	References: libvirt-guests.service (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-logind.service (origin-file)
	References: sysinit.target (origin-default)
	References: libvirtd-ro.socket (origin-file)
	References: virtlogd.socket (origin-file)
	References: systemd-machined.service (origin-file)
	References: shutdown.target (origin-default)
	References: iscsid.service (origin-file)
	References: libvirtd-admin.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: libvirtd.socket (destination-file destination-implicit)
	ReferencedBy: libvirtd-admin.socket (destination-file destination-implicit)
	ReferencedBy: virtlockd.socket (destination-file)
	ReferencedBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: virtlogd.socket (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: libvirtd-ro.socket (destination-file destination-implicit)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 1436
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	EnvironmentFile: -/etc/default/libvirtd
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 8192
	LimitNOFILESoft: 8192
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/libvirtd --timeout 120 $libvirtd_opts
			PID: 1436
			Start Timestamp: Mon 2019-12-16 06:46:39 JST
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 32768
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	After: systemd-sysusers.service (destination-file)
	After: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
-> Unit systemd-networkd.socket:
	Description: Network Service Netlink Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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-networkd.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: ab1991c2efd64da3a39a4a0f6e1ffc9f
	Documentation: man:systemd-networkd.service(8)
	Documentation: man:rtnetlink(7)
	Fragment Path: /lib/systemd/system/systemd-networkd.socket
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-networkd.service (origin-implicit)
	After: system.slice (origin-file)
	Triggers: systemd-networkd.service (origin-implicit)
	References: systemd-networkd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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-networkd.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenNetlink: route 1361
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sssd.service:
	Description: sssd.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
	Before: cups.service (destination-file)
	ReferencedBy: cups.service (destination-file)
-> 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: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	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: io blkio memory pids bpf-firewall
	Invocation ID: 80e2bc8309a74cfc8703ebcc8b050696
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Mon 2019-12-16 06:38:49 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:49 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Requisite: systemd-update-utmp.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	WantedBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-update-utmp.service (origin-file)
	After: multi-user.target (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	After: graphical.target (origin-file)
	After: rescue.target (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: rescue.target (origin-file)
	References: system.slice (origin-file)
	References: graphical.target (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: rescue.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 516
			Start Timestamp: Mon 2019-12-16 06:38:49 JST
			Exit Timestamp: Mon 2019-12-16 06:38:49 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e0020032058f4f9a9a6a9716d5ed3f8a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: libvirtd.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: virtlogd.socket (origin-file)
	Wants: systemd-networkd.socket (origin-file)
	Wants: libvirtd-admin.socket (origin-file)
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: virtlockd-admin.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	Wants: libvirtd-ro.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: virtlogd-admin.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: virtlockd.socket (origin-file)
	Wants: cups.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	After: libvirtd-admin.socket (origin-default destination-default)
	After: virtlogd.socket (origin-default destination-default)
	After: syslog.socket (destination-file)
	After: virtlockd.socket (origin-default destination-default)
	After: systemd-udevd-kernel.socket (destination-file)
	After: systemd-journald.socket (destination-file)
	After: libvirtd.socket (origin-default destination-default)
	After: virtlockd-admin.socket (origin-default destination-default)
	After: systemd-udevd-control.socket (destination-file)
	After: dbus.socket (origin-default destination-default)
	After: systemd-journald-audit.socket (destination-file)
	After: virtlogd-admin.socket (origin-default destination-default)
	After: libvirtd-ro.socket (origin-default destination-default)
	After: systemd-journald-dev-log.socket (destination-file)
	After: systemd-networkd.socket (destination-file)
	After: systemd-initctl.socket (destination-file)
	After: cups.socket (origin-default destination-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: virtlogd.socket (origin-file origin-default)
	References: systemd-journald-dev-log.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: libvirtd.socket (origin-file origin-default)
	References: virtlockd-admin.socket (origin-file origin-default)
	References: libvirtd-ro.socket (origin-file origin-default)
	References: virtlockd.socket (origin-file origin-default)
	References: virtlogd-admin.socket (origin-file origin-default)
	References: systemd-initctl.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file origin-default)
	References: cups.socket (origin-file origin-default)
	References: systemd-networkd.socket (origin-file)
	References: libvirtd-admin.socket (origin-file origin-default)
	References: dm-event.socket (origin-file)
	ReferencedBy: virtlockd-admin.socket (destination-default)
	ReferencedBy: libvirtd.socket (destination-default)
	ReferencedBy: virtlogd-admin.socket (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: libvirtd-admin.socket (destination-default)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: virtlogd.socket (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-default)
	ReferencedBy: virtlockd.socket (destination-default)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-networkd.service:
	Alias: dbus-org.freedesktop.network1.service
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit 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-networkd.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: d296e9d25f93436e90362780d8859962
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: network.target (origin-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: network.target (origin-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: multi-user.target (origin-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: network-pre.target (origin-file)
	After: systemd-networkd.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: -.mount (origin-file origin-path)
	TriggeredBy: systemd-networkd.socket (destination-implicit)
	References: shutdown.target (origin-file)
	References: network.target (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-udevd.service (origin-file)
	References: network-pre.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-implicit)
	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: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 274
	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
	RestartKillSignal: SIGUSR2
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/netif
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: getgroups32 utime geteuid mq_timedreceive_time64 utimes dup shutdown mlock2 setsockopt sendmmsg vmsplice dup3 msgget ppoll fchown ftruncate64 read gettid exit_group getresuid rt_sigreturn sched_getaffinity mq_timedreceive gettimeofday mq_notify semop sched_getattr getdents lstat64 nanosleep sched_setparam sendfile64 munlock lseek setfsgid bind lsetxattr io_pgetevents flock readahead set_thread_area rt_sigsuspend fgetxattr statx mknod clone3 getgid mq_timedsend_time64 fstatfs64 sched_setattr readdir get_mempolicy eventfd alarm renameat mremap utimensat clock_gettime64 sched_setscheduler socketpair fstatat64 kill sched_get_priority_max faccessat lchown setitimer setregid32 utimensat_time64 getrlimit newfstatat mmap2 socket ftruncate io_submit sched_rr_get_interval timerfd_settime64 getpeername brk epoll_pwait io_uring_setup truncate64 sched_get_priority_min getegid chmod pread64 msgctl timerfd_gettime64 ipc add_key timer_create futex_time64 timerfd_gettime timer_delete setgid32 capget io_cancel pause signal clock_getres_time64 clock_getres getpid getegid32 ioctl setresuid getppid mmap swapcontext fchmod remap_file_pages rmdir pidfd_open madvise signalfd4 pipe2 uname io_getevents setresgid32 _newselect semtimedop_time64 flistxattr mq_getsetattr sched_yield name_to_handle_at rt_sigqueueinfo sysinfo sigpending oldfstat chown32 getcwd sched_getscheduler timer_getoverrun execveat epoll_ctl fstat64 socketcall epoll_wait clock_nanosleep fcntl64 io_pgetevents_time64 mkdirat process_vm_readv ioprio_get msgsnd clock_gettime lgetxattr rt_sigprocmask getresgid32 futex umask setpgid set_robust_list timer_gettime64 access pwrite64 prctl timerfd_settime tgkill signalfd fsync io_uring_register fork setgid fremovexattr open epoll_create1 linkat sync_file_range2 membarrier unlinkat getgroups sigaltstack copy_file_range readlink setuid32 pwritev getsockname epoll_ctl_old personality rename sigaction getcpu getdents64 sigsuspend times lstat execve unshare mq_open mknodat setxattr setresuid32 readlinkat tkill munlockall nice dup2 getxattr shmget getresgid pidfd_send_signal renameat2 timer_settime64 recvmsg fstatfs symlink mbind epoll_create keyctl getrandom io_setup recvfrom stat capset pipe timer_gettime pselect6_time64 semctl select inotify_rm_watch munmap shmdt get_thread_area close getsid process_vm_writev _llseek fdatasync getresuid32 rt_sigtimedwait fchown32 fstat setfsuid32 eventfd2 olduname semget rt_sigtimedwait_time64 preadv memfd_create oldolduname msgrcv fchownat migrate_pages getsockopt send mlock timerfd_create fadvise64 poll setgroups shmat oldlstat setreuid symlinkat setfsgid32 statfs64 time clone getpgid fallocate ugetrlimit sched_setaffinity unlink waitid exit setpriority getuid rseq openat setfsuid lchown32 connect prlimit64 inotify_add_watch sendmsg tee readv llistxattr getgid32 timer_settime setsid sigprocmask clock_nanosleep_time64 sendto msync truncate listen io_destroy getuid32 mlockall setrlimit epoll_wait_old vfork pselect6 fadvise64_64 recv getpgrp sched_getparam setgroups32 userfaultfd syncfs fsetxattr futimesat recvmmsg_time64 writev removexattr statfs setregid setresgid recvmmsg sigreturn sched_rr_get_interval_time64 setreuid32 getrusage pwritev2 creat kcmp accept4 mq_unlink io_uring_enter sync_file_range stat64 splice wait4 accept chown set_tls waitpid mq_timedsend listxattr restart_syscall set_tid_address mprotect fchmodat lremovexattr link chdir preadv2 inotify_init rt_tgsigqueueinfo sync write getpriority rt_sigpending setuid move_pages arch_prctl ioprio_set rt_sigaction oldstat mkdir shmctl setns set_mempolicy inotify_init1 get_robust_list geteuid32 fcntl getitimer semtimedop request_key sendfile ppoll_time64 fchdir
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
			PID: 274
			Start Timestamp: Mon 2019-12-16 06:38:35 JST
	Status Text: Processing requests...
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
	DeviceAllow: char-* rw
-> 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: Mon 2019-12-16 06:43:47 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b89e7663ccfb4b999882ddd901140361
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	After: apt-daily.timer (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily.timer (origin-file)
	References: timers.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: apt-daily-upgrade.service (origin-implicit)
	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
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 06:00:00
-> Unit time-set.target:
	Description: System Time Set
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e80b756ad5d04528b6aec995406c3a57
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-set.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	WantedBy: systemd-timesyncd.service (destination-file)
	WantedBy: time-sync.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: time-sync.target (destination-file destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: time-sync.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit swap.target:
	Description: Swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b6164136df104585952f41f1cf4fbc13
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Mon 2019-12-16 06:38:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:39 JST
	Assert Result: yes
	Requires: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sysinit.target (destination-file destination-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-default)
	After: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (origin-default destination-default)
	After: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-default)
	After: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
	After: dev-sda2.swap (destination-default)
	References: shutdown.target (origin-default)
	References: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (origin-file origin-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-default)
	ReferencedBy: dev-sda2.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap:
	Description: /dev/disk/by-id/wwn-0x5000cca59ecaceb3-part2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 426be13c035b4f79b24698a35a6785ec
	Following: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
	Following Set Member: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap
	Following Set Member: dev-sda2.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: swap.target (origin-default)
	Before: umount.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit)
	RequiresMountsFor: /dev/disk/by-id/wwn-0x5000cca59ecaceb3-part2 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	Clean Result: success
	What: /dev/disk/by-id/wwn-0x5000cca59ecaceb3-part2
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda2
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit tmp.mount:
	Description: tmp.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	WantedBy: basic.target (destination-file)
	Before: basic.target (destination-file)
	ReferencedBy: basic.target (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
	Description: 82801I (ICH9 Family) HD Audio Controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c2dad2b011c24ca69650e5091da237d6
	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/pci0000:00/0000:00:1b.0/sound/card0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit sys-devices-pci0000:00-0000:00:1c.3-0000:0a:00.0-net-wls3.device:
	Description: WiFi Link 5100 (AGN)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: d27b57e0de684416bcf7858a3437095a
	Following Set Member: sys-subsystem-net-devices-wls3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:0a:00.0/net/wls3
	Found: found-udev
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:14 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: e1e0f006e0d24eb6ba9b651446d4229a
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	After: -.mount (origin-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: swap.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: -.mount (origin-implicit)
	References: swap.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /run/user/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=393600k,mode=700,uid=1000,gid=1000
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: io blkio memory pids bpf-firewall
	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-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: remote-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit getty at tty1.service:
	Alias: autovt at tty1.service
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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: io memory pids bpf-firewall
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: aa21f1272a884a13aed02521cf143637
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system-getty.slice (origin-file)
	WantedBy: getty.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty.target (origin-file destination-default)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	After: getty-pre.target (origin-file)
	After: system-getty.slice (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: rc-local.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: getty-pre.target (origin-file)
	References: getty.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-getty.slice (origin-file)
	References: rc-local.service (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: rescue.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 448
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	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
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: tty1
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
			PID: 448
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8b441944b8cd4bdd9aef2ca85e3ba166
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	BoundBy: home.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Before: home.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (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/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	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: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 52a94fe90e604dab89ede55e42c83ef5
	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
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	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: systemd-backlight at backlight:acpi_video0.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsck-root.service (origin-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:acpi_video0.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 252
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	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: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: io blkio memory devices pids bpf-firewall bpf-devices
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: e2scrub_reap.service (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: systemd-networkd-wait-online.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: systemd-boot-system-token.service (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: cups.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: home.mount (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: libvirtd-ro.socket (destination-file)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: smartmontools.service (destination-file)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: dev-sda2.swap (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: libvirtd.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: anacron.service (destination-file)
	RequiredBy: cups.socket (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-file)
	RequiredBy: virtlogd.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: virtlockd.service (destination-file)
	RequiredBy: systemd-quotacheck.service (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	RequiredBy: lightdm.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: virtlogd-admin.socket (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: libvirtd.socket (destination-file)
	RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
	RequiredBy: systemd-resolved.service (destination-file)
	RequiredBy: system-wpa_supplicant.slice (destination-implicit)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: systemd-networkd.socket (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: virtlockd-admin.socket (destination-file)
	RequiredBy: virtlogd.socket (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: e2scrub_all.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: -.mount (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: cups-browsed.service (destination-file)
	RequiredBy: var-lib-machines.mount (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: libvirt-guests.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: virtlockd.socket (destination-file)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: libvirtd-admin.socket (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	WantedBy: slices.target (destination-file)
	Before: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-file)
	Before: apt-daily.service (destination-file)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: virtlogd-admin.socket (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: rescue.service (destination-file)
	Before: libvirtd.socket (destination-file)
	Before: udisks2.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: rc-local.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: upower.service (destination-file)
	Before: cups.service (destination-file)
	Before: systemd-networkd.socket (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: anacron.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: smartmontools.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: libvirtd.service (destination-file)
	Before: virtlockd.socket (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: polkit.service (destination-file)
	Before: dbus.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: slices.target (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-file)
	Before: libvirt-guests.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: virtlogd.socket (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: dm-event.socket (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: virtlockd.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: virtlogd.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: dev-sda2.swap (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: ssh.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: emergency.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: lightdm.service (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: console-setup.service (destination-file)
	Before: systemd-networkd-wait-online.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: e2scrub_all.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: system-wpa_supplicant.slice (destination-implicit)
	Before: cron.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: -.mount (destination-file)
	Before: libvirtd-ro.socket (destination-file)
	Before: dbus.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: cups.socket (destination-file)
	Before: system-systemd\x2dbacklight.slice (destination-implicit)
	Before: virtlockd-admin.socket (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: home.mount (destination-file)
	Before: syslog.socket (destination-file)
	Before: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: libvirtd-admin.socket (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: systemd-machined.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: virtlogd.socket (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart2.swap (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-boot-system-token.service (destination-file)
	ReferencedBy: dm-event.socket (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: libvirtd.socket (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: virtlockd.socket (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: libvirtd-admin.socket (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-networkd-wait-online.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: libvirtd-ro.socket (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-8fda3e96\x2d02.swap (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	ReferencedBy: virtlogd.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: dev-sda2.swap (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: system-wpa_supplicant.slice (destination-implicit)
	ReferencedBy: virtlogd-admin.socket (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: lightdm.service (destination-file)
	ReferencedBy: systemd-networkd.socket (destination-file)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart2.swap (destination-file)
	ReferencedBy: virtlockd-admin.socket (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: e2scrub_all.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-85bd3a43\x2d0033\x2d425a\x2d9193\x2d4c459fec0b62.swap (destination-file)
	ReferencedBy: cups.socket (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: smartmontools.service (destination-file)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 9c17c3be75c04da1bcf19b186597896a
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: lvm2-activation.service (origin-file)
	After: dm-event.service (origin-file)
	After: dm-event.socket (origin-file)
	References: lvm2-activation.service (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dm-event.service (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 249
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dm-event.socket:
	Description: Device-mapper event daemon FIFOs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: d7ca7116e7c24e63b4200b3d989ed3c8
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file 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-file origin-path)
	Triggers: dm-event.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: dm-event.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	RequiresMountsFor: /run/dmeventd-client (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: n/a
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.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
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> 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
	Before: libvirtd.service (destination-file)
	Before: blk-availability.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 57eadc9275e3474ba5fdde68fce0eff3
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	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: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: systemd-udevd.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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cups.service:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/cups.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 2e6debb159884a2d898734e7dd7f60cd
	Documentation: man:cupsd(8)
	Fragment Path: /lib/systemd/system/cups.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: cups-browsed.service (destination-file)
	ConsistsOf: cups.socket (destination-file)
	ConsistsOf: cups.path (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sssd.service (origin-file)
	After: cups.socket (destination-implicit)
	After: cups.path (destination-implicit)
	After: basic.target (origin-default)
	TriggeredBy: cups.socket (destination-implicit)
	TriggeredBy: cups.path (destination-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sssd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: cups.socket (destination-file destination-implicit)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: cups.path (destination-file destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 418
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/cupsd -l
			PID: 418
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:19.0-net-enp0s25.device:
	Description: 82567LM Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 61d7d461424c4edbb6402c63badff532
	Following Set Member: sys-subsystem-net-devices-enp0s25.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/enp0s25
	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: io blkio memory pids bpf-firewall
	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-implicit origin-path)
	Before: systemd-binfmt.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit origin-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	ReferencedBy: systemd-binfmt.service (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Clean Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: nosuid,nodev,noexec
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> 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: Mon 2019-12-16 06:39:09 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: Mon 2019-12-16 06:39:09 JST
	Inactive Enter Timestamp: Mon 2019-12-16 06:39:09 JST
	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: io blkio memory pids bpf-firewall
	Invocation ID: a227fadafb3841fab5d46f972ca9df2c
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Condition Timestamp: Mon 2019-12-16 06:38:39 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:39 JST
	Assert Result: yes
	Requires: systemd-fsckd.socket (origin-file)
	Requires: system.slice (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 389
			Start Timestamp: Mon 2019-12-16 06:38:39 JST
			Exit Timestamp: Mon 2019-12-16 06:39:09 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sda.device:
	Description: Hitachi_HTS545050B9SA00
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: e6cb870242664a32a9c180b6f2b9640f
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	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
	Before: getty at tty1.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
-> Unit machine-qemu\x2d1\x2dubuntu19.10server.scope:
	Description: Virtual Machine qemu-1-ubuntu19.10server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:56 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:46:56 JST
	Active Enter Timestamp: Mon 2019-12-16 06:46:56 JST
	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-or-failed
	Slice: machine.slice
	CGroup: /machine.slice/machine-qemu\x2d1\x2dubuntu19.10server.scope
	CGroup realized: yes
	CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 8a2b77dcf4aa43afb659cd39b48afe87
	Fragment Path: /run/systemd/transient/machine-qemu\x2d1\x2dubuntu19.10server.scope
	Condition Timestamp: Mon 2019-12-16 06:46:56 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:46:56 JST
	Assert Result: yes
	Requires: machine.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: virt-guest-shutdown.target (origin-file)
	After: libvirtd.service (origin-file)
	After: machine.slice (origin-file)
	References: libvirtd.service (origin-file)
	References: machine.slice (origin-file)
	References: virt-guest-shutdown.target (origin-file)
	References: shutdown.target (origin-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	RuntimeMaxSec: infinity
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 16384
	DevicePolicy: auto
	DisableControllers: 
	Delegate: yes
	DelegateControllers: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	Bus Ref: :1.3
-> 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: io blkio memory pids bpf-firewall
	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: graphical.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (destination-file)
	Before: rescue.target (destination-file)
	After: plymouth-start.service (origin-file)
	After: sysinit.target (origin-file)
	After: getty at tty1.service (destination-file)
	After: system.slice (origin-file)
	After: emergency.service (destination-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: plymouth-start.service (origin-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: rescue.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cups.socket:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/cups.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 6ab13fef942842269a43c1c58d8a0f3f
	Fragment Path: /lib/systemd/system/cups.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	PartOf: cups.service (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: cups.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	Triggers: cups.service (origin-implicit)
	References: cups.service (origin-file origin-implicit)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/cups/cups.sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: cups.socket
	SELinuxContextFromNet: no
	ListenStream: /run/cups/cups.sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-sysctl.service:
	Alias: procps.service
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 705970b3f2344e59bceb0d95fd94b11c
	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: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	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)
	Before: systemd-networkd.service (destination-file)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-modules-load.service (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)
	ReferencedBy: systemd-networkd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 272
			Start Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit lightdm.service:
	Alias: display-manager.service
	Description: Light Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:45 JST
	Active Exit 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/lightdm.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 26af9b48a9854595816e668195273039
	Documentation: man:lightdm(1)
	Fragment Path: /lib/systemd/system/lightdm.service
	Condition Timestamp: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: plymouth-quit.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: plymouth-quit.service (origin-file)
	After: systemd-journald.socket (origin-file)
	OnFailure: plymouth-quit.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: plymouth-quit.service (origin-file)
	ReferencedBy: graphical.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 451
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.DisplayManager
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ]'
			PID: 449
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStart:
		Command Line: /usr/sbin/lightdm
			PID: 451
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-subsystem-net-devices-enp0s25.device:
	Description: 82567LM Gigabit Network Connection
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 15f353ca11eb458faef66610182b8480
	Following Set Member: sys-devices-pci0000:00-0000:00:19.0-net-enp0s25.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:19.0/net/enp0s25
	Found: found-udev
-> Unit rescue.target:
	Alias: runlevel1.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
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: sysinit.target (origin-file)
	Requires: rescue.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: sysinit.target (origin-file origin-default)
	After: rescue.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-file origin-default)
	References: rescue.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	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 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: io blkio memory pids bpf-firewall
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-ask-password-wall.path (destination-implicit)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-networkd-wait-online.service:
	Description: Wait for Network to be Configured
	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: io blkio memory pids bpf-firewall
	Documentation: man:systemd-networkd-wait-online.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd-wait-online.service
	Requires: systemd-networkd.service (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	After: systemd-networkd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: network-online.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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-networkd-wait-online
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit console-setup.service:
	Description: Set console font and keymap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 6dd54842b200401a8a66b6ea8556041a
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: multi-user.target (destination-file)
	After: kbd.service (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-journald.socket (origin-file)
	After: console-screen.service (origin-file)
	References: kbd.service (origin-file)
	References: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: console-screen.service (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /usr (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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/console-setup/console-setup.sh
			PID: 396
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 168c81e8023a4c98b9aee7270934a5a3
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: logrotate.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: e2scrub_reap.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-resolved.service (destination-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journal-flush.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: e2scrub_reap.service (destination-file)
	ReferencedBy: systemd-resolved.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 398
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: Hitachi_HTS545050B9SA00
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: b3a9200f23794bee85e6b3c7124c115e
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 47d7ba8e3d304eb3bd4b018c9700b419
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: user at 1000.service (destination-file)
	Before: libvirtd.service (destination-file)
	After: dbus.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: dbus.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 420
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 420
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	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: io blkio memory pids bpf-firewall
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Requires: system.slice (origin-file)
	Requires: dm-event.socket (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	Before: shutdown.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: system.slice (origin-file)
	References: dm-event.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: dm-event.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	PIDFile: /run/dmeventd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 3fdf1a5a69464afe965d034c484bcae2
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Mon 2019-12-16 06:38:38 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:38 JST
	Assert Result: yes
	WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit user-runtime-dir at 1000.service:
	Description: User Runtime Directory /run/user/1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:14 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Exit 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-1000.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 4a39c81168554247953eeb4fabcdad38
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Mon 2019-12-16 06:39:14 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:39:14 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-2.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	Before: user at 1000.service (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: dbus.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: user-1000.slice (origin-file)
	References: basic.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: user-1000.slice (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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 1000
			PID: 700
			Start Timestamp: Mon 2019-12-16 06:39:14 JST
			Exit Timestamp: Mon 2019-12-16 06:39:14 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	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: io blkio memory pids bpf-firewall
	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: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-vconsole-setup.service (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)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: shutdown.target (origin-file)
	References: systemd-vconsole-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.service (origin-file)
	References: plymouth-start.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 49923693695f42deb178cfa2da4d80ce
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2dLVDS\x2d1-intel_backlight.device:
	Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 8de7889b4beb42e6adfe0b84e4186173
	Wants: systemd-backlight at backlight:intel_backlight.service (origin-udev)
	References: systemd-backlight at backlight:intel_backlight.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-backlight at backlight:intel_backlight.service
-> Unit multi-user.target:
	Alias: runlevel4.target
	Alias: runlevel3.target
	Alias: runlevel2.target
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:49 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:49 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 159de26e300a4949a815b4d5a1461946
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Mon 2019-12-16 06:38:49 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:49 JST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: machines.target (origin-file)
	Wants: anacron.service (origin-file)
	Wants: wpa_supplicant at wls3.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: systemd-resolved.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: wpa_supplicant.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: libvirtd.service (origin-file)
	Wants: smartmontools.service (origin-file)
	Wants: systemd-networkd.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: cups.path (origin-file)
	Wants: cups-browsed.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: rsyslog.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: libvirtd.service (origin-default)
	After: basic.target (origin-file origin-default)
	After: cron.service (origin-default)
	After: rescue.service (origin-file)
	After: systemd-user-sessions.service (origin-default)
	After: rsyslog.service (origin-default)
	After: getty.target (origin-default)
	After: systemd-networkd.service (destination-file)
	After: cups-browsed.service (origin-default)
	After: rescue.target (origin-file)
	After: cups.path (origin-default)
	After: smartmontools.service (origin-default)
	After: anacron.service (origin-default)
	After: wpa_supplicant at wls3.service (origin-default)
	After: machines.target (origin-default destination-file)
	After: systemd-logind.service (origin-default)
	After: wpa_supplicant.service (origin-default)
	After: ssh.service (origin-default)
	After: dbus.service (origin-default)
	References: wpa_supplicant at wls3.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: anacron.service (origin-file origin-default)
	References: systemd-resolved.service (origin-file)
	References: rescue.service (origin-file)
	References: libvirtd.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: smartmontools.service (origin-file origin-default)
	References: cups.path (origin-file origin-default)
	References: rescue.target (origin-file)
	References: wpa_supplicant.service (origin-file origin-default)
	References: cups-browsed.service (origin-file origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: rsyslog.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: machines.target (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: ssh.service (origin-file origin-default)
	References: cron.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: getty.target (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: console-setup.service (origin-file)
	References: systemd-networkd.service (origin-file)
	References: systemd-user-sessions.service (origin-file origin-default)
	ReferencedBy: machines.target (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: d44a5c70d07949258cf9f11173b44c1c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-implicit origin-path)
	Requires: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (origin-file)
	BindsTo: dev-sda4.device (origin-mountinfo-implicit)
	BindsTo: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: session-2.scope (destination-file)
	Conflicts: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	Before: session-2.scope (destination-file)
	Before: umount.target (origin-file)
	After: local-fs-pre.target (origin-file)
	After: system.slice (origin-file)
	After: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-file origin-implicit origin-path)
	After: dev-sda4.device (origin-mountinfo-implicit)
	After: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-implicit origin-path)
	References: umount.target (origin-file)
	References: dev-sda4.device (origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device (origin-file)
	References: local-fs.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (origin-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: session-2.scope (destination-file)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/312364ae-b07f-4dcf-ab5e-88cb740d571e (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Clean Result: success
	Where: /home
	What: /dev/sda4
	File System Type: ext4
	Options: rw,noatime,discard
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Mon 2019-12-16 06:38:40 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 23a19abe24be43c599e2b432e990a08b
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: auditd.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: auditd.service (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 403
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Timestamp: Mon 2019-12-16 06:38:40 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
	Description: Hitachi_HTS545050B9SA00 4
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:39 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 86cedd512512424d8ae5069fa7241dad
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d04.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit anacron.timer:
	Description: Trigger anacron every hour
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:43:17 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: fd170cd16cbd4fe5af19e8a32e523906
	Fragment Path: /lib/systemd/system/anacron.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: anacron.service (origin-implicit)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	Triggers: anacron.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: time-sync.target (origin-default)
	References: sysinit.target (origin-default)
	References: anacron.service (origin-implicit)
	References: timers.target (origin-default)
	References: shutdown.target (origin-default)
	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: anacron.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 07..23:30:00
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 3258b2f6dfd149ffa26eb9a49c44c494
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: apparmor.service (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: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 0e87348628ee40acb7b68c2ee2a228c2
	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/serial8250/tty/ttyS0
	Found: found-udev
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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-hugepages.mount
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: d19563bb4e824a2794c92bde60fda513
	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 succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit origin-path)
	After: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit origin-path)
	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
	Clean Result: success
	Where: /dev/hugepages
	What: hugetlbfs
	File System Type: hugetlbfs
	Options: rw,relatime,pagesize=2M
	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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	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: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: a6e451388a46489aa0304cf7c459241e
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: lightdm.service (destination-file)
	RequiredBy: systemd-machined.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: upower.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-machined.service (destination-file)
	Before: upower.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: polkit.service (destination-file)
	Before: dbus.service (origin-implicit)
	Before: lightdm.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: wpa_supplicant.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: accounts-daemon.service (destination-file)
	Before: udisks2.service (destination-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: dbus.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: dbus.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sockets.target (origin-default)
	References: -.mount (origin-file origin-path)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: lightdm.service (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: /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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit wpa_supplicant at wls3.service:
	Description: WPA supplicant daemon (interface-specific version)
	Instance: wls3
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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-wpa_supplicant.slice
	CGroup: /system.slice/system-wpa_supplicant.slice/wpa_supplicant at wls3.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 404a124667354cbaaf7d6a11afa71bbb
	Fragment Path: /lib/systemd/system/wpa_supplicant at .service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: system-wpa_supplicant.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: sys-subsystem-net-devices-wls3.device (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: network.target (origin-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sys-subsystem-net-devices-wls3.device (origin-file)
	After: system-wpa_supplicant.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system-wpa_supplicant.slice (origin-file)
	References: shutdown.target (origin-default)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: sys-subsystem-net-devices-wls3.device (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 428
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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 -c/etc/wpa_supplicant/wpa_supplicant-wls3.conf -Dnl80211,wext -iwls3
			PID: 428
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit systemd-resolved.service:
	Alias: dbus-org.freedesktop.resolve1.service
	Description: Network Name Resolution
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:40 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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-resolved.service
	CGroup realized: yes
	CGroup realized mask: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 63e2c42b02fa40febfbafb1bb3637d66
	Documentation: man:systemd-resolved.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/resolved
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
	Fragment Path: /lib/systemd/system/systemd-resolved.service
	DropIn Path: /usr/lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
	Condition Timestamp: Mon 2019-12-16 06:38:40 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:40 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: nss-lookup.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network.target (origin-file)
	Before: nss-lookup.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-networkd.service (origin-file)
	After: -.mount (origin-file origin-path)
	After: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-sysusers.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /run/systemd/resolve (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: stop
	Main PID: 401
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectKernelLogs: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	RestrictSUIDSGID: yes
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/resolve
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_setpcap cap_net_bind_service cap_net_raw
	AmbientCapabilities: cap_setpcap cap_net_bind_service cap_net_raw
	User: systemd-resolve
	DynamicUser: no
	ReadWritePaths: -/run/resolvconf
	LockPersonality: yes
	SystemCallFilter: linkat getresgid setuid capset io_destroy getrlimit getuid32 timer_getoverrun recvmmsg_time64 read sendfile64 shmat pipe pselect6_time64 setfsuid32 lstat socket sigsuspend oldolduname lchown _newselect link setresuid sync_file_range2 getitimer setfsuid sigreturn msync stat oldlstat setsid munlockall wait4 munlock memfd_create unshare ppoll utime fstat64 fchmodat inotify_rm_watch timer_settime64 ioctl eventfd2 clock_getres_time64 sched_rr_get_interval_time64 getresuid utimensat process_vm_writev msgrcv clock_gettime64 getegid semget truncate64 epoll_create1 sched_setattr sched_setaffinity send rt_sigpending chown dup3 arch_prctl flistxattr gettid fgetxattr shmctl move_pages timer_settime setrlimit lsetxattr eventfd mremap request_key ppoll_time64 set_thread_area nanosleep shutdown timerfd_create symlinkat uname timerfd_gettime flock lremovexattr futimesat umask shmdt listxattr fstatfs64 sigaltstack waitid rseq timerfd_gettime64 set_robust_list fchmod pwrite64 getuid select capget futex_time64 kill timer_gettime setuid32 getgid set_tls mq_open madvise vmsplice renameat2 preadv prlimit64 name_to_handle_at geteuid32 getxattr readlinkat fchdir epoll_ctl_old io_getevents sync_file_range symlink mkdir getpgid prctl fcntl64 mprotect timer_create getsockname setfsgid32 gettimeofday newfstatat socketpair fdatasync lgetxattr msgsnd chdir getrandom rt_sigqueueinfo sigaction dup2 truncate mbind timerfd_settime64 readdir removexattr chmod pause mq_unlink mlock sched_getattr oldfstat mq_notify ioprio_set getcpu fsync mlock2 tkill timer_gettime64 open futex splice setreuid fallocate munmap setsockopt sigprocmask epoll_wait lseek fadvise64 setfsgid io_uring_register ipc pwritev2 epoll_wait_old semtimedop_time64 restart_syscall sched_getaffinity io_submit semtimedop clone process_vm_readv swapcontext waitpid chown32 syncfs alarm time stat64 utimensat_time64 fchown32 pidfd_open sched_setparam epoll_ctl mlockall getgroups msgctl setpriority setgroups32 setresgid32 ftruncate io_cancel inotify_init rename write exit fcntl timerfd_settime getpid rt_tgsigqueueinfo listen setregid32 setresgid semctl setgid preadv2 writev times sendfile sched_get_priority_max mq_timedsend_time64 tgkill accept fork recvmsg sysinfo rt_sigtimedwait readahead getrusage mmap clock_nanosleep_time64 fadvise64_64 getcwd clock_getres signal dup epoll_pwait userfaultfd readv getsid llistxattr exit_group getresgid32 vfork recv mmap2 unlinkat fstatat64 _llseek pselect6 setpgid semop mknod set_tid_address nice inotify_add_watch sched_getparam renameat access sched_rr_get_interval epoll_create rt_sigaction signalfd4 openat execve rt_sigtimedwait_time64 lchown32 clock_nanosleep rmdir getpgrp sendmsg msgget keyctl pidfd_send_signal getegid32 rt_sigsuspend pipe2 setresuid32 setgid32 setitimer membarrier clock_gettime personality creat geteuid add_key getresuid32 recvfrom sched_get_priority_min lstat64 getpriority fremovexattr ugetrlimit kcmp sync mknodat sendmmsg signalfd ftruncate64 migrate_pages rt_sigreturn getpeername setgroups statx setns sched_setscheduler brk get_thread_area io_pgetevents_time64 oldstat inotify_init1 clone3 shmget setxattr mq_timedreceive_time64 ioprio_get io_uring_setup getgid32 bind fstat olduname socketcall fstatfs remap_file_pages connect fsetxattr rt_sigprocmask faccessat mq_getsetattr mq_timedreceive get_robust_list fchown poll getppid recvmmsg fchownat mkdirat pread64 io_pgetevents statfs64 getsockopt io_uring_enter copy_file_range set_mempolicy execveat get_mempolicy setregid getdents64 getdents statfs sendto getgroups32 sched_yield sigpending unlink accept4 mq_timedsend tee timer_delete utimes setreuid32 sched_getscheduler pwritev close readlink io_setup
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-resolved
			PID: 401
			Start Timestamp: Mon 2019-12-16 06:38:40 JST
	-> ExecStartPost:
		Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
			PID: 444
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 0
	Status Text: Processing requests...
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: closed
	DisableControllers: 
	Delegate: no
-> 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
	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: sysinit.target (destination-file)
	Before: shutdown.target (origin-default)
	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 nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 668e5f46f14448e49b8f5c4db93296ee
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	Condition Timestamp: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	WantedBy: systemd-resolved.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-resolved.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-resolved.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
	Description: /sys/devices/platform/serial8250/tty/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: dcf41016d5f4459182d48ff3f84b3323
	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/serial8250/tty/ttyS2
	Found: found-udev
-> Unit local-fs-pre.target:
	Description: Local File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 2760a969f7414748a07d843e0164066a
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Mon 2019-12-16 06:38:35 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:35 JST
	Assert Result: yes
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: home.mount (destination-file)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	Before: var-lib-machines.mount (destination-file)
	Before: local-fs.target (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: dm-event.service (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-312364ae\x2db07f\x2d4dcf\x2dab5e\x2d88cb740d571e.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: var-lib-machines.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit wpa_supplicant.service:
	Alias: dbus-fi.w1.wpa_supplicant1.service
	Description: WPA supplicant
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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: io memory pids bpf-firewall bpf-devices
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: f32b05b981274d6ab581531bc66b9c82
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: network.target (origin-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: network.target (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	Main PID: 427
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 427
			Start Timestamp: Mon 2019-12-16 06:38:41 JST
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-dvdrw.device:
	Description: MATSHITADVD-RAM_UJ869AS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:37 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:37 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: cd855990ad164c8fb49ee93c27fcdf01
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-cdrw.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dMATSHITADVD\x2dRAM_UJ869AS_WG91_028777.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> 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: io blkio memory pids bpf-firewall
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: sysinit.target (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: shutdown.target (origin-file)
	Before: rescue.service (origin-file)
	Before: emergency.target (destination-file)
	After: system.slice (origin-file)
	After: syslog.socket (destination-file)
	References: rescue.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: emergency.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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit virtlockd-admin.socket:
	Description: Virtual machine lock manager admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/virtlockd-admin.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: cccf13d922f84fffa37304775acd2658
	Fragment Path: /lib/systemd/system/virtlockd-admin.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: virtlockd.socket (origin-file)
	RequiredBy: virtlockd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: libvirtd.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: virtlockd.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: virtlockd.socket (origin-file)
	After: sysinit.target (origin-default)
	Triggers: virtlockd.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file)
	References: shutdown.target (origin-default)
	References: sockets.target (origin-default)
	References: virtlockd.service (origin-implicit)
	References: system.slice (origin-file)
	References: virtlockd.socket (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: virtlockd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/libvirt/virtlockd-admin-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	Clean 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: virtlockd-admin.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/virtlockd-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit user at 1000.service:
	Description: User Manager for UID 1000
	Instance: 1000
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:39:14 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Enter Timestamp: Mon 2019-12-16 06:39:14 JST
	Active Exit 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-1000.slice
	CGroup: /user.slice/user-1000.slice/user at 1000.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: 0a44277679ec4b4f94a8d7a1244481bd
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	DropIn Path: /etc/systemd/system/user at .service.d/myuser.conf
	Condition Timestamp: Mon 2019-12-16 06:39:14 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:39:14 JST
	Assert Result: yes
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: session-2.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: dbus.service (origin-file)
	After: user-1000.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: user-1000.slice (origin-file)
	References: basic.target (origin-default)
	References: dbus.service (origin-file)
	ReferencedBy: session-2.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: running
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: ready
	OOMPolicy: continue
	Main PID: 701
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 2min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: inherit
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
			PID: 701
			Start Timestamp: Mon 2019-12-16 06:39:14 JST
	Status Text: Startup finished in 1.709s.
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 0-1
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: yes
	DelegateControllers: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: dd3a19896cc045d1af968731afd12d4b
	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: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-boot-system-token.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-boot-system-token.service (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 10min
	TimeoutStopSec: 10min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 257
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 4eb9d5d98d1c4b06809b92041ce79f9a
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: -.mount (origin-file origin-path)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-journald.service (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
	Clean 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
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit rc-local.service:
	Description: /etc/rc.local Compatibility
	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: io blkio memory pids bpf-firewall
	Documentation: man:systemd-rc-local-generator(8)
	Fragment Path: /lib/systemd/system/rc-local.service
	DropIn Path: /usr/lib/systemd/system/rc-local.service.d/debian.conf
	ConditionFileIsExecutable: /etc/rc.local untested
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	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)
	References: network.target (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 1b1413fe78424238b9911e6c56e4d2dd
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-console.path (destination-file)
	After: cups.path (destination-default)
	After: systemd-ask-password-wall.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu cpuset io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: ddeba925b09e4eb5a32583bd1f185aa7
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: user-1000.slice (destination-implicit)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-logind.service (destination-file)
	Before: slices.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: user-1000.slice (destination-implicit)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: user-1000.slice (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: a69f2387c2de46069a04b22ebc3f5a79
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sysinit.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-ask-password-wall.path (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:44 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:44 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 75ddebd0115648c0a7228fa6a78961fb
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Mon 2019-12-16 06:38:44 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:44 JST
	Assert Result: yes
	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: user-1000.slice (destination-file)
	Before: multi-user.target (destination-default)
	Before: lightdm.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-2.scope (destination-file)
	Before: user at 1000.service (destination-file)
	After: basic.target (origin-default)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: network.target (origin-file)
	References: remote-fs.target (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: lightdm.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user-1000.slice (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: session-2.scope (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 447
			Start Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Timestamp: Mon 2019-12-16 06:38:44 JST
			Exit Code: exited
			Exit Status: 0
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit dev-sda1.device:
	Description: Hitachi_HTS545050B9SA00 1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:38 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:38 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 125bd729269d41688ff1b1b39a56349e
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-8fda3e96\x2d01.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV\x2dpart1.device
	Following Set Member: dev-disk-by\x2duuid-8c902c46\x2d301b\x2d41a3\x2d8f47\x2d6656fad8c662.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3\x2dpart1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
-> 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: io blkio memory pids bpf-firewall
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	After: system.slice (origin-file)
	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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> 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
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-modules-load.service:
	Alias: kmod.service
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:35 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:35 JST
	Active Exit 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: io blkio memory pids bpf-firewall
	Invocation ID: 9bb4a65d7e6d491eabd041c2e934d813
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load failed
	ConditionKernelCommandLine: |modules-load failed
	ConditionDirectoryNotEmpty: |/run/modules-load.d failed
	ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
	ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
	ConditionCapability: CAP_SYS_MODULE succeeded
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: sysinit.target (origin-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: systemd-sysctl.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: sys-kernel-config.mount (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
	Clean Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	OOMPolicy: stop
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: private
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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: 251
			Start Timestamp: Mon 2019-12-16 06:38:34 JST
			Exit Timestamp: Mon 2019-12-16 06:38:35 JST
			Exit Code: exited
			Exit Status: 0
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:45 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 80ae79c45d6b4b259471336c71abaea7
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file origin-path)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: man-db.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: -.mount (origin-file origin-path)
	After: time-sync.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: -.mount (origin-file origin-path)
	References: shutdown.target (origin-default)
	References: timers.target (origin-default)
	References: time-sync.target (origin-default)
	References: man-db.service (origin-implicit)
	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
	OnClockChange: no
	OnTimeZoneChange: no
	OnCalendar: *-*-* 00:00:00
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:41 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: 7ba020689ff349b1acc2fd34639bd20e
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-file)
	Requires: -.mount (origin-file origin-path)
	Wants: slices.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: sockets.target (origin-file)
	Wants: tmp.mount (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-machined.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: libvirt-guests.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: cron.service (destination-default)
	Before: libvirtd.service (destination-default)
	Before: virtlogd.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: wpa_supplicant at wls3.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: lightdm.service (destination-default)
	Before: upower.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: dbus.service (destination-default)
	Before: cups.service (destination-default)
	Before: ssh.service (destination-default)
	Before: e2scrub_all.service (destination-default)
	Before: e2scrub_reap.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: virtlockd.service (destination-default)
	Before: anacron.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: man-db.service (destination-default)
	Before: polkit.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: smartmontools.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: apt-daily.service (destination-default)
	After: slices.target (origin-file origin-default)
	After: paths.target (origin-file origin-default)
	After: sysinit.target (origin-file origin-default)
	After: -.mount (origin-file origin-path)
	After: sockets.target (origin-file origin-default)
	After: tmp.mount (origin-file)
	References: slices.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: paths.target (origin-file origin-default)
	References: -.mount (origin-file origin-path)
	References: sockets.target (origin-file origin-default)
	References: sysinit.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: tmp.mount (origin-file)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: e2scrub_all.service (destination-default)
	ReferencedBy: smartmontools.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: wpa_supplicant at wls3.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: libvirtd.service (destination-default)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: lightdm.service (destination-default)
	ReferencedBy: virtlogd.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: libvirt-guests.service (destination-default)
	ReferencedBy: e2scrub_reap.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: systemd-machined.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: virtlockd.service (destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /var (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x5000cca59ecaceb3.device:
	Description: Hitachi_HTS545050B9SA00
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:36 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:36 JST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Invocation ID: c4dc8a26c3e1426d81056a4f7d41bd85
	Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dHitachi_HTS545050B9SA00_091119PBG402Q7CST0LV.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/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit libvirtd-admin.socket:
	Description: Libvirt admin socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:46:39 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:41 JST
	Active Exit 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/libvirtd-admin.socket
	CGroup realized: no
	CGroup own mask: io blkio memory pids bpf-firewall
	Invocation ID: 8b7e482b246e429fa785241ba9a1efea
	Fragment Path: /lib/systemd/system/libvirtd-admin.socket
	Condition Timestamp: Mon 2019-12-16 06:38:41 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:41 JST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	BindsTo: libvirtd.socket (origin-file)
	RequiredBy: libvirtd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: libvirtd.service (origin-file origin-implicit)
	Before: libvirt-guests.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	After: sysinit.target (origin-default)
	After: libvirtd.socket (origin-file)
	Triggers: libvirtd.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	References: libvirtd.socket (origin-file)
	References: sysinit.target (origin-default)
	References: libvirtd.service (origin-file origin-implicit)
	References: sockets.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: libvirt-guests.service (destination-file)
	ReferencedBy: libvirtd.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/libvirt/libvirt-admin-sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	Clean 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: libvirtd-admin.socket
	SELinuxContextFromNet: no
	ListenStream: /run/libvirt/libvirt-admin-sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectKernelLogs: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	RestrictSUIDSGID: no
	KeyringMode: shared
	ProtectHostname: no
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	TimeoutCleanSec: infinity
	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
	RestartKillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP: no
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 18446744073709551615
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 4492
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-> Unit machine.slice:
	Description: Virtual Machine and Container Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Mon 2019-12-16 06:38:34 JST
	Inactive Exit Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Enter Timestamp: Mon 2019-12-16 06:38:34 JST
	Active Exit 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: /machine.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
	CGroup enabled mask: cpu cpuset io memory pids
	CGroup own mask: io blkio memory pids bpf-firewall
	CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
	Invocation ID: c30030d6c77b488dbaf6528cc9ddefb7
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/machine.slice
	DropIn Path: /etc/systemd/system/machine.slice.d/io.conf
	Condition Timestamp: Mon 2019-12-16 06:38:34 JST
	Condition Result: yes
	Assert Timestamp: Mon 2019-12-16 06:38:34 JST
	Assert Result: yes
	Requires: -.slice (origin-implicit)
	RequiredBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	WantedBy: systemd-machined.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-machined.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	Before: slices.target (origin-file)
	After: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: -.slice (origin-implicit)
	References: slices.target (origin-file)
	ReferencedBy: machine-qemu\x2d1\x2dubuntu19.10server.scope (destination-file)
	ReferencedBy: systemd-machined.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting: yes
	IOAccounting: yes
	BlockIOAccounting: yes
	MemoryAccounting: yes
	TasksAccounting: yes
	IPAccounting: yes
	CPUWeight: 18446744073709551615
	StartupCPUWeight: 18446744073709551615
	CPUShares: 18446744073709551615
	StartupCPUShares: 18446744073709551615
	CPUQuotaPerSecSec: infinity
	CPUQuotaPeriodSec: infinity
	AllowedCPUs: 
	AllowedMemoryNodes: 
	IOWeight: 70
	StartupIOWeight: 18446744073709551615
	BlockIOWeight: 18446744073709551615
	StartupBlockIOWeight: 18446744073709551615
	DefaultMemoryMin: 0
	DefaultMemoryLow: 0
	MemoryMin: 0
	MemoryLow: 0
	MemoryHigh: 18446744073709551615
	MemoryMax: 18446744073709551615
	MemorySwapMax: 18446744073709551615
	MemoryLimit: 18446744073709551615
	TasksMax: 18446744073709551615
	DevicePolicy: auto
	DisableControllers: 
	Delegate: no
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_all.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/e2scrub_all.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.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/logrotate.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/man-db.timer <==

==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/default.target.wants/e2scrub_reap.service

==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/e2scrub_reap.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/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer

==> /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/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer

==> /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/multi-user.target.wants/cron.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/wpa_supplicant.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.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/cups.path <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups-browsed.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartmontools.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirtd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirt-guests.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/syslog.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.service

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.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-monitor.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service

==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service

==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.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/dbus-org.bluez.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/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/cups.path.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups.path

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-ro.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-admin.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd-admin.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd-admin.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==

==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/multi-user.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service

==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.service

==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer

==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/upower.service

==> /var/lib/systemd/deb-systemd-helper-enabled/udisks2.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/udisks2.service

==> /var/lib/systemd/deb-systemd-helper-enabled/smartmontools.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartmontools.service
/etc/systemd/system/smartd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirtd.service
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd-ro.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket

==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.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/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service

==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=8c902c46-301b-41a3-8f47-6656fad8c662 /               btrfs   noatime         0       0
# /home was on /dev/sda4 during installation
UUID=312364ae-b07f-4dcf-ab5e-88cb740d571e /home           ext4    discard,noatime,user_xattr 0       2
# swap was on /dev/sda2 during installation
UUID=85bd3a43-0033-425a-9193-4c459fec0b62 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


More information about the Pkg-systemd-maintainers mailing list