Bug#963135: systemd: logind parameters "IdleAction=Lock" is not working

venkat venkata.pyla at toshiba-tsip.com
Fri Jun 19 15:09:44 BST 2020


Package: systemd
Version: 241-7~deb10u4
Severity: normal
Tags: upstream

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

I want to perform session lock after predefined timeout period in Text mode
login.

For this i am trying to use below logind.conf parameters to receive the "Lock"
event after Idle period of time.

unfortunately i have not received any "Lock" event but when i have seen the
status logs, the idle action is initiating but "Lock" event is not sent.

========================================================================================
● systemd-logind.service - Login Service
   Loaded: loaded (/lib/systemd/system/systemd-logind.service; static; vendor
preset: enabled)
   Active: active (running) since Tue 2020-06-16 19:48:42 IST; 2 days ago
     Docs: man:systemd-logind.service(8)
           man:logind.conf(5)
           https://www.freedesktop.org/wiki/Software/systemd/logind
           https://www.freedesktop.org/wiki/Software/systemd/multiseat
 Main PID: 634 (systemd-logind)
   Status: "Processing requests..."
    Tasks: 1 (limit: 4915)
   Memory: 2.6M
   CGroup: /system.slice/systemd-logind.service
           └─634 /lib/systemd/systemd-logind

Jun 19 18:09:08 debian systemd-logind[634]: System idle. Taking action.
Jun 19 18:10:38 debian systemd-logind[634]: System idle. Taking action.
Jun 19 18:12:08 debian systemd-logind[634]: System idle. Taking action.
Jun 19 18:13:38 debian systemd-logind[634]: System idle. Taking action.
Jun 19 18:15:08 debian systemd-logind[634]: System idle. Taking action.
========================================================================================

I have seen the source code and after applying the below change the "Lock"
event is working,

========================================================================================
diff --git a/src/login/logind.c b/src/login/logind.c
index 95ec0a57c6..ea505ceed8 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -1019,7 +1019,7 @@ static int manager_dispatch_idle_action(sd_event_source
*s, uint64_t t, void *us
                     (m->idle_action_not_before_usec <= 0 || n >=
m->idle_action_not_before_usec + m->idle_action_usec)) {
                         log_info("System idle. Taking action.");

-                        manager_handle_action(m, 0, m->idle_action, false,
false);
+                        manager_handle_action(m, 0, m->idle_action, false,
true);
                         m->idle_action_not_before_usec = n;
                 }
========================================================================================

Is there any specific reason blocking the "Lock" action in the source code?
If not, can this change will apply in upstream or at least as configurable.

kindly let me know your feedback.

Thanks
venkata.





-- Package-specific info:

-- System Information:
Debian Release: 10.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (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-4
ii  libapparmor1     2.13.2-10
ii  libaudit1        1:2.8.4-3
ii  libblkid1        2.33.1-0.1
ii  libc6            2.28-10
ii  libcap2          1:2.25-2
ii  libcryptsetup12  2:2.1.0-5+deb10u2
ii  libgcrypt20      1.8.4-5
ii  libgnutls30      3.6.7-4+deb10u3
ii  libgpg-error0    1.35-1
ii  libidn11         1.33-2.2
ii  libip4tc0        1.8.2-4
ii  libkmod2         26-1
ii  liblz4-1         1.8.3-1
ii  liblzma5         5.2.4-1
ii  libmount1        2.33.1-0.1
ii  libpam0g         1.3.1-5
ii  libseccomp2      2.3.3-4
ii  libselinux1      2.8-1+b1
ii  libsystemd0      241-7~deb10u4
ii  mount            2.33.1-0.1
ii  util-linux       2.33.1-0.1

Versions of packages systemd recommends:
ii  dbus            1.12.16-1
ii  libpam-systemd  241-7~deb10u4

Versions of packages systemd suggests:
ii  policykit-1        0.105-25
pn  systemd-container  <none>

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.133+deb10u1
ii  udev             241-7~deb10u4

-- Configuration Files:
/etc/systemd/logind.conf changed:
[Login]
IdleAction=lock
IdleActionSec=1min


-- no debconf information
-------------- next part --------------
[REDIRECTED] /etc/systemd/system/default.target -> /usr/lib/systemd/system/default.target
[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/systemd-udevd.service -> /etc/systemd/system/systemd-udevd.service.d/override.conf

5 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Wed 2020-06-17 01:18:17 IST
Timestamp userspace: Wed 2020-06-17 01:18:26 IST
Timestamp finish: Tue 2020-06-16 19:49:37 IST
Timestamp security-start: Wed 2020-06-17 01:18:26 IST
Timestamp security-finish: Wed 2020-06-17 01:18:26 IST
Timestamp generators-start: Tue 2020-06-16 19:48:27 IST
Timestamp generators-finish: Tue 2020-06-16 19:48:28 IST
Timestamp units-load-start: Tue 2020-06-16 19:48:28 IST
Timestamp units-load-finish: Tue 2020-06-16 19:48:29 IST
-> Unit systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service:
	Description: File System Check on /dev/disk/by-uuid/ab1299d3-9553-4cf8-96f2-6d3829024856
	Instance: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:37 IST
	Active Exit 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: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service
	Invocation ID: cec78db67d124775bdad74172f3d19cc
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:35 IST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	RequiredBy: home.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: home.mount (destination-file)
	Before: systemd-quotacheck.service (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	References: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	References: systemd-fsckd.socket (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/ab1299d3-9553-4cf8-96f2-6d3829024856
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit avahi-daemon.socket:
	Description: Avahi mDNS/DNS-SD Stack Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: avahi-daemon.socket
	Invocation ID: 575f949e41564d87aace41f87653f1f7
	Fragment Path: /lib/systemd/system/avahi-daemon.socket
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	RequiredBy: avahi-daemon.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: shutdown.target (origin-default)
	Before: avahi-daemon.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: avahi-daemon.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: avahi-daemon.service (origin-implicit)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	RequiresMountsFor: /run/avahi-daemon/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: avahi-daemon.socket
	SELinuxContextFromNet: no
	ListenStream: /run/avahi-daemon/socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rescue.service:
	Description: Rescue Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rescue.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/rescue.service
	Requires: system.slice (origin-file)
	RequiredBy: rescue.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: getty at tty1.service (destination-file)
	ConflictedBy: graphical.target (destination-file)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: multi-user.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: rescue.target (destination-file)
	Before: shutdown.target (origin-file)
	After: sysinit.target (origin-file)
	After: emergency.service (destination-file)
	After: getty at tty1.service (destination-file)
	After: system.slice (origin-file)
	After: plymouth-start.service (origin-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: graphical.target (destination-file)
	ReferencedBy: rescue.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sulogin-shell rescue
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-server-gunicorn.service:
	Description: LAVA server gunicorn
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/lava-server-gunicorn.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-server-gunicorn.service
	Invocation ID: 6f712d389ead4878bbde45eeeb2d12c6
	Fragment Path: /lib/systemd/system/lava-server-gunicorn.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: 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: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: remote-fs.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 758
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: LOGLEVEL=DEBUG
	Environment: WORKERS=4
	Environment: LOGFILE=/var/log/lava-server/gunicorn.log
	Environment: RELOAD=
	EnvironmentFile: -/etc/default/lava-server-gunicorn
	EnvironmentFile: -/etc/lava-server/lava-server-gunicorn
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/gunicorn3 lava_server.wsgi --log-level $LOGLEVEL --log-file $LOGFILE -u lavaserver -g lavaserver --workers $WORKERS $RELOAD
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dm-event.service:
	Description: Device-mapper event daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: dm-event.service
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.service
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	Before: lvm2-monitor.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dm-event.socket (origin-file destination-implicit)
	TriggeredBy: dm-event.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	References: dm-event.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: dm-event.socket (destination-implicit)
	ReferencedBy: lvm2-monitor.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	PIDFile: /run/dmeventd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	OOMScoreAdjust: -1000
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/dmeventd -f
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit containerd.service:
	Description: containerd container runtime
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:45 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:45 IST
	Active Exit 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/containerd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: containerd.service
	Invocation ID: 8c07334454f04e4b9679b0e1dbaf7831
	Documentation: https://containerd.io
	Fragment Path: /lib/systemd/system/containerd.service
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	BoundBy: docker.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: docker.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: docker.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 726
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNPROC: 18446744073709551615
	LimitNPROCSoft: 18446744073709551615
	LimitNOFILE: 1048576
	LimitNOFILESoft: 1048576
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /sbin/modprobe overlay
	-> ExecStart:
		Command Line: /usr/bin/containerd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=yes
	DelegateControllers=cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
	Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
	Invocation ID: 03f5207ff4854f5d96927060e56d8ab4
	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-eDP-1/intel_backlight
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-backlight at backlight:intel_backlight.service
-> Unit network-pre.target:
	Description: Network (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: network-pre.target
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: networking.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: network.target (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: network.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-devices-pci0000:00-0000:00:1c.5-0000:03:00.0-net-eno1.device:
	Description: RTL810xE PCI Express Fast Ethernet controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:1c.5-0000:03:00.0-net-eno1.device
	Invocation ID: 695e3c7ea5f841e1b9a6cafe25db32f2
	Following Set Member: sys-subsystem-net-devices-eno1.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.5/0000:03:00.0/net/eno1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Invocation ID: ed0f4d8b77e94045b27f1edef5ac4c9e
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit switcheroo-control.service:
	Description: Switcheroo Control Proxy service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: failed
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: switcheroo-control.service
	Invocation ID: 0a88225a63b14c12915494743b818dcd
	Fragment Path: /lib/systemd/system/switcheroo-control.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (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: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: graphical.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: failed
	Result: exit-code
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	BusName: net.hadess.SwitcherooControl
	Bus Name Good: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/switcheroo-control
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap:
	Description: /dev/disk/by-partuuid/a020978e-fd6d-4d1c-aca2-97d414277c66
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Invocation ID: 29cf61468bc849e5a4934f29b2c07ea5
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	RequiresMountsFor: /dev/disk/by-partuuid/a020978e-fd6d-4d1c-aca2-97d414277c66 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-partuuid/a020978e-fd6d-4d1c-aca2-97d414277c66
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit bolt.service:
	Description: Thunderbolt system service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:56 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:56 IST
	Active Exit 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/bolt.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: bolt.service
	Invocation ID: 08dadbf4db004ccea5773927c8e5b8d9
	Documentation: man:boltd(8)
	Fragment Path: /lib/systemd/system/bolt.service
	Condition Timestamp: Tue 2020-06-16 19:49:56 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:56 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: polkit.service (origin-file)
	After: -.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: polkit.service (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	RequiresMountsFor: /var/lib/boltd (origin-file)
	RequiresMountsFor: /run/boltd (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 2084
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.bolt
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: boltd
	StateDirectoryMode: 0755
	StateDirectory: boltd
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_net_admin
	DynamicUser: no
	ReadWritePaths: /var/lib/boltd
	LockPersonality: no
	SystemCallFilter: ~umount2 mount pivot_root chroot umount
	-> ExecStart:
		Command Line: /usr/lib/bolt/boltd
	Status Text: authmode: enabled, force-power: unset
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-8CA3\x2dFF53.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Invocation ID: d9cc63af793c40d49e44ff3c128ab9ea
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart1.device
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	BoundBy: boot-efi.mount (destination-file)
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit sysinit.target:
	Description: System Initialization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sysinit.target
	Invocation ID: 5536197d00ae4424b0a54a1a80d53d00
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sysinit.target
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Wants: local-fs.target (origin-file)
	Wants: systemd-update-utmp.service (origin-file)
	Wants: systemd-udev-trigger.service (origin-file)
	Wants: plymouth-read-write.service (origin-file)
	Wants: sys-fs-fuse-connections.mount (origin-file)
	Wants: systemd-sysusers.service (origin-file)
	Wants: systemd-binfmt.service (origin-file)
	Wants: sys-kernel-debug.mount (origin-file)
	Wants: systemd-tmpfiles-setup-dev.service (origin-file)
	Wants: systemd-random-seed.service (origin-file)
	Wants: swap.target (origin-file)
	Wants: systemd-journald.service (origin-file)
	Wants: plymouth-start.service (origin-file)
	Wants: systemd-udevd.service (origin-file)
	Wants: systemd-journal-flush.service (origin-file)
	Wants: systemd-machine-id-commit.service (origin-file)
	Wants: blk-availability.service (origin-file)
	Wants: lvm2-monitor.service (origin-file)
	Wants: systemd-ask-password-console.path (origin-file)
	Wants: keyboard-setup.service (origin-file)
	Wants: dev-hugepages.mount (origin-file)
	Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
	Wants: systemd-modules-load.service (origin-file)
	Wants: dev-mqueue.mount (origin-file)
	Wants: sys-kernel-config.mount (origin-file)
	Wants: systemd-hwdb-update.service (origin-file)
	Wants: systemd-tmpfiles-setup.service (origin-file)
	Wants: apparmor.service (origin-file)
	Wants: systemd-sysctl.service (origin-file)
	Wants: lvm2-lvmpolld.socket (origin-file)
	Wants: cryptsetup.target (origin-file)
	Wants: systemd-timesyncd.service (origin-file)
	Wants: kmod-static-nodes.service (origin-file)
	RequiredBy: man-db.service (destination-default)
	RequiredBy: lava-server-gunicorn.service (destination-default)
	RequiredBy: plymouth-quit.service (destination-default)
	RequiredBy: bolt.service (destination-default)
	RequiredBy: colord.service (destination-default)
	RequiredBy: postgresql.service (destination-default)
	RequiredBy: apt-daily-upgrade.service (destination-default)
	RequiredBy: lava-master.service (destination-default)
	RequiredBy: sysstat.service (destination-default)
	RequiredBy: pppd-dns.service (destination-default)
	RequiredBy: nfs-utils.service (destination-default)
	RequiredBy: alsa-restore.service (destination-default)
	RequiredBy: unattended-upgrades.service (destination-default)
	RequiredBy: lavapdu-runner.service (destination-default)
	RequiredBy: ser2net.service (destination-default)
	RequiredBy: anacron.timer (destination-default)
	RequiredBy: uuidd.service (destination-default)
	RequiredBy: NetworkManager.service (destination-default)
	RequiredBy: cups-browsed.service (destination-default)
	RequiredBy: basic.target (destination-file)
	RequiredBy: lxc.service (destination-default)
	RequiredBy: lavapdu-listen.service (destination-default)
	RequiredBy: upower.service (destination-default)
	RequiredBy: accounts-daemon.service (destination-default)
	RequiredBy: logrotate.timer (destination-default)
	RequiredBy: systemd-logind.service (destination-default)
	RequiredBy: postgresql at 11-main.service (destination-default)
	RequiredBy: avahi-daemon.service (destination-default)
	RequiredBy: bluetooth.service (destination-default)
	RequiredBy: apache2.service (destination-default)
	RequiredBy: lava-publisher.service (destination-default)
	RequiredBy: uuidd.socket (destination-default)
	RequiredBy: schroot.service (destination-default)
	RequiredBy: switcheroo-control.service (destination-default)
	RequiredBy: avahi-daemon.socket (destination-default)
	RequiredBy: rc-local.service (destination-default)
	RequiredBy: getty at tty1.service (destination-default)
	RequiredBy: plymouth-quit-wait.service (destination-default)
	RequiredBy: rsyslog.service (destination-default)
	RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
	RequiredBy: cups.service (destination-default)
	RequiredBy: dbus.service (destination-default)
	RequiredBy: systemd-ask-password-wall.service (destination-default)
	RequiredBy: user-runtime-dir at 1000.service (destination-default)
	RequiredBy: dbus.socket (destination-default)
	RequiredBy: apt-daily.timer (destination-default)
	RequiredBy: systemd-user-sessions.service (destination-default)
	RequiredBy: tftpd-hpa.service (destination-default)
	RequiredBy: logrotate.service (destination-default)
	RequiredBy: anacron.service (destination-default)
	RequiredBy: cron.service (destination-default)
	RequiredBy: rsync.service (destination-default)
	RequiredBy: lava-logs.service (destination-default)
	RequiredBy: ntp.service (destination-default)
	RequiredBy: apt-daily.service (destination-default)
	RequiredBy: getty-static.service (destination-default)
	RequiredBy: iio-sensor-proxy.service (destination-default)
	RequiredBy: containerd.service (destination-default)
	RequiredBy: udisks2.service (destination-default)
	RequiredBy: NetworkManager-wait-online.service (destination-default)
	RequiredBy: ssh.service (destination-default)
	RequiredBy: docker.socket (destination-default)
	RequiredBy: atd.service (destination-default)
	RequiredBy: alsa-state.service (destination-default)
	RequiredBy: rescue.target (destination-file)
	RequiredBy: lxc-net.service (destination-default)
	RequiredBy: apt-daily-upgrade.timer (destination-default)
	RequiredBy: cups.socket (destination-default)
	RequiredBy: lxcfs.service (destination-default)
	RequiredBy: polkit.service (destination-default)
	RequiredBy: man-db.timer (destination-default)
	RequiredBy: wpa_supplicant.service (destination-default)
	RequiredBy: docker.service (destination-default)
	RequiredBy: cups.path (destination-default)
	RequiredBy: rtkit-daemon.service (destination-default)
	RequiredBy: gdm.service (destination-default)
	RequiredBy: ModemManager.service (destination-default)
	RequiredBy: user at 1000.service (destination-default)
	RequiredBy: fwupd.service (destination-default)
	RequiredBy: inetd.service (destination-default)
	RequiredBy: lava-slave.service (destination-default)
	RequiredBy: exim4.service (destination-default)
	RequiredBy: lava-coordinator.service (destination-default)
	Conflicts: emergency.target (origin-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: emergency.service (origin-file)
	Before: iio-sensor-proxy.service (destination-default)
	Before: uuidd.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: postgresql at 11-main.service (destination-default)
	Before: apache2.service (destination-default)
	Before: cups.socket (destination-default)
	Before: apt-daily.timer (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: lavapdu-listen.service (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: docker.service (destination-default)
	Before: rsync.service (destination-default)
	Before: cups.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: uuidd.socket (destination-default)
	Before: rescue.target (destination-file destination-default)
	Before: inetd.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: plymouth-quit-wait.service (destination-default)
	Before: lava-master.service (destination-default)
	Before: nfs-utils.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	Before: NetworkManager-wait-online.service (destination-default)
	Before: switcheroo-control.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: alsa-state.service (destination-file destination-default)
	Before: docker.socket (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: upower.service (destination-default)
	Before: lxcfs.service (destination-default)
	Before: basic.target (destination-file destination-default)
	Before: pppd-dns.service (destination-default)
	Before: lxc.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: bluetooth.service (destination-default)
	Before: man-db.timer (destination-default)
	Before: colord.service (destination-default)
	Before: avahi-daemon.socket (destination-default)
	Before: polkit.service (destination-default)
	Before: logrotate.service (destination-default)
	Before: ntp.service (destination-default)
	Before: systemd-tmpfiles-clean.timer (destination-default)
	Before: ModemManager.service (destination-default)
	Before: lavapdu-runner.service (destination-default)
	Before: lava-slave.service (destination-default)
	Before: sysstat.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: anacron.service (destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: dbus.service (destination-default)
	Before: gdm.service (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: containerd.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: bolt.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: atd.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: fwupd.service (destination-default)
	Before: anacron.timer (destination-default)
	Before: lava-publisher.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: cups.path (destination-default)
	Before: postgresql.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: exim4.service (destination-default)
	Before: ssh.service (destination-default)
	Before: ser2net.service (destination-default)
	Before: cron.service (destination-default)
	Before: logrotate.timer (destination-default)
	Before: rescue.service (destination-file)
	Before: tftpd-hpa.service (destination-default)
	Before: lava-coordinator.service (destination-default)
	Before: lxc-net.service (destination-default)
	Before: alsa-restore.service (destination-default)
	Before: cups-browsed.service (destination-default)
	Before: lava-logs.service (destination-default)
	Before: dbus.socket (destination-default)
	Before: schroot.service (destination-default)
	Before: lava-server-gunicorn.service (destination-default)
	Before: man-db.service (destination-default)
	After: systemd-backlight at backlight:intel_backlight.service (destination-file)
	After: apparmor.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: swap.target (origin-file origin-default)
	After: kmod-static-nodes.service (destination-file)
	After: systemd-udev-trigger.service (destination-file)
	After: systemd-journald.service (destination-file)
	After: emergency.service (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (destination-file)
	After: cryptsetup.target (origin-default)
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-modules-load.service (destination-file)
	After: emergency.target (origin-file)
	After: plymouth-read-write.service (destination-file)
	After: auditd.service (destination-file)
	After: systemd-machine-id-commit.service (destination-file)
	After: sys-kernel-config.mount (destination-file)
	After: sys-fs-fuse-connections.mount (destination-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-timesyncd.service (destination-file)
	After: systemd-sysctl.service (destination-file)
	After: systemd-binfmt.service (destination-file)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	After: dev-hugepages.mount (destination-file)
	After: systemd-udevd.service (destination-file)
	After: local-fs.target (origin-file)
	After: dev-mqueue.mount (destination-file)
	After: systemd-random-seed.service (destination-file)
	After: sys-kernel-debug.mount (destination-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-random-seed.service (origin-file)
	References: sys-kernel-config.mount (origin-file)
	References: systemd-journal-flush.service (origin-file)
	References: systemd-journald.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-modules-load.service (origin-file)
	References: plymouth-read-write.service (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: lvm2-monitor.service (origin-file)
	References: swap.target (origin-file origin-default)
	References: emergency.target (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: local-fs.target (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: systemd-machine-id-commit.service (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: systemd-binfmt.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: emergency.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: dev-mqueue.mount (origin-file)
	References: blk-availability.service (origin-file)
	References: sys-kernel-debug.mount (origin-file)
	References: cryptsetup.target (origin-file origin-default)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-ask-password-console.path (origin-file)
	References: kmod-static-nodes.service (origin-file)
	References: dev-hugepages.mount (origin-file)
	References: apparmor.service (origin-file)
	References: sys-fs-fuse-connections.mount (origin-file)
	References: keyboard-setup.service (origin-file)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: inetd.service (destination-default)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: lxcfs.service (destination-default)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: iio-sensor-proxy.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: alsa-state.service (destination-file destination-default)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: lava-server-gunicorn.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: lava-publisher.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: rescue.target (destination-file destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: lava-coordinator.service (destination-default)
	ReferencedBy: lxc.service (destination-default)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: lavapdu-listen.service (destination-default)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
	ReferencedBy: switcheroo-control.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: lava-logs.service (destination-default)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: bolt.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: bluetooth.service (destination-default)
	ReferencedBy: lxc-net.service (destination-default)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: lava-master.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: pppd-dns.service (destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: ser2net.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: lava-slave.service (destination-default)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-sr0.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sr0.device
	Invocation ID: bb4d7e87c7f649ea8f64bdc4bb69b697
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Invocation ID: b4115048e24c47ce91802a158fbb12e3
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit iscsi-shutdown.service:
	Description: iscsi-shutdown.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: iscsi-shutdown.service
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	Invocation ID: 5f37be7a87cb4be2861421eb11620305
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Invocation ID: 923b6d4292634260b4029114328472af
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit system-postgresql.slice:
	Description: system-postgresql.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-postgresql.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-postgresql.slice
	Invocation ID: 0d78f90b3cf54cbc8d3462f485995b00
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: postgresql at 11-main.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: postgresql at 11-main.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-user-sessions.service:
	Description: Permit User Sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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-user-sessions.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-user-sessions.service
	Invocation ID: 8d23e586f6414cc9a30d8fc6c04fd30f
	Documentation: man:systemd-user-sessions.service(8)
	Fragment Path: /lib/systemd/system/systemd-user-sessions.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: plymouth-quit.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-2.scope (destination-file)
	Before: user-1000.slice (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: gdm.service (destination-file)
	Before: shutdown.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: network.target (origin-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user-1000.slice (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-sessions start
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-sessions stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit networking.service:
	Description: Raise network interfaces
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit 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/networking.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: networking.service
	Invocation ID: 700b04e90b204656a2edc55609ff186f
	Documentation: man:interfaces(5)
	Fragment Path: /lib/systemd/system/networking.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: ifupdown-pre.service (origin-file)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: network-online.target (origin-file)
	Before: network.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: ifupdown-pre.service (origin-file)
	After: apparmor.service (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: local-fs.target (origin-file)
	After: network-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: apparmor.service (origin-file)
	References: local-fs.target (origin-file)
	References: ifupdown-pre.service (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: network-online.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/ifup -a --read-environment
	-> ExecStop:
		Command Line: /sbin/ifdown -a --read-environment --exclude=lo
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dbus.socket:
	Description: D-Bus System Message Bus Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dbus.socket
	Invocation ID: 1336b0e88fc64fc895eeb8c6b3527183
	Fragment Path: /lib/systemd/system/dbus.socket
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	RequiredBy: bolt.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: bluetooth.service (destination-file)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: gdm.service (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: switcheroo-control.service (destination-file)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: iio-sensor-proxy.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: colord.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-logind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: rtkit-daemon.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: colord.service (destination-file)
	Before: upower.service (destination-file)
	Before: dbus.service (origin-implicit)
	Before: NetworkManager.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: iio-sensor-proxy.service (destination-file)
	Before: sockets.target (origin-default destination-default)
	Before: accounts-daemon.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: bolt.service (destination-file)
	Before: switcheroo-control.service (destination-file)
	Before: gdm.service (destination-file)
	Before: polkit.service (destination-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	Triggers: dbus.service (origin-implicit)
	References: sockets.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: dbus.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: bolt.service (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: switcheroo-control.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: iio-sensor-proxy.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: dbus.socket
	SELinuxContextFromNet: no
	ListenStream: /var/run/dbus/system_bus_socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Invocation ID: 248ac0cca5b0433697852a69ec303457
	Following Set Member: dev-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit nfs-client.target:
	Description: NFS client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: nfs-client.target
	Invocation ID: ec28655434a644d4bc570ffed9dd52e4
	Fragment Path: /lib/systemd/system/nfs-client.target
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Wants: nfs-blkmap.service (origin-file)
	Wants: auth-rpcgss-module.service (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: remote-fs.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: remote-fs-pre.target (origin-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: gssproxy.service (origin-file)
	After: rpc-svcgssd.service (origin-file)
	After: rpc-gssd.service (origin-file)
	References: rpc-gssd.service (origin-file)
	References: gssproxy.service (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: shutdown.target (origin-default)
	References: rpc-svcgssd.service (origin-file)
	References: nfs-blkmap.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit rtkit-daemon.service:
	Description: RealtimeKit Scheduling Policy Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:24 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:24 IST
	Active Exit 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/rtkit-daemon.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: rtkit-daemon.service
	Invocation ID: 7807a18c6c3547f6b641449bdba19904
	Fragment Path: /lib/systemd/system/rtkit-daemon.service
	Condition Timestamp: Tue 2020-06-16 19:49:24 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:24 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: -.mount (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 1524
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.RealtimeKit1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: yes
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_ptrace cap_sys_nice
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/rtkit/rtkit-daemon
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit system.slice:
	Description: System Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:29 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:29 IST
	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 cpuacct blkio memory devices pids
	CGroup enabled mask: cpu memory pids
	CGroup own mask: memory pids
	CGroup members mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: system.slice
	Documentation: man:systemd.special(7)
	Requires: -.slice (origin-implicit)
	RequiredBy: apache2.service (destination-file)
	RequiredBy: polkit.service (destination-file)
	RequiredBy: lava-logs.service (destination-file)
	RequiredBy: unattended-upgrades.service (destination-file)
	RequiredBy: dev-mqueue.mount (destination-file)
	RequiredBy: systemd-ask-password-console.service (destination-file)
	RequiredBy: ntp.service (destination-file)
	RequiredBy: sysstat.service (destination-file)
	RequiredBy: postgresql.service (destination-file)
	RequiredBy: lavapdu-listen.service (destination-file)
	RequiredBy: boot-efi.mount (destination-file)
	RequiredBy: anacron.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
	RequiredBy: rsync.service (destination-file)
	RequiredBy: colord.service (destination-file)
	RequiredBy: auditd.service (destination-file)
	RequiredBy: apt-daily.service (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-file)
	RequiredBy: plymouth-read-write.service (destination-file)
	RequiredBy: kmod-static-nodes.service (destination-file)
	RequiredBy: rpc-statd.service (destination-file)
	RequiredBy: gdm.service (destination-file)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	RequiredBy: dbus.service (destination-file)
	RequiredBy: lava-server-gunicorn.service (destination-file)
	RequiredBy: cron.service (destination-file)
	RequiredBy: rsyslog.service (destination-file)
	RequiredBy: dm-event.socket (destination-file)
	RequiredBy: systemd-initctl.service (destination-file)
	RequiredBy: run-rpc_pipefs.mount (destination-file)
	RequiredBy: apt-daily-upgrade.service (destination-file)
	RequiredBy: schroot.service (destination-file)
	RequiredBy: dev-hugepages.mount (destination-file)
	RequiredBy: systemd-networkd.service (destination-file)
	RequiredBy: uuidd.socket (destination-file)
	RequiredBy: plymouth-quit-wait.service (destination-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	RequiredBy: run-user-1000-gvfs.mount (destination-file)
	RequiredBy: dev-disk-by\x2dpartlabel-swap.swap (destination-file)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
	RequiredBy: rc-local.service (destination-file)
	RequiredBy: getty-static.service (destination-file)
	RequiredBy: systemd-ask-password-wall.service (destination-file)
	RequiredBy: systemd-journald.socket (destination-file)
	RequiredBy: cups.service (destination-file)
	RequiredBy: systemd-tmpfiles-setup.service (destination-file)
	RequiredBy: systemd-timesyncd.service (destination-file)
	RequiredBy: ser2net.service (destination-file)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-file)
	RequiredBy: lxcfs.service (destination-file)
	RequiredBy: docker.service (destination-file)
	RequiredBy: media-seshu-6631\x2d3330.mount (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-file)
	RequiredBy: lavapdu-runner.service (destination-file)
	RequiredBy: lava-coordinator.service (destination-file)
	RequiredBy: systemd-binfmt.service (destination-file)
	RequiredBy: run-user-1000.mount (destination-file)
	RequiredBy: systemd-machine-id-commit.service (destination-file)
	RequiredBy: nfs-mountd.service (destination-file)
	RequiredBy: systemd-random-seed.service (destination-file)
	RequiredBy: iio-sensor-proxy.service (destination-file)
	RequiredBy: plymouth-quit.service (destination-file)
	RequiredBy: rpcbind.socket (destination-file)
	RequiredBy: systemd-tmpfiles-clean.service (destination-file)
	RequiredBy: systemd-journald-dev-log.socket (destination-file)
	RequiredBy: fwupd.service (destination-file)
	RequiredBy: syslog.socket (destination-file)
	RequiredBy: bluetooth.service (destination-file)
	RequiredBy: blk-availability.service (destination-file)
	RequiredBy: lava-publisher.service (destination-file)
	RequiredBy: keyboard-setup.service (destination-file)
	RequiredBy: home.mount (destination-file)
	RequiredBy: systemd-modules-load.service (destination-file)
	RequiredBy: upower.service (destination-file)
	RequiredBy: plymouth-start.service (destination-file)
	RequiredBy: system-getty.slice (destination-implicit)
	RequiredBy: wpa_supplicant.service (destination-file)
	RequiredBy: switcheroo-control.service (destination-file)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: avahi-daemon.socket (destination-file)
	RequiredBy: logrotate.service (destination-file)
	RequiredBy: system-clean\x2dmount\x2dpoint.slice (destination-implicit)
	RequiredBy: cups.socket (destination-file)
	RequiredBy: apparmor.service (destination-file)
	RequiredBy: uuidd.service (destination-file)
	RequiredBy: systemd-remount-fs.service (destination-file)
	RequiredBy: systemd-ask-password-plymouth.service (destination-file)
	RequiredBy: atd.service (destination-file)
	RequiredBy: dev-sda7.swap (destination-file)
	RequiredBy: pppd-dns.service (destination-file)
	RequiredBy: console-setup.service (destination-file)
	RequiredBy: systemd-rfkill.socket (destination-file)
	RequiredBy: systemd-sysusers.service (destination-file)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: alsa-state.service (destination-file)
	RequiredBy: containerd.service (destination-file)
	RequiredBy: -.mount (destination-file)
	RequiredBy: ifupdown-pre.service (destination-file)
	RequiredBy: inetd.service (destination-file)
	RequiredBy: NetworkManager.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	RequiredBy: systemd-hwdb-update.service (destination-file)
	RequiredBy: systemd-sysctl.service (destination-file)
	RequiredBy: ssh.service (destination-file)
	RequiredBy: lava-master.service (destination-file)
	RequiredBy: systemd-user-sessions.service (destination-file)
	RequiredBy: nfs-config.service (destination-file)
	RequiredBy: alsa-restore.service (destination-file)
	RequiredBy: cups-browsed.service (destination-file)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: var-lib-lxcfs.mount (destination-file)
	RequiredBy: systemd-logind.service (destination-file)
	RequiredBy: lxc.service (destination-file)
	RequiredBy: exim4.service (destination-file)
	RequiredBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-file)
	RequiredBy: accounts-daemon.service (destination-file)
	RequiredBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-file)
	RequiredBy: systemd-udevd-control.socket (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	RequiredBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-file)
	RequiredBy: systemd-fsckd.service (destination-file)
	RequiredBy: tftpd-hpa.service (destination-file)
	RequiredBy: docker.socket (destination-file)
	RequiredBy: udisks2.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	RequiredBy: system-postgresql.slice (destination-implicit)
	RequiredBy: proc-fs-nfsd.mount (destination-file)
	RequiredBy: rpc-statd-notify.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	RequiredBy: systemd-udevd.service (destination-file)
	RequiredBy: dbus.socket (destination-file)
	RequiredBy: sys-kernel-config.mount (destination-file)
	RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
	RequiredBy: systemd-fsckd.socket (destination-file)
	RequiredBy: systemd-fsck-root.service (destination-file)
	RequiredBy: sys-kernel-debug.mount (destination-file)
	RequiredBy: systemd-rfkill.service (destination-file)
	RequiredBy: lxc-net.service (destination-file)
	RequiredBy: systemd-journald.service (destination-file)
	RequiredBy: nfs-utils.service (destination-file)
	RequiredBy: NetworkManager-wait-online.service (destination-file)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	RequiredBy: systemd-update-utmp.service (destination-file)
	RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
	RequiredBy: man-db.service (destination-file)
	RequiredBy: systemd-journald-audit.socket (destination-file)
	RequiredBy: networking.service (destination-file)
	RequiredBy: emergency.service (destination-file)
	RequiredBy: systemd-udev-trigger.service (destination-file)
	RequiredBy: systemd-initctl.socket (destination-file)
	RequiredBy: rescue.service (destination-file)
	RequiredBy: systemd-udevd-kernel.socket (destination-file)
	RequiredBy: avahi-daemon.service (destination-file)
	RequiredBy: auth-rpcgss-module.service (destination-file)
	RequiredBy: rpc-svcgssd.service (destination-file)
	RequiredBy: bolt.service (destination-file)
	RequiredBy: systemd-quotacheck.service (destination-file)
	RequiredBy: lava-slave.service (destination-file)
	RequiredBy: ModemManager.service (destination-file)
	RequiredBy: lvm2-lvmpolld.socket (destination-file)
	WantedBy: slices.target (destination-file)
	Before: cups.socket (destination-file)
	Before: lava-slave.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: pppd-dns.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: bolt.service (destination-file)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: boot-efi.mount (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: rsyslog.service (destination-file)
	Before: docker.service (destination-file)
	Before: systemd-journald.service (destination-file)
	Before: lxc.service (destination-file)
	Before: home.mount (destination-file)
	Before: lavapdu-runner.service (destination-file)
	Before: iio-sensor-proxy.service (destination-file)
	Before: lava-logs.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: auditd.service (destination-file)
	Before: ssh.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: apache2.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: gdm.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: var-lib-lxcfs.mount (destination-file)
	Before: lxc-net.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: atd.service (destination-file)
	Before: slices.target (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: ser2net.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: systemd-journald.socket (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: syslog.socket (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: containerd.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: uuidd.service (destination-file)
	Before: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	Before: inetd.service (destination-file)
	Before: polkit.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: run-user-1000-gvfs.mount (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: man-db.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: rsync.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: lava-publisher.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: dbus.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: nfs-config.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: system-systemd\x2dfsck.slice (destination-implicit)
	Before: emergency.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: systemd-udevd-control.socket (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: lava-server-gunicorn.service (destination-file)
	Before: ntp.service (destination-file)
	Before: switcheroo-control.service (destination-file)
	Before: anacron.service (destination-file)
	Before: systemd-udevd-kernel.socket (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-journald-audit.socket (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: dev-sda7.swap (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: exim4.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: rescue.service (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: lxcfs.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: nfs-server.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: avahi-daemon.socket (destination-file)
	Before: dm-event.socket (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: networking.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: system-getty.slice (destination-implicit)
	Before: system-postgresql.slice (destination-implicit)
	Before: lvm2-lvmpolld.socket (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-file)
	Before: console-setup.service (destination-file)
	Before: colord.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: udisks2.service (destination-file)
	Before: rpcbind.socket (destination-file)
	Before: lava-coordinator.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: cups.service (destination-file)
	Before: logrotate.service (destination-file)
	Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-file)
	Before: uuidd.socket (destination-file)
	Before: systemd-fsckd.socket (destination-file)
	Before: upower.service (destination-file)
	Before: postgresql.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: sysstat.service (destination-file)
	Before: lavapdu-listen.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-file)
	Before: system-systemd\x2dbacklight.slice (destination-implicit)
	Before: fwupd.service (destination-file)
	Before: system-clean\x2dmount\x2dpoint.slice (destination-implicit)
	Before: dev-disk-by\x2dpartlabel-swap.swap (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: media-seshu-6631\x2d3330.mount (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	Before: docker.socket (destination-file)
	Before: schroot.service (destination-file)
	Before: cron.service (destination-file)
	Before: systemd-journald-dev-log.socket (destination-file)
	Before: dbus.socket (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: lava-master.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: -.mount (destination-file)
	Before: systemd-initctl.socket (destination-file)
	Before: ModemManager.service (destination-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: lxcfs.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: lava-publisher.service (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: docker.socket (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: var-lib-lxcfs.mount (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: switcheroo-control.service (destination-file)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: ser2net.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: lava-logs.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: rpcbind.socket (destination-file)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: dm-event.socket (destination-file)
	ReferencedBy: alsa-state.service (destination-file)
	ReferencedBy: schroot.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
	ReferencedBy: uuidd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-file)
	ReferencedBy: dbus.socket (destination-file)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: sysstat.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: dev-sda7.swap (destination-file)
	ReferencedBy: inetd.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: pppd-dns.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: lava-server-gunicorn.service (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: system-postgresql.slice (destination-implicit)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: postgresql.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-file)
	ReferencedBy: bolt.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: uuidd.socket (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	ReferencedBy: iio-sensor-proxy.service (destination-file)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: lxc-net.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: cups.socket (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-file)
	ReferencedBy: systemd-fsckd.socket (destination-file)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: lava-slave.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: system-getty.slice (destination-implicit)
	ReferencedBy: nfs-utils.service (destination-file)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: lxc.service (destination-file)
	ReferencedBy: lava-master.service (destination-file)
	ReferencedBy: slices.target (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: system-clean\x2dmount\x2dpoint.slice (destination-implicit)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit upower.service:
	Description: Daemon for power management
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:34 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: upower.service
	Invocation ID: ac7bfd2f8b0c4a0d895b2da20b6066a3
	Documentation: man:upowerd(8)
	Fragment Path: /lib/systemd/system/upower.service
	Condition Timestamp: Tue 2020-06-16 19:49:34 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:34 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: -.mount (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: -.mount (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 1551
	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
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	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_rawio 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_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
	DynamicUser: no
	ReadWritePaths: /var/lib/upower
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/upower/upowerd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Thu 2020-06-18 19:11:19 IST
	Inactive Exit Timestamp: Thu 2020-06-18 19:11:18 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Thu 2020-06-18 19:11:19 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-tmpfiles-clean.service
	Invocation ID: 20e6517e43314b4fb549b56b2824458b
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
	Condition Timestamp: Thu 2020-06-18 19:11:18 IST
	Condition Result: yes
	Assert Timestamp: Thu 2020-06-18 19:11:18 IST
	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: time-sync.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
	References: time-sync.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 0
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --clean
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-vconsole-setup.service:
	Description: systemd-vconsole-setup.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-vconsole-setup.service
	Before: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit apparmor.service:
	Description: Load AppArmor profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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/apparmor.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: apparmor.service
	Invocation ID: 410ef794c2cd436d891676018b508c23
	Documentation: man:apparmor(7)
	Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
	Fragment Path: /lib/systemd/system/apparmor.service
	ConditionPathExists: !/run/live/overlay/work untested
	ConditionPathExists: !/rofs/etc/apparmor.d untested
	ConditionSecurity: apparmor untested
	AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: networking.service (destination-file)
	Before: sysinit.target (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald-audit.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: -.mount (origin-path)
	References: local-fs.target (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysinit.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/apparmor/apparmor.systemd reload
	-> ExecReload:
		Command Line: /lib/apparmor/apparmor.systemd reload
	-> ExecStop:
		Command Line: /bin/true
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-subsystem-net-devices-docker0.device:
	Description: /sys/subsystem/net/devices/docker0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:18 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:18 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:18 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-subsystem-net-devices-docker0.device
	Invocation ID: c8dbe858887042279764706cd5e7c8fa
	Following Set Member: sys-devices-virtual-net-docker0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/docker0
	Found: found-udev
-> Unit unattended-upgrades.service:
	Description: Unattended Upgrades Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:44 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Exit 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/unattended-upgrades.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: unattended-upgrades.service
	Invocation ID: b138ba7a0c7b44d6afaba513080d208b
	Documentation: man:unattended-upgrade(8)
	Fragment Path: /lib/systemd/system/unattended-upgrades.service
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: systemd-logind.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: local-fs.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: local-fs.target (origin-file)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: systemd-logind.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/run (origin-file)
	RequiresMountsFor: /var/lib (origin-file)
	RequiresMountsFor: /boot (origin-file)
	RequiresMountsFor: /var/log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 714
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 30min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit kmod-static-nodes.service:
	Description: Create list of required static device nodes for the current kernel
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/kmod-static-nodes.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: kmod-static-nodes.service
	Invocation ID: 8c4cb00ef73f43d5a3a0dc41ce198ae0
	Fragment Path: /lib/systemd/system/kmod-static-nodes.service
	ConditionFileNotEmpty: /lib/modules/4.19.0-9-amd64/modules.devname untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-tmpfiles-setup-dev.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-timesyncd.service:
	Description: Network Time Synchronization
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Name: systemd-timesyncd.service
	Documentation: man:systemd-timesyncd.service(8)
	Fragment Path: /lib/systemd/system/systemd-timesyncd.service
	DropIn Path: /usr/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
	ConditionFileIsExecutable: !/usr/sbin/VBoxService untested
	ConditionFileIsExecutable: !/usr/sbin/chronyd untested
	ConditionFileIsExecutable: !/usr/sbin/openntpd untested
	ConditionFileIsExecutable: !/usr/sbin/ntpd untested
	ConditionVirtualization: !container untested
	ConditionCapability: CAP_SYS_TIME untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Wants: time-sync.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	ConflictedBy: ntp.service (destination-file)
	Before: time-sync.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: time-sync.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: ntp.service (destination-file)
	RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /run/systemd/timesync (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: yes
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/timesync
	StateDirectoryMode: 0755
	StateDirectory: systemd/timesync
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_time
	AmbientCapabilities: cap_sys_time
	User: systemd-timesync
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: getgroups fstatfs socket symlink sched_getattr mq_getsetattr socketcall poll gettimeofday lseek chown32 fstatfs64 setregid32 accept newfstatat setuid32 sigreturn waitid renameat stat64 wait4 rt_sigpending utime close fcntl sched_get_priority_max pause fstat mq_open sendmsg socketpair setuid eventfd oldlstat mknod getdents sched_get_priority_min shmat sendfile64 timer_create stime semop splice getitimer getpgrp rmdir olduname msgrcv recvmsg mlock sched_setaffinity pwrite64 munlockall restart_syscall creat timerfd_create ioprio_get setfsuid32 vfork semctl unlink munlock connect getrandom bind setpgid remap_file_pages fork oldstat membarrier setsid pipe2 mbind epoll_wait_old epoll_create getegid32 ftruncate64 waitpid msgget setresuid getresgid truncate64 getpid request_key vmsplice flistxattr arch_prctl chdir msync readlink mmap2 epoll_ctl sched_setparam rt_sigtimedwait mq_timedsend sendfile access futimesat getdents64 alarm setrlimit epoll_wait setxattr lremovexattr io_cancel getuid32 inotify_add_watch getegid mmap process_vm_readv mremap personality get_mempolicy shmdt ppoll sendto recvmmsg symlinkat io_submit mq_notify unshare rename timer_getoverrun statx accept4 setgroups setfsgid32 listxattr truncate setitimer setresuid32 setpriority exit_group writev clock_gettime setgid32 getpgid timerfd_gettime mknodat times stat mlockall epoll_create1 getppid dup umask move_pages getresuid setreuid unlinkat get_thread_area sigaltstack execve readdir prlimit64 futex setresgid32 tee name_to_handle_at send recv shutdown getsid signal io_destroy lchown32 set_tid_address lsetxattr chmod ipc sched_setattr io_getevents fdatasync sched_setscheduler preadv2 fadvise64 tkill preadv _llseek flock statfs set_robust_list utimensat sched_getscheduler pselect6 rt_sigqueueinfo set_mempolicy getpriority sched_getaffinity getrusage readv fsync rt_sigaction fadvise64_64 fsetxattr io_setup swapcontext tgkill sync setresgid execveat renameat2 setgroups32 readahead settimeofday copy_file_range rt_sigsuspend sendmmsg munmap llistxattr select statfs64 shmget fcntl64 getrlimit semget fchmodat ioctl gettid setfsuid add_key getuid inotify_init1 linkat get_robust_list dup3 lchown madvise timer_gettime sysinfo ftruncate getgid prctl memfd_create clone inotify_rm_watch sync_file_range2 sched_getparam exit pipe epoll_pwait utimes signalfd fchdir timer_settime sync_file_range setns eventfd2 brk read sigaction setsockopt clock_getres keyctl setfsgid lstat64 sigsuspend lstat uname msgctl syncfs chown pread64 kcmp getcpu fchown32 getgroups32 getcwd getsockname fchmod getxattr set_tls geteuid link getpeername oldfstat capset sigpending mq_unlink fstatat64 geteuid32 clock_settime rt_sigreturn migrate_pages timerfd_settime fstat64 mq_timedreceive fchownat timer_delete setreuid32 oldolduname clock_nanosleep write userfaultfd getgid32 readlinkat pwritev faccessat clock_adjtime time epoll_ctl_old openat getresgid32 _newselect mkdirat ioprio_set getresuid32 mlock2 recvfrom rt_tgsigqueueinfo semtimedop ugetrlimit fallocate lgetxattr set_thread_area getsockopt fgetxattr signalfd4 setgid pwritev2 nanosleep mprotect process_vm_writev rt_sigprocmask mkdir adjtimex removexattr inotify_init dup2 fremovexattr kill sigprocmask capget sched_yield listen fchown msgsnd open setregid nice shmctl sched_rr_get_interval
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-timesyncd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=closed
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Invocation ID: 9b58f77438264e428d10901f524cd8f3
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit systemd-rfkill.socket:
	Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:33:08 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-rfkill.socket
	Invocation ID: 112b818f5a8a4ae8a7c67f08b02207d6
	Documentation: man:systemd-rfkill.socket(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.socket
	Condition Timestamp: Tue 2020-06-16 19:48:32 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:32 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	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: systemd-remount-fs.service (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	Triggers: systemd-rfkill.service (origin-implicit)
	References: -.mount (origin-file origin-path)
	References: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: system.slice (origin-file)
	References: systemd-rfkill.service (origin-implicit)
	ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	RequiresMountsFor: /dev/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: yes
	FileDescriptorName: systemd-rfkill.socket
	SELinuxContextFromNet: no
	ListenSpecial: /dev/rfkill
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-journald.socket:
	Description: Journal Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-journald.socket
	Invocation ID: f1490d18f31043efb954be32be1dc5dc
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: systemd-journald.service (destination-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: lava-publisher.service (destination-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: schroot.service (destination-file)
	Before: cups-browsed.service (destination-file)
	Before: systemd-quotacheck.service (destination-file)
	Before: systemd-ask-password-plymouth.service (destination-file)
	Before: sockets.target (origin-file)
	Before: boot-efi.mount (destination-file)
	Before: run-user-1000-gvfs.mount (destination-file)
	Before: rpcbind.service (destination-file)
	Before: pppd-dns.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: docker.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: exim4.service (destination-file)
	Before: uuidd.service (destination-file)
	Before: gdm.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	Before: systemd-fsck-root.service (destination-file)
	Before: getty-static.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: dm-event.service (destination-file)
	Before: sys-kernel-debug.mount (destination-file)
	Before: logrotate.service (destination-file)
	Before: colord.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: bolt.service (destination-file)
	Before: proc-sys-fs-binfmt_misc.mount (destination-file)
	Before: lvm2-lvmpolld.service (destination-file)
	Before: nfs-config.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: atd.service (destination-file)
	Before: dev-disk-by\x2dpartlabel-swap.swap (destination-file)
	Before: ser2net.service (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: alsa-state.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: nfs-blkmap.service (destination-file)
	Before: auth-rpcgss-module.service (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: lava-master.service (destination-file)
	Before: sys-fs-fuse-connections.mount (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: accounts-daemon.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: auditd.service (destination-file)
	Before: systemd-ask-password-wall.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: lavapdu-listen.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: systemd-fsckd.service (destination-file)
	Before: inetd.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: systemd-binfmt.service (destination-file)
	Before: lxc-net.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-modules-load.service (destination-file)
	Before: proc-fs-nfsd.mount (destination-file)
	Before: cups.service (destination-file)
	Before: sysstat.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: home.mount (destination-file)
	Before: lxcfs.service (destination-file)
	Before: dbus.service (destination-file)
	Before: dev-mqueue.mount (destination-file)
	Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-file)
	Before: anacron.service (destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-udevd.service (destination-file)
	Before: postgresql.service (destination-file)
	Before: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	Before: lvm2-monitor.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	Before: rsync.service (destination-file)
	Before: keyboard-setup.service (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: run-rpc_pipefs.mount (destination-file)
	Before: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: dev-sda7.swap (destination-file)
	Before: lava-server-gunicorn.service (destination-file)
	Before: systemd-sysusers.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: iio-sensor-proxy.service (destination-file)
	Before: lavapdu-runner.service (destination-file)
	Before: lava-slave.service (destination-file)
	Before: lava-coordinator.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: bluetooth.service (destination-file)
	Before: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-file)
	Before: udisks2.service (destination-file)
	Before: lxc.service (destination-file)
	Before: switcheroo-control.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: containerd.service (destination-file)
	Before: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	Before: alsa-restore.service (destination-file)
	Before: ntp.service (destination-file)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-file)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Before: lava-logs.service (destination-file)
	Before: apache2.service (destination-file)
	Before: sys-kernel-config.mount (destination-file)
	Before: media-seshu-6631\x2d3330.mount (destination-file)
	Before: user at 1000.service (destination-file)
	Before: avahi-daemon.service (destination-file)
	Before: blk-availability.service (destination-file)
	Before: networking.service (destination-file)
	Before: dev-hugepages.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	Before: cron.service (destination-file)
	Before: run-user-1000.mount (destination-file)
	Before: upower.service (destination-file)
	Before: var-lib-lxcfs.mount (destination-file)
	Before: man-db.service (destination-file)
	Before: nfs-utils.service (destination-file)
	Before: polkit.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: ssh.service (destination-file)
	Before: systemd-logind.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: NetworkManager.service (destination-file)
	Before: systemd-initctl.service (destination-file)
	Before: kmod-static-nodes.service (destination-file)
	Before: postgresql at 11-main.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: systemd-journald.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: nfs-utils.service (destination-file)
	ReferencedBy: lava-master.service (destination-file)
	ReferencedBy: avahi-daemon.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: schroot.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sysstat.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: getty at tty1.service (destination-file)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: getty-static.service (destination-file)
	ReferencedBy: lxc-net.service (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: inetd.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: lxcfs.service (destination-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
	ReferencedBy: sys-kernel-debug.mount (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: dev-mqueue.mount (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: lava-server-gunicorn.service (destination-file)
	ReferencedBy: cups.service (destination-file)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: systemd-initctl.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	ReferencedBy: dbus.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: udisks2.service (destination-file)
	ReferencedBy: lava-slave.service (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: man-db.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: alsa-state.service (destination-file)
	ReferencedBy: proc-fs-nfsd.mount (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: lava-publisher.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: ser2net.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: bolt.service (destination-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: lava-logs.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-file)
	ReferencedBy: dev-hugepages.mount (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	ReferencedBy: polkit.service (destination-file)
	ReferencedBy: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	ReferencedBy: lxc.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: postgresql.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: var-lib-lxcfs.mount (destination-file)
	ReferencedBy: uuidd.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	ReferencedBy: switcheroo-control.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: dev-sda7.swap (destination-file)
	ReferencedBy: iio-sensor-proxy.service (destination-file)
	ReferencedBy: pppd-dns.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: bluetooth.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-file)
	RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
	RequiresMountsFor: /run/systemd/journal/socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenStream: /run/systemd/journal/stdout
	ListenDatagram: /run/systemd/journal/socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0.device:
	Description: /dev/disk/by-path/pci-0000:02:00.0-platform-rtsx_pci_sdmmc.0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0.device
	Invocation ID: dd71d92b17a7421c9c2a9495d1fa651a
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-mmcblk0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f.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.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
-> Unit exim4.service:
	Description: LSB: exim Mail Transport Agent
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:08 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:08 IST
	Active Exit 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/exim4.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: exim4.service
	Invocation ID: 6a2292fd775a4db9b9d495a2605b03e1
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/exim4.service
	Source Path: /etc/init.d/exim4
	Condition Timestamp: Tue 2020-06-16 19:49:05 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:05 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: clamav-daemon.service (origin-file)
	After: greylist.service (origin-file)
	After: spamassassin.service (origin-file)
	After: remote-fs.target (origin-file)
	After: time-sync.target (origin-file)
	After: nss-lookup.target (origin-file)
	After: mysql.service (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: postgresql.service (origin-file)
	References: network-online.target (origin-file)
	References: graphical.target (origin-file)
	References: multi-user.target (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: nss-lookup.target (origin-file)
	References: clamav-daemon.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: spamassassin.service (origin-file)
	References: postgresql.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: greylist.service (origin-file)
	References: mysql.service (origin-file)
	References: time-sync.target (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/exim4 start
	-> ExecReload:
		Command Line: /etc/init.d/exim4 reload
	-> ExecStop:
		Command Line: /etc/init.d/exim4 stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device:
	Description: TOSHIBA_MQ01ABD100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device
	Invocation ID: 31046dc701f94607b673557f5f85b73c
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit systemd-hwdb-update.service:
	Description: Rebuild Hardware Database
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-hwdb-update.service
	Documentation: man:hwdb(7)
	Documentation: man:systemd-hwdb(8)
	Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
	ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
	ConditionPathExists: |/etc/udev/hwdb.bin untested
	ConditionPathExists: |!/lib/udev/hwdb.bin untested
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: systemd-update-done.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-update-done.service (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-hwdb update
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit alsa-restore.service:
	Description: Save/Restore Sound Card State
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit 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/alsa-restore.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: alsa-restore.service
	Invocation ID: b0cad42954a14f0aaa62040b365f6fb5
	Documentation: man:alsactl(1)
	Fragment Path: /lib/systemd/system/alsa-restore.service
	ConditionPathExistsGlob: /dev/snd/control* untested
	ConditionPathExists: !/etc/alsa/state-daemon.conf untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sound.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sound.target (destination-default)
	Before: shutdown.target (origin-default)
	After: alsa-state.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: alsa-state.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: sound.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore
	-> ExecStop:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rsyslog.service:
	Description: System Logging Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: rsyslog.service
	Name: syslog.service
	Invocation ID: e90d272e0ad14461824c9c3c1f6c9d18
	Documentation: man:rsyslogd(8)
	Documentation: https://www.rsyslog.com/doc/
	Fragment Path: /lib/systemd/system/rsyslog.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: syslog.socket (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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: syslog.socket (destination-implicit)
	TriggeredBy: syslog.socket (destination-implicit)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: syslog.socket (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 628
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 16384
	LimitNOFILESoft: 16384
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/rsyslogd -n -iNONE
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sysstat.service:
	Description: Resets System Activity Data Collector
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit 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/sysstat.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: sysstat.service
	Invocation ID: fcb71d7a2326420089ecb0c54b1fa48c
	Documentation: man:sa1(8)
	Documentation: man:sadc(8)
	Documentation: man:sar(1)
	Fragment Path: /lib/systemd/system/sysstat.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: root
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/sysstat/debian-sa1 --boot
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-sda.device:
	Description: TOSHIBA_MQ01ABD100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda.device
	Invocation ID: 454e30be8f7e4e389282c79af7151f9d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Invocation ID: 202c886f3506446aa62d9692fe432085
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit rpcbind.target:
	Description: RPC Port Mapper
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: rpcbind.target
	Invocation ID: 6da0540f41954327901cdeded476bfb0
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rpcbind.target
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	WantedBy: rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: rpcbind.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit uuidd.socket:
	Description: UUID daemon activation socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/uuidd.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: uuidd.socket
	Invocation ID: 5c3b5846213940048b970149fbcc1ca2
	Fragment Path: /lib/systemd/system/uuidd.socket
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	RequiredBy: uuidd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: uuidd.service (origin-implicit)
	Before: sockets.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: uuidd.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: uuidd.service (origin-implicit)
	References: sockets.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: uuidd.service (destination-file)
	RequiresMountsFor: /run/uuidd/request (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: uuidd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/uuidd/request
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	Invocation ID: e43f74c1452047c3966aeb1fa2149144
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	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: Tue 2020-06-16 19:48:31 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:31 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:31 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: local-fs-pre.target
	Invocation ID: a2e6abf5c9b74ef292c097268cac2975
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs-pre.target
	Condition Timestamp: Tue 2020-06-16 19:48:31 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:31 IST
	Assert Result: yes
	WantedBy: systemd-remount-fs.service (destination-file)
	WantedBy: keyboard-setup.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	Before: var-lib-lxcfs.mount (destination-mountinfo-default)
	Before: run-user-1000-gvfs.mount (destination-mountinfo-default)
	Before: boot-efi.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	Before: home.mount (destination-file)
	Before: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	Before: local-fs.target (destination-file)
	Before: shutdown.target (origin-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: dm-event.service (destination-file)
	After: keyboard-setup.service (destination-file)
	After: lvm2-monitor.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: keyboard-setup.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	ReferencedBy: lvm2-monitor.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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory devices pids bpf-devices
	Name: logrotate.service
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2020-06-19 11:45:33 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: logrotate.timer (destination-implicit)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: logrotate.timer (destination-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: logrotate.timer (destination-implicit)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: yes
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	Nice: 19
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: best-effort
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/logrotate /etc/logrotate.conf
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=closed
	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: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-serial8250-tty-ttyS0.device
	Invocation ID: 2c3e892c429f4eaf8c3d91beaa8f67c7
	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 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: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-serial8250-tty-ttyS1.device
	Invocation ID: 7a8381916003471f815e05f7a32ce287
	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 systemd-binfmt.service:
	Description: Set Up Additional Binary Formats
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-binfmt.service
	Documentation: man:systemd-binfmt.service(8)
	Documentation: man:binfmt.d(5)
	Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-binfmt.service
	ConditionDirectoryNotEmpty: |/run/binfmt.d untested
	ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
	ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
	ConditionPathIsReadWrite: /proc/sys untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: proc-sys-fs-binfmt_misc.automount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-binfmt
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Invocation ID: 86cc15d4221141589780e2b1fc516490
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	Following Set Member: dev-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit uuidd.service:
	Description: Daemon for generating UUIDs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: uuidd.service
	Documentation: man:uuidd(8)
	Fragment Path: /lib/systemd/system/uuidd.service
	Requires: system.slice (origin-file)
	Requires: uuidd.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: uuidd.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	TriggeredBy: uuidd.socket (destination-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: uuidd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	ReferencedBy: uuidd.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: uuidd
	Group: uuidd
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/uuidd --socket-activation
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit run-user-1000-gvfs.mount:
	Description: /run/user/1000/gvfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:43 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:43 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:43 IST
	Active Exit 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/run-user-1000-gvfs.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: run-user-1000-gvfs.mount
	Invocation ID: dfcbdd64150c43d3930c6217468bc7da
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: systemd-journald.socket (origin-file)
	After: run-user-1000.mount (origin-path)
	After: system.slice (origin-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: -.mount (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	References: umount.target (origin-mountinfo-default)
	References: run-user-1000.mount (origin-path)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	RequiresMountsFor: /run/user/1000 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /run/user/1000/gvfs
	What: gvfsd-fuse
	File System Type: fuse.gvfsd-fuse
	Options: rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ser2net.service:
	Description: LSB: Allows network connections to serial ports
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:56 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:56 IST
	Active Exit 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/ser2net.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: ser2net.service
	Invocation ID: a663db3aba8a4bfca0daa6cd867efc7a
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/ser2net.service
	Source Path: /etc/init.d/ser2net
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file 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: remote-fs.target (origin-file)
	After: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: shutdown.target (origin-default)
	References: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: multi-user.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/ser2net start
	-> ExecReload:
		Command Line: /etc/init.d/ser2net reload
	-> ExecStop:
		Command Line: /etc/init.d/ser2net stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device:
	Description: Sunrise Point-LP HD Audio
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device
	Invocation ID: 5270a8a1e12146afa3eef45dd20f0983
	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:1f.3/sound/card0
	Found: found-udev
	udev SYSTEMD_WANTS: sound.target
-> Unit nss-lookup.target:
	Description: Host and Network Name Lookups
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: nss-lookup.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-lookup.target
	RequiredBy: rpc-statd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apache2.service (destination-file)
	Before: exim4.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rpc-statd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> 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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-journald-dev-log.socket
	Invocation ID: ea364fbecd024d83ae7797165d8f3540
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald-dev-log.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	SendBuffer: 8388608
	ListenDatagram: /run/systemd/journal/dev-log
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	Symlinks: /dev/log
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-rfkill.device:
	Description: /dev/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-rfkill.device
	Invocation ID: ae9ccce92ee44ceb896a2f8e44f28527
	Following: sys-devices-virtual-misc-rfkill.device
	Following Set Member: sys-devices-virtual-misc-rfkill.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap:
	Description: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD100_Y646PYM1T-part7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Invocation ID: 4ca2d2e00c8041c9babdc6a0ac50b980
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: 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-id/ata-TOSHIBA_MQ01ABD100_Y646PYM1T-part7 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD100_Y646PYM1T-part7
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit alsa-state.service:
	Description: Manage Sound Card State (restore and store)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit 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/alsa-state.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: alsa-state.service
	Invocation ID: dbc4844cc9ca4025a3264db3cb4314f2
	Documentation: man:alsactl(1)
	Fragment Path: /lib/systemd/system/alsa-state.service
	ConditionPathExists: !/etc/alsa/state-daemon.conf untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: sound.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sound.target (destination-default)
	Before: alsa-restore.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-file origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: alsa-restore.service (destination-file)
	ReferencedBy: sound.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 627
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
	-> ExecStop:
		Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit clean-mount-point at media-seshu-6631\x2d3330.service:
	Description: Clean the /media/seshu/6631-3330 mount point
	Instance: media-seshu-6631\x2d3330
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Exit 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-clean\x2dmount\x2dpoint.slice
	CGroup: /system.slice/system-clean\x2dmount\x2dpoint.slice/clean-mount-point at media-seshu-6631\x2d3330.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: clean-mount-point at media-seshu-6631\x2d3330.service
	Invocation ID: 5f95736a60854427ad858a524d49a434
	Fragment Path: /lib/systemd/system/clean-mount-point at .service
	Condition Timestamp: Tue 2020-06-16 19:49:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:47 IST
	Assert Result: yes
	Requires: system-clean\x2dmount\x2dpoint.slice (origin-file)
	BindsTo: media-seshu-6631\x2d3330.mount (origin-file)
	Before: media-seshu-6631\x2d3330.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system-clean\x2dmount\x2dpoint.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: media-seshu-6631\x2d3330.mount (origin-file)
	References: system-clean\x2dmount\x2dpoint.slice (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStop:
		Command Line: /bin/rm -fd /media/seshu/6631-3330
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Invocation ID: 960ccee855224c8496cfd1c7a8fab9e1
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f.device:
	Description: /dev/disk/by-id/mmc-SC16G_0x31dc031f
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f.device
	Invocation ID: 8e8763300a1048ba91563c946205d5fb
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-mmcblk0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0.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.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device:
	Description: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Invocation ID: 509c8b17c99c450484f4af0e449524b6
	Following Set Member: dev-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2duuid-6631\x2d3330.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\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:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Invocation ID: d2c8942210a84615a94c1bdb062b48c2
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit systemd-ask-password-console.path:
	Description: Dispatch Password Requests to Console Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-ask-password-console.path
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
	ConditionPathExists: !/run/plymouth/pid untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: no
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: systemd-ask-password-console.service (origin-implicit)
	Before: cryptsetup.target (origin-file)
	Before: shutdown.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-console.service (origin-implicit)
	References: -.mount (origin-path)
	References: shutdown.target (origin-file)
	References: emergency.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: cryptsetup.target (origin-file)
	References: systemd-ask-password-console.service (origin-implicit)
	References: paths.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: dead
	Result: success
	Unit: systemd-ask-password-console.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit atd.service:
	Description: Deferred execution scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/atd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: atd.service
	Invocation ID: d0b688f10a17424d80fc015aeab61630
	Documentation: man:atd(8)
	Fragment Path: /lib/systemd/system/atd.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: nss-user-lookup.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 775
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/bin/find /var/spool/cron/atjobs -type f -name =* -not -newercc /run/systemd -delete
	-> ExecStart:
		Command Line: /usr/sbin/atd -f
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit init.scope:
	Description: System and Service Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:29 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:29 IST
	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: /init.scope
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: init.scope
	Documentation: man:systemd(1)
	Requires: -.slice (origin-file)
	After: -.slice (origin-file)
	References: -.slice (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
-> Unit dev-sda7.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda7.device
	Invocation ID: 291008d40370478e829f30a5e75ca971
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev,found-swap
-> 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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-update-done.service
	After: systemd-hwdb-update.service (destination-file)
	After: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
-> Unit wpa_supplicant.service:
	Description: WPA supplicant
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: wpa_supplicant.service
	Invocation ID: 642747a155b54f389b7397d4cad1cf5a
	Fragment Path: /lib/systemd/system/wpa_supplicant.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: network.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: network.target (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.service (origin-file)
	References: shutdown.target (origin-default)
	References: dbus.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 624
	Main PID Known: yes
	Main PID Alien: no
	BusName: fi.w1.wpa_supplicant1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-publisher.service:
	Description: LAVA publisher
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/lava-publisher.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-publisher.service
	Invocation ID: 97c49a0d6d7b451ba79f63a3d11b2510
	Fragment Path: /lib/systemd/system/lava-publisher.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: remote-fs.target (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 760
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 10s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: LOGLEVEL=DEBUG
	EnvironmentFile: -/etc/default/lava-publisher
	EnvironmentFile: -/etc/lava-server/lava-publisher
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/lava-server manage lava-publisher --level $LOGLEVEL
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit clamav-daemon.service:
	Description: clamav-daemon.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: clamav-daemon.service
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap:
	Description: /dev/disk/by-id/wwn-0x5000039762400fa0-part7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Invocation ID: eb00718050fc460eaff51a6960e7c922
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	RequiresMountsFor: /dev/disk/by-id/wwn-0x5000039762400fa0-part7 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-id/wwn-0x5000039762400fa0-part7
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Invocation ID: dfdf0cdf3f994092b8bfe151d5c7e90b
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit systemd-modules-load.service:
	Description: Load Kernel Modules
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-modules-load.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-modules-load.service
	Invocation ID: b6de52f0dea849aabf32b3a11fdff2ac
	Documentation: man:systemd-modules-load.service(8)
	Documentation: man:modules-load.d(5)
	Fragment Path: /lib/systemd/system/systemd-modules-load.service
	ConditionKernelCommandLine: |rd.modules-load untested
	ConditionKernelCommandLine: |modules-load untested
	ConditionDirectoryNotEmpty: |/run/modules-load.d untested
	ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
	ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
	ConditionCapability: CAP_SYS_MODULE untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	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: networking.service (destination-file)
	Before: systemd-sysctl.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: sys-kernel-config.mount (destination-file)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-modules-load
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit apache2.service:
	Description: The Apache HTTP Server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:51 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:51 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/apache2.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: apache2.service
	Invocation ID: 93ae3e6e8a9348139c06aed6a818eac5
	Documentation: https://httpd.apache.org/docs/2.4/
	Fragment Path: /lib/systemd/system/apache2.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	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: -.mount (origin-path)
	After: network.target (origin-file)
	After: nss-lookup.target (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: nss-lookup.target (origin-file)
	References: remote-fs.target (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-path)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 796
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: APACHE_STARTED_BY_SYSTEMD=true
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/apachectl start
	-> ExecReload:
		Command Line: /usr/sbin/apachectl graceful
	-> ExecStop:
		Command Line: /usr/sbin/apachectl stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-ask-password-console.service:
	Description: Dispatch Password Requests to Console
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-ask-password-console.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
	ConditionPathExists: !/run/plymouth/pid untested
	Requires: system.slice (origin-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: systemd-vconsole-setup.service (origin-file)
	After: plymouth-start.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-ask-password-console.path (destination-implicit)
	TriggeredBy: systemd-ask-password-console.path (destination-implicit)
	References: systemd-vconsole-setup.service (origin-file)
	References: plymouth-start.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: emergency.service (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: systemd-ask-password-console.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --console
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sockets.target:
	Description: Sockets
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sockets.target
	Invocation ID: 6dc9c6df876e452f89f8f513aff92b11
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sockets.target
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Wants: systemd-journald-audit.socket (origin-file)
	Wants: rpcbind.socket (origin-file)
	Wants: uuidd.socket (origin-file)
	Wants: cups.socket (origin-file)
	Wants: docker.socket (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: avahi-daemon.socket (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: dm-event.socket (origin-file)
	Wants: systemd-journald-dev-log.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-initctl.socket (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-udevd-control.socket (destination-file)
	After: systemd-udevd-kernel.socket (destination-file)
	After: docker.socket (origin-default destination-default)
	After: systemd-journald.socket (destination-file)
	After: systemd-journald-audit.socket (destination-file)
	After: cups.socket (origin-default destination-default)
	After: syslog.socket (destination-file)
	After: systemd-journald-dev-log.socket (destination-file)
	After: avahi-daemon.socket (origin-default destination-default)
	After: uuidd.socket (origin-default destination-default)
	After: dbus.socket (origin-default destination-default)
	After: systemd-initctl.socket (destination-file)
	References: avahi-daemon.socket (origin-file origin-default)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: cups.socket (origin-file origin-default)
	References: rpcbind.socket (origin-file)
	References: systemd-initctl.socket (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: dbus.socket (origin-file origin-default)
	References: uuidd.socket (origin-file origin-default)
	References: docker.socket (origin-file origin-default)
	References: dm-event.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-journald.socket (destination-file)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: systemd-journald-dev-log.socket (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-file)
	ReferencedBy: systemd-initctl.socket (destination-file)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: systemd-udevd-kernel.socket (destination-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: systemd-udevd-control.socket (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: uuidd.socket (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-sda3.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda3.device
	Invocation ID: a4e96835307343a5aac59cdd8068ba67
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit systemd-ask-password-plymouth.path:
	Description: Forward Password Requests to Plymouth Directory Watch
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-ask-password-plymouth.path
	Invocation ID: 4291c4e8c82c4dafb85aa517c1d79b06
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
	Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.path
	ConditionPathExists: /run/plymouth/pid untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Condition Timestamp: Tue 2020-06-16 19:48:32 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:32 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: plymouth-start.service (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-ask-password-plymouth.service (origin-implicit)
	Before: basic.target (origin-file)
	Before: shutdown.target (origin-file)
	After: plymouth-start.service (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-plymouth.service (origin-implicit)
	References: plymouth-start.service (origin-file)
	References: basic.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-ask-password-plymouth.service (origin-implicit)
	References: shutdown.target (origin-file)
	ReferencedBy: plymouth-start.service (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-plymouth.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit man-db.timer:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: man-db.timer
	Invocation ID: e515510447d142f2835ce83877ce4364
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.timer
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: man-db.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: man-db.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: timers.target (origin-default)
	References: man-db.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: -.mount (origin-path)
	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: man-db.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	OnCalendar: *-*-* 00:00:00
-> Unit iscsid.service:
	Description: iscsid.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: iscsid.service
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit auth-rpcgss-module.service:
	Description: Kernel Module supporting RPCSEC_GSS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: auth-rpcgss-module.service
	Fragment Path: /lib/systemd/system/auth-rpcgss-module.service
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: gssproxy.service (origin-file)
	Wants: rpc-svcgssd.service (origin-file)
	Wants: rpc-gssd.service (origin-file)
	WantedBy: nfs-client.target (destination-file)
	WantedBy: nfs-server.service (destination-file)
	Before: gssproxy.service (origin-file)
	Before: rpc-svcgssd.service (origin-file)
	Before: rpc-gssd.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: rpc-gssd.service (origin-file)
	References: system.slice (origin-file)
	References: gssproxy.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rpc-svcgssd.service (origin-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/modprobe -q auth_rpcgss
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit plymouth-quit-wait.service:
	Description: Hold until boot process finishes up
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:49:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:49:37 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: plymouth-quit-wait.service
	Invocation ID: dcdb264cc946487aae224e158cd45ed6
	Fragment Path: /lib/systemd/system/plymouth-quit-wait.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	Before: multi-user.target (destination-default)
	After: plymouth-start.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: rc-local.service (origin-file)
	References: basic.target (origin-default)
	References: plymouth-start.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: rc-local.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	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
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/plymouth --wait
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Invocation ID: 03d8e2e368f74512939c5bdb1c9807cb
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit man-db.service:
	Description: Daily man-db regeneration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: man-db.service
	Documentation: man:mandb(8)
	Fragment Path: /lib/systemd/system/man-db.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2020-06-19 11:45:33 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: man-db.timer (destination-implicit)
	TriggeredBy: man-db.timer (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: man-db.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	Nice: 19
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	IOSchedulingClass: idle
	IOPriority: 7
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: man
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
		Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
		Command Line: /usr/bin/mandb --quiet
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Invocation ID: 195d7f365c5d4e9f92ae657744a973f8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/blk-availability.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: blk-availability.service
	Invocation ID: 30c95627e29f4356b8153a0df9d1c277
	Fragment Path: /lib/systemd/system/blk-availability.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: iscsid.service (origin-file)
	After: lvm2-activation.service (origin-file)
	After: iscsi.service (origin-file)
	After: iscsi-shutdown.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: fcoe.service (origin-file)
	After: system.slice (origin-file)
	After: rbdmap.service (origin-file)
	References: iscsi.service (origin-file)
	References: system.slice (origin-file)
	References: iscsi-shutdown.service (origin-file)
	References: rbdmap.service (origin-file)
	References: lvm2-activation.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: fcoe.service (origin-file)
	References: iscsid.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/true
	-> ExecStop:
		Command Line: /sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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: Fri 2020-06-19 18:33:08 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Enter Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Exit Timestamp: Fri 2020-06-19 18:33:08 IST
	Inactive Enter Timestamp: Fri 2020-06-19 18:33:08 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-rfkill.service
	Invocation ID: 82d30900a2a04bd0b77b32718b313323
	Documentation: man:systemd-rfkill.service(8)
	Fragment Path: /lib/systemd/system/systemd-rfkill.service
	Condition Timestamp: Fri 2020-06-19 18:33:03 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 18:33:03 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-file origin-path)
	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: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sys-devices-virtual-misc-rfkill.device (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-file origin-path)
	TriggeredBy: systemd-rfkill.socket (destination-implicit)
	References: sys-devices-virtual-misc-rfkill.device (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-file origin-path)
	ReferencedBy: systemd-rfkill.socket (destination-implicit)
	RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/rfkill
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-rfkill
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dbus.service:
	Description: D-Bus System Message Bus
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dbus.service
	Invocation ID: c6e61d2176df47e08eacd45621ce87c1
	Documentation: man:dbus-daemon(1)
	Fragment Path: /lib/systemd/system/dbus.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	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: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: NetworkManager.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: user at 1000.service (destination-file)
	Before: wpa_supplicant.service (destination-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (destination-implicit)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	TriggeredBy: dbus.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: user-runtime-dir at 1000.service (destination-file)
	ReferencedBy: user at 1000.service (destination-file)
	ReferencedBy: dbus.socket (destination-implicit)
	ReferencedBy: fwupd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 620
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	OOMScoreAdjust: -900
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap:
	Description: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Invocation ID: f683b037e8344641bdfb32f21cc61ee7
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: umount.target (origin-default)
	References: -.mount (origin-implicit)
	RequiresMountsFor: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part7 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part7
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit auditd.service:
	Description: Security Auditing Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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/auditd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: auditd.service
	Invocation ID: c3d683bacf824e37b4d997a635a3f677
	Documentation: man:auditd(8)
	Documentation: https://github.com/linux-audit/audit-documentation
	Fragment Path: /lib/systemd/system/auditd.service
	ConditionKernelCommandLine: !audit=0 untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: ssh.service (destination-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 584
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/auditd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/auditd
	-> ExecStartPost:
		Command Line: /sbin/augenrules --load
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device:
	Description: /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Invocation ID: 65934c06652946a0a2663776450c25b2
	Following Set Member: dev-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f.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.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-mqueue.mount
	Invocation ID: 4405a6df9d5d4ccbace3780bd458741d
	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 untested
	ConditionPathExists: /proc/sys/fs/mqueue untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /dev/mqueue
	What: mqueue
	File System Type: mqueue
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit 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/console-setup.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: console-setup.service
	Invocation ID: 1d4be1e37ce04c3c88e0f9aa59ab20fb
	Fragment Path: /lib/systemd/system/console-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	After: systemd-journald.socket (origin-file)
	After: console-screen.service (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	After: -.mount (origin-path)
	After: kbd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: console-screen.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: -.mount (origin-path)
	References: kbd.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/console-setup/console-setup.sh
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Invocation ID: a93abecf282e4617b3f466304c79a1ba
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	Following Set Member: dev-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit getty at tty1.service:
	Description: Getty on tty1
	Instance: tty1
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	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-getty.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: getty at tty1.service
	Documentation: man:agetty(8)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty at .service
	ConditionPathExists: /dev/tty0 untested
	Requires: system-getty.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: getty.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: gdm.service (destination-file)
	Before: gdm.service (destination-file)
	Before: getty.target (origin-file destination-default)
	Before: rescue.service (origin-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: system-getty.slice (origin-file)
	After: rc-local.service (origin-file)
	After: plymouth-quit-wait.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: getty-pre.target (origin-file)
	After: basic.target (origin-default)
	References: getty.target (origin-file)
	References: plymouth-quit-wait.service (origin-file)
	References: basic.target (origin-default)
	References: getty-pre.target (origin-file)
	References: rc-local.service (origin-file)
	References: rescue.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system-getty.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	ReferencedBy: getty.target (destination-file destination-default)
	ReferencedBy: gdm.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	UnsetEnvironment: LANG
	UnsetEnvironment: LANGUAGE
	UnsetEnvironment: LC_CTYPE
	UnsetEnvironment: LC_NUMERIC
	UnsetEnvironment: LC_TIME
	UnsetEnvironment: LC_COLLATE
	UnsetEnvironment: LC_MONETARY
	UnsetEnvironment: LC_MESSAGES
	UnsetEnvironment: LC_PAPER
	UnsetEnvironment: LC_NAME
	UnsetEnvironment: LC_ADDRESS
	UnsetEnvironment: LC_TELEPHONE
	UnsetEnvironment: LC_MEASUREMENT
	UnsetEnvironment: LC_IDENTIFICATION
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	TTYPath: /dev/tty1
	TTYReset: yes
	TTYVHangup: yes
	TTYVTDisallocate: yes
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	UtmpIdentifier: tty1
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-ask-password-wall.path
	Invocation ID: d40b914e446d4f44bff9bfd205422822
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: multi-user.target (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-ask-password-wall.service (origin-implicit)
	Before: shutdown.target (origin-file)
	Before: paths.target (origin-file)
	Before: cryptsetup.target (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-ask-password-wall.service (origin-implicit)
	References: -.mount (origin-path)
	References: systemd-ask-password-wall.service (origin-implicit)
	References: emergency.service (origin-file)
	References: shutdown.target (origin-file)
	References: paths.target (origin-file)
	References: cryptsetup.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	RequiresMountsFor: /run/systemd/ask-password (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Path State: waiting
	Result: success
	Unit: systemd-ask-password-wall.service
	MakeDirectory: yes
	DirectoryMode: 0755
	DirectoryNotEmpty: /run/systemd/ask-password
-> Unit plymouth-read-write.service:
	Description: Tell Plymouth To Write Out Runtime Data
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: plymouth-read-write.service
	Invocation ID: 5a5b4eee53664068b4645230ce51ec2a
	Fragment Path: /lib/systemd/system/plymouth-read-write.service
	ConditionPathExists: !/etc/initrd-release untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/plymouth update-root-fs --read-write
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit basic.target:
	Description: Basic System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: basic.target
	Invocation ID: e4f7ff0528ae4e38997f01c34cc4c195
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/basic.target
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-file)
	Wants: paths.target (origin-file)
	Wants: tmp.mount (origin-file)
	Wants: sockets.target (origin-file)
	Wants: timers.target (origin-file)
	Wants: slices.target (origin-file)
	RequiredBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: uuidd.service (destination-default)
	Before: lava-server-gunicorn.service (destination-default)
	Before: lavapdu-listen.service (destination-default)
	Before: rsyslog.service (destination-default)
	Before: anacron.service (destination-default)
	Before: alsa-restore.service (destination-default)
	Before: man-db.service (destination-default)
	Before: apache2.service (destination-default)
	Before: cron.service (destination-default)
	Before: avahi-daemon.service (destination-default)
	Before: alsa-state.service (destination-default)
	Before: iio-sensor-proxy.service (destination-default)
	Before: multi-user.target (destination-file destination-default)
	Before: lava-slave.service (destination-default)
	Before: systemd-ask-password-wall.service (destination-default)
	Before: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-default)
	Before: apt-daily.service (destination-default)
	Before: ntp.service (destination-default)
	Before: getty-static.service (destination-default)
	Before: containerd.service (destination-default)
	Before: upower.service (destination-default)
	Before: polkit.service (destination-default)
	Before: lavapdu-runner.service (destination-default)
	Before: postgresql at 11-main.service (destination-default)
	Before: tftpd-hpa.service (destination-default)
	Before: user at 1000.service (destination-default)
	Before: lava-logs.service (destination-default)
	Before: lxc-net.service (destination-default)
	Before: colord.service (destination-default)
	Before: apt-daily-upgrade.service (destination-default)
	Before: systemd-logind.service (destination-default)
	Before: rtkit-daemon.service (destination-default)
	Before: fwupd.service (destination-default)
	Before: nfs-utils.service (destination-default)
	Before: plymouth-quit.service (destination-default)
	Before: postgresql.service (destination-default)
	Before: cups.service (destination-default)
	Before: pppd-dns.service (destination-default)
	Before: rsync.service (destination-default)
	Before: lxcfs.service (destination-default)
	Before: getty at tty1.service (destination-default)
	Before: switcheroo-control.service (destination-default)
	Before: schroot.service (destination-default)
	Before: accounts-daemon.service (destination-default)
	Before: NetworkManager-wait-online.service (destination-default)
	Before: sysstat.service (destination-default)
	Before: ser2net.service (destination-default)
	Before: NetworkManager.service (destination-default)
	Before: lava-publisher.service (destination-default)
	Before: systemd-user-sessions.service (destination-default)
	Before: atd.service (destination-default)
	Before: lava-master.service (destination-default)
	Before: user-runtime-dir at 1000.service (destination-default)
	Before: gdm.service (destination-default)
	Before: lava-coordinator.service (destination-default)
	Before: inetd.service (destination-default)
	Before: wpa_supplicant.service (destination-default)
	Before: exim4.service (destination-default)
	Before: docker.service (destination-default)
	Before: unattended-upgrades.service (destination-default)
	Before: bolt.service (destination-default)
	Before: udisks2.service (destination-default)
	Before: bluetooth.service (destination-default)
	Before: dbus.service (destination-default)
	Before: ssh.service (destination-default)
	Before: ModemManager.service (destination-default)
	Before: lxc.service (destination-default)
	Before: rc-local.service (destination-default)
	Before: plymouth-quit-wait.service (destination-default)
	Before: logrotate.service (destination-default)
	After: slices.target (origin-file origin-default)
	After: sockets.target (origin-file origin-default)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: sysinit.target (origin-file origin-default)
	After: paths.target (origin-file origin-default)
	After: tmp.mount (origin-file)
	After: -.mount (origin-path)
	References: slices.target (origin-file origin-default)
	References: timers.target (origin-file)
	References: paths.target (origin-file origin-default)
	References: tmp.mount (origin-file)
	References: sysinit.target (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: sockets.target (origin-file origin-default)
	ReferencedBy: lxcfs.service (destination-default)
	ReferencedBy: lavapdu-listen.service (destination-default)
	ReferencedBy: lava-publisher.service (destination-default)
	ReferencedBy: lxc-net.service (destination-default)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: bolt.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: lava-logs.service (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: lava-slave.service (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: iio-sensor-proxy.service (destination-default)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: lava-master.service (destination-default)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: switcheroo-control.service (destination-default)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: lava-server-gunicorn.service (destination-default)
	ReferencedBy: bluetooth.service (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: ser2net.service (destination-default)
	ReferencedBy: inetd.service (destination-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: lavapdu-runner.service (destination-default)
	ReferencedBy: lava-coordinator.service (destination-default)
	ReferencedBy: lxc.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: pppd-dns.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-ttyS3.device:
	Description: /dev/ttyS3
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-ttyS3.device
	Invocation ID: cc1d0214f87d45c59a45f34d60cb02f1
	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 tftpd-hpa.service:
	Description: LSB: HPA's tftp server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:56 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:56 IST
	Active Exit 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/tftpd-hpa.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: tftpd-hpa.service
	Invocation ID: 4569a136788745ddbff9e041b6c65f07
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/tftpd-hpa.service
	Source Path: /etc/init.d/tftpd-hpa
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	Before: graphical.target (origin-file destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: remote-fs.target (origin-file)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs.target (origin-file)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: graphical.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/tftpd-hpa start
	-> ExecStop:
		Command Line: /etc/init.d/tftpd-hpa stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-logs.service:
	Description: LAVA logs handler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/lava-logs.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-logs.service
	Invocation ID: 6965332ee22a453f9485ce30ed1adcd1
	Fragment Path: /lib/systemd/system/lava-logs.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: basic.target (origin-default)
	References: remote-fs.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 771
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: LOGLEVEL=DEBUG
	EnvironmentFile: -/etc/default/lava-logs
	EnvironmentFile: -/etc/lava-server/lava-logs
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/lava-server manage lava-logs --level $LOGLEVEL $SOCKET $MASTER_SOCKET $IPV6 $ENCRYPT $MASTER_CERT $SLAVES_CERTS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rbdmap.service:
	Description: rbdmap.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: rbdmap.service
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit iio-sensor-proxy.service:
	Description: IIO Sensor Proxy service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit 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/iio-sensor-proxy.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: iio-sensor-proxy.service
	Invocation ID: 14e114bfcc1b4ca6be2fd6c9884be909
	Fragment Path: /lib/systemd/system/iio-sensor-proxy.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-file origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	WantedBy: sys-devices-platform-lis3lv02d-input-input16-event11.device (destination-udev)
	WantedBy: sys-devices-platform-lis3lv02d-input-input16.device (destination-udev)
	WantedBy: sys-devices-platform-lis3lv02d-input-input16-js0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-file origin-path)
	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: basic.target (origin-default)
	References: dbus.socket (origin-file)
	References: -.mount (origin-file origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: sys-devices-platform-lis3lv02d-input-input16-event11.device (destination-udev)
	ReferencedBy: sys-devices-platform-lis3lv02d-input-input16.device (destination-udev)
	ReferencedBy: sys-devices-platform-lis3lv02d-input-input16-js0.device (destination-udev)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 635
	Main PID Known: yes
	Main PID Alien: no
	BusName: net.hadess.SensorProxy
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 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_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_rawio 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_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/iio-sensor-proxy
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit colord.service:
	Description: Manage, Install and Generate Color Profiles
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:36 IST
	Active Exit 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/colord.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: colord.service
	Invocation ID: 3bbfa4f5d9fb496fa4aa6c8b678a0591
	Fragment Path: /lib/systemd/system/colord.service
	Condition Timestamp: Tue 2020-06-16 19:49:36 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:36 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: dbus.socket (origin-file)
	After: -.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.socket (origin-file)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 1668
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ColorManager
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: colord
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/colord/colord
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Invocation ID: 229f1e6223ec4ec1a11e58d0002ea961
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit lvm2-monitor.service:
	Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-monitor.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lvm2-monitor.service
	Invocation ID: 3b89798d84ef4dd6947bb8e83a0b8b43
	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: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: dm-event.socket (origin-file)
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: dm-event.service (origin-file)
	After: dm-event.socket (origin-file)
	After: lvm2-activation.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: dm-event.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: lvm2-activation.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: dm-event.service (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/lvm vgchange --monitor y
	-> ExecStop:
		Command Line: /sbin/lvm vgchange --monitor n
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit emergency.service:
	Description: Emergency Shell
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: emergency.service
	Documentation: man:sulogin(8)
	Fragment Path: /lib/systemd/system/emergency.service
	Requires: system.slice (origin-file)
	RequiredBy: emergency.target (destination-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-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)
	ConflictedBy: syslog.socket (destination-file)
	Before: emergency.target (destination-file)
	Before: rescue.service (origin-file)
	Before: sysinit.target (destination-file)
	Before: shutdown.target (origin-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: emergency.target (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: idle
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
	UMask: 0022
	WorkingDirectory: /root
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: HOME=/root
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: tty-force
	StandardOutput: inherit
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /bin/plymouth --wait quit
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sulogin-shell emergency
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	Invocation ID: 400c2bd5345e4381a08b70d56746fed8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit systemd-initctl.service:
	Description: initctl Compatibility Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-initctl.service
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.service
	Requires: system.slice (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-initctl.socket (destination-implicit)
	TriggeredBy: systemd-initctl.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: systemd-initctl.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: all
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	-> ExecStart:
		Command Line: /lib/systemd/systemd-initctl
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit 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-tmpfiles-setup.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-tmpfiles-setup.service
	Invocation ID: e6966d8e091d4b909204dba5bf9efe6d
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: upower.service (destination-file)
	Before: fwupd.service (destination-file)
	Before: colord.service (destination-file)
	Before: ModemManager.service (destination-file)
	Before: rtkit-daemon.service (destination-file)
	Before: rpcbind.service (destination-file)
	Before: apache2.service (destination-file)
	Before: ntp.service (destination-file)
	Before: bolt.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: auditd.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: iio-sensor-proxy.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: logrotate.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.service (origin-file)
	After: systemd-journal-flush.service (destination-file)
	References: systemd-journald.service (origin-file)
	References: sysinit.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: bolt.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: iio-sensor-proxy.service (destination-file)
	ReferencedBy: logrotate.service (destination-file)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: ModemManager.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: yes
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Invocation ID: 69935c2d4a5b46cdbea346990352bc38
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit shutdown.target:
	Description: Shutdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: shutdown.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/shutdown.target
	ConflictedBy: lavapdu-listen.service (destination-default)
	ConflictedBy: containerd.service (destination-default)
	ConflictedBy: sound.target (destination-default)
	ConflictedBy: gdm.service (destination-default)
	ConflictedBy: getty-pre.target (destination-default)
	ConflictedBy: ModemManager.service (destination-default)
	ConflictedBy: paths.target (destination-default)
	ConflictedBy: apt-daily-upgrade.service (destination-default)
	ConflictedBy: multi-user.target (destination-default)
	ConflictedBy: emergency.target (destination-default)
	ConflictedBy: postgresql at 11-main.service (destination-default)
	ConflictedBy: NetworkManager-wait-online.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
	ConflictedBy: bolt.service (destination-default)
	ConflictedBy: polkit.service (destination-default)
	ConflictedBy: basic.target (destination-default)
	ConflictedBy: systemd-sysusers.service (destination-file)
	ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
	ConflictedBy: cups.service (destination-default)
	ConflictedBy: avahi-daemon.socket (destination-default)
	ConflictedBy: network-pre.target (destination-default)
	ConflictedBy: user-runtime-dir at 1000.service (destination-default)
	ConflictedBy: docker.service (destination-default)
	ConflictedBy: lvm2-lvmpolld.service (destination-file)
	ConflictedBy: cups-browsed.service (destination-default)
	ConflictedBy: user at 1000.service (destination-default)
	ConflictedBy: schroot.service (destination-default)
	ConflictedBy: postgresql.service (destination-default)
	ConflictedBy: rescue.service (destination-file)
	ConflictedBy: lvm2-monitor.service (destination-file)
	ConflictedBy: ntp.service (destination-default)
	ConflictedBy: cryptsetup.target (destination-default)
	ConflictedBy: upower.service (destination-default)
	ConflictedBy: systemd-logind.service (destination-default)
	ConflictedBy: bluetooth.target (destination-default)
	ConflictedBy: anacron.service (destination-default)
	ConflictedBy: rc-local.service (destination-default)
	ConflictedBy: slices.target (destination-default)
	ConflictedBy: apt-daily.service (destination-default)
	ConflictedBy: lava-slave.service (destination-default)
	ConflictedBy: sockets.target (destination-default)
	ConflictedBy: man-db.service (destination-default)
	ConflictedBy: local-fs-pre.target (destination-default)
	ConflictedBy: uuidd.service (destination-default)
	ConflictedBy: systemd-user-sessions.service (destination-default)
	ConflictedBy: systemd-ask-password-plymouth.service (destination-file)
	ConflictedBy: systemd-ask-password-plymouth.path (destination-file)
	ConflictedBy: system-postgresql.slice (destination-default)
	ConflictedBy: lava-server-gunicorn.service (destination-default)
	ConflictedBy: wpa_supplicant.service (destination-default)
	ConflictedBy: lava-coordinator.service (destination-default)
	ConflictedBy: lxc.service (destination-default)
	ConflictedBy: dm-event.service (destination-file)
	ConflictedBy: NetworkManager.service (destination-default)
	ConflictedBy: logrotate.service (destination-default)
	ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
	ConflictedBy: time-sync.target (destination-default)
	ConflictedBy: systemd-rfkill.service (destination-file)
	ConflictedBy: systemd-timesyncd.service (destination-file)
	ConflictedBy: systemd-modules-load.service (destination-file)
	ConflictedBy: timers.target (destination-file)
	ConflictedBy: systemd-ask-password-console.path (destination-file)
	ConflictedBy: swap.target (destination-default)
	ConflictedBy: system-clean\x2dmount\x2dpoint.slice (destination-default)
	ConflictedBy: systemd-hwdb-update.service (destination-file)
	ConflictedBy: bluetooth.service (destination-default)
	ConflictedBy: systemd-machine-id-commit.service (destination-file)
	ConflictedBy: networking.service (destination-file)
	ConflictedBy: apache2.service (destination-default)
	ConflictedBy: systemd-networkd.service (destination-file)
	ConflictedBy: systemd-ask-password-wall.path (destination-file)
	ConflictedBy: session-2.scope (destination-default)
	ConflictedBy: anacron.timer (destination-default)
	ConflictedBy: avahi-daemon.service (destination-default)
	ConflictedBy: alsa-state.service (destination-default)
	ConflictedBy: auditd.service (destination-file)
	ConflictedBy: nss-lookup.target (destination-default)
	ConflictedBy: cron.service (destination-default)
	ConflictedBy: user-1000.slice (destination-default)
	ConflictedBy: rescue.target (destination-default)
	ConflictedBy: plymouth-quit.service (destination-default)
	ConflictedBy: nfs-client.target (destination-default)
	ConflictedBy: rsyslog.service (destination-default)
	ConflictedBy: getty at tty1.service (destination-default)
	ConflictedBy: udisks2.service (destination-default)
	ConflictedBy: lxcfs.service (destination-default)
	ConflictedBy: syslog.socket (destination-file)
	ConflictedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ConflictedBy: logrotate.timer (destination-default)
	ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
	ConflictedBy: atd.service (destination-default)
	ConflictedBy: man-db.timer (destination-default)
	ConflictedBy: getty-static.service (destination-default)
	ConflictedBy: plymouth-quit-wait.service (destination-default)
	ConflictedBy: user.slice (destination-default)
	ConflictedBy: cups.path (destination-default)
	ConflictedBy: ssh.service (destination-default)
	ConflictedBy: rpcbind.target (destination-default)
	ConflictedBy: lava-master.service (destination-default)
	ConflictedBy: fwupd.service (destination-default)
	ConflictedBy: ser2net.service (destination-default)
	ConflictedBy: systemd-random-seed.service (destination-file)
	ConflictedBy: iio-sensor-proxy.service (destination-default)
	ConflictedBy: lxc-net.service (destination-default)
	ConflictedBy: nfs-utils.service (destination-default)
	ConflictedBy: docker.socket (destination-default)
	ConflictedBy: systemd-binfmt.service (destination-file)
	ConflictedBy: systemd-remount-fs.service (destination-file)
	ConflictedBy: sysstat.service (destination-default)
	ConflictedBy: local-fs.target (destination-file)
	ConflictedBy: network.target (destination-default)
	ConflictedBy: rsync.service (destination-default)
	ConflictedBy: sysinit.target (destination-default)
	ConflictedBy: apt-daily-upgrade.timer (destination-default)
	ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
	ConflictedBy: dbus.socket (destination-default)
	ConflictedBy: lvm2-lvmpolld.socket (destination-file)
	ConflictedBy: alsa-restore.service (destination-default)
	ConflictedBy: cups.socket (destination-default)
	ConflictedBy: switcheroo-control.service (destination-default)
	ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
	ConflictedBy: exim4.service (destination-default)
	ConflictedBy: system-getty.slice (destination-default)
	ConflictedBy: systemd-ask-password-wall.service (destination-default)
	ConflictedBy: remote-fs-pre.target (destination-default)
	ConflictedBy: lavapdu-runner.service (destination-default)
	ConflictedBy: blk-availability.service (destination-file)
	ConflictedBy: systemd-update-utmp.service (destination-file)
	ConflictedBy: apt-daily.timer (destination-default)
	ConflictedBy: emergency.service (destination-file)
	ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ConflictedBy: rtkit-daemon.service (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ConflictedBy: accounts-daemon.service (destination-default)
	ConflictedBy: tftpd-hpa.service (destination-default)
	ConflictedBy: inetd.service (destination-default)
	ConflictedBy: lava-logs.service (destination-default)
	ConflictedBy: remote-fs.target (destination-file)
	ConflictedBy: network-online.target (destination-default)
	ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	ConflictedBy: systemd-sysctl.service (destination-file)
	ConflictedBy: dbus.service (destination-default)
	ConflictedBy: systemd-rfkill.socket (destination-file)
	ConflictedBy: colord.service (destination-default)
	ConflictedBy: getty.target (destination-default)
	ConflictedBy: systemd-ask-password-console.service (destination-file)
	ConflictedBy: pppd-dns.service (destination-default)
	ConflictedBy: graphical.target (destination-default)
	ConflictedBy: nss-user-lookup.target (destination-default)
	ConflictedBy: unattended-upgrades.service (destination-default)
	ConflictedBy: systemd-fsck-root.service (destination-file)
	ConflictedBy: uuidd.socket (destination-default)
	ConflictedBy: lava-publisher.service (destination-default)
	After: systemd-rfkill.socket (destination-file)
	After: emergency.target (destination-default)
	After: systemd-modules-load.service (destination-file)
	After: udisks2.service (destination-default)
	After: lava-logs.service (destination-default)
	After: lxc.service (destination-default)
	After: swap.target (destination-default)
	After: getty-static.service (destination-default)
	After: switcheroo-control.service (destination-default)
	After: schroot.service (destination-default)
	After: emergency.service (destination-file)
	After: user.slice (destination-default)
	After: time-sync.target (destination-default)
	After: systemd-networkd.service (destination-file)
	After: local-fs-pre.target (destination-default)
	After: colord.service (destination-default)
	After: system-postgresql.slice (destination-default)
	After: session-2.scope (destination-default)
	After: cups.path (destination-default)
	After: atd.service (destination-default)
	After: systemd-sysusers.service (destination-file)
	After: ser2net.service (destination-default)
	After: systemd-update-utmp-runlevel.service (destination-file)
	After: systemd-backlight at backlight:intel_backlight.service (destination-file)
	After: plymouth-quit-wait.service (destination-default)
	After: sockets.target (destination-default)
	After: iio-sensor-proxy.service (destination-default)
	After: docker.socket (destination-default)
	After: systemd-machine-id-commit.service (destination-file)
	After: postgresql at 11-main.service (destination-default)
	After: systemd-timesyncd.service (destination-file)
	After: systemd-update-utmp.service (destination-file)
	After: systemd-ask-password-wall.path (destination-file)
	After: dbus.socket (destination-default)
	After: lava-publisher.service (destination-default)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: tftpd-hpa.service (destination-default)
	After: network-pre.target (destination-default)
	After: polkit.service (destination-default)
	After: uuidd.socket (destination-default)
	After: network.target (destination-default)
	After: uuidd.service (destination-default)
	After: paths.target (destination-default)
	After: systemd-hwdb-update.service (destination-file)
	After: system-systemd\x2dfsck.slice (destination-default)
	After: getty.target (destination-default)
	After: dm-event.service (destination-file)
	After: NetworkManager.service (destination-default)
	After: anacron.timer (destination-default)
	After: graphical.target (destination-default)
	After: basic.target (destination-default)
	After: alsa-restore.service (destination-default)
	After: systemd-quotacheck.service (destination-file)
	After: auditd.service (destination-file)
	After: anacron.service (destination-default)
	After: getty-pre.target (destination-default)
	After: dbus.service (destination-default)
	After: ntp.service (destination-default)
	After: nfs-utils.service (destination-default)
	After: systemd-ask-password-wall.service (destination-default)
	After: cryptsetup.target (destination-default)
	After: multi-user.target (destination-default)
	After: NetworkManager-wait-online.service (destination-default)
	After: lavapdu-runner.service (destination-default)
	After: systemd-binfmt.service (destination-file)
	After: cron.service (destination-default)
	After: rtkit-daemon.service (destination-default)
	After: logrotate.service (destination-default)
	After: slices.target (destination-default)
	After: network-online.target (destination-default)
	After: fwupd.service (destination-default)
	After: upower.service (destination-default)
	After: rc-local.service (destination-default)
	After: lxc-net.service (destination-default)
	After: sound.target (destination-default)
	After: apache2.service (destination-default)
	After: inetd.service (destination-default)
	After: systemd-ask-password-plymouth.path (destination-file)
	After: system-clean\x2dmount\x2dpoint.slice (destination-default)
	After: systemd-remount-fs.service (destination-file)
	After: getty at tty1.service (destination-default)
	After: systemd-sysctl.service (destination-file)
	After: nfs-client.target (destination-default)
	After: cups.service (destination-default)
	After: systemd-random-seed.service (destination-file)
	After: man-db.timer (destination-default)
	After: lava-coordinator.service (destination-default)
	After: systemd-fsck-root.service (destination-file)
	After: bluetooth.target (destination-default)
	After: lavapdu-listen.service (destination-default)
	After: apt-daily.timer (destination-default)
	After: nss-user-lookup.target (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: systemd-ask-password-console.service (destination-file)
	After: systemd-rfkill.service (destination-file)
	After: pppd-dns.service (destination-default)
	After: rescue.service (destination-file)
	After: alsa-state.service (destination-default)
	After: rsyslog.service (destination-default)
	After: lxcfs.service (destination-default)
	After: ModemManager.service (destination-default)
	After: system-systemd\x2dbacklight.slice (destination-default)
	After: nss-lookup.target (destination-default)
	After: rescue.target (destination-default)
	After: bolt.service (destination-default)
	After: gdm.service (destination-default)
	After: lava-master.service (destination-default)
	After: logrotate.timer (destination-default)
	After: wpa_supplicant.service (destination-default)
	After: rpcbind.target (destination-default)
	After: systemd-user-sessions.service (destination-default)
	After: apt-daily.service (destination-default)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: remote-fs-pre.target (destination-default)
	After: plymouth-quit.service (destination-default)
	After: sysinit.target (destination-default)
	After: ssh.service (destination-default)
	After: systemd-ask-password-plymouth.service (destination-file)
	After: user at 1000.service (destination-default)
	After: lava-server-gunicorn.service (destination-default)
	After: avahi-daemon.service (destination-default)
	After: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	After: syslog.socket (destination-file)
	After: system-getty.slice (destination-default)
	After: systemd-logind.service (destination-default)
	After: containerd.service (destination-default)
	After: cups.socket (destination-default)
	After: postgresql.service (destination-default)
	After: unattended-upgrades.service (destination-default)
	After: accounts-daemon.service (destination-default)
	After: systemd-tmpfiles-setup.service (destination-file)
	After: user-1000.slice (destination-default)
	After: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	After: systemd-ask-password-console.path (destination-file)
	After: exim4.service (destination-default)
	After: user-runtime-dir at 1000.service (destination-default)
	After: bluetooth.service (destination-default)
	After: systemd-tmpfiles-clean.service (destination-file)
	After: cups-browsed.service (destination-default)
	After: docker.service (destination-default)
	After: systemd-fsckd.service (destination-file)
	After: man-db.service (destination-default)
	After: rsync.service (destination-default)
	After: sysstat.service (destination-default)
	After: apt-daily-upgrade.service (destination-default)
	After: networking.service (destination-file)
	After: lava-slave.service (destination-default)
	After: avahi-daemon.socket (destination-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.service (destination-default)
	ReferencedBy: local-fs-pre.target (destination-default)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-modules-load.service (destination-file)
	ReferencedBy: swap.target (destination-default)
	ReferencedBy: systemd-user-sessions.service (destination-default)
	ReferencedBy: sysstat.service (destination-default)
	ReferencedBy: rtkit-daemon.service (destination-default)
	ReferencedBy: remote-fs.target (destination-file)
	ReferencedBy: slices.target (destination-default)
	ReferencedBy: postgresql at 11-main.service (destination-default)
	ReferencedBy: docker.socket (destination-default)
	ReferencedBy: ntp.service (destination-default)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: iio-sensor-proxy.service (destination-default)
	ReferencedBy: lava-logs.service (destination-default)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: alsa-restore.service (destination-default)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: containerd.service (destination-default)
	ReferencedBy: syslog.socket (destination-file)
	ReferencedBy: system-clean\x2dmount\x2dpoint.slice (destination-default)
	ReferencedBy: getty.target (destination-default)
	ReferencedBy: emergency.service (destination-file)
	ReferencedBy: ModemManager.service (destination-default)
	ReferencedBy: postgresql.service (destination-default)
	ReferencedBy: rc-local.service (destination-default)
	ReferencedBy: user-1000.slice (destination-default)
	ReferencedBy: system-postgresql.slice (destination-default)
	ReferencedBy: wpa_supplicant.service (destination-default)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: cups.socket (destination-default)
	ReferencedBy: avahi-daemon.service (destination-default)
	ReferencedBy: sysinit.target (destination-default)
	ReferencedBy: dm-event.service (destination-file)
	ReferencedBy: multi-user.target (destination-default)
	ReferencedBy: dbus.socket (destination-default)
	ReferencedBy: lxcfs.service (destination-default)
	ReferencedBy: fwupd.service (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-default)
	ReferencedBy: anacron.service (destination-default)
	ReferencedBy: lavapdu-listen.service (destination-default)
	ReferencedBy: cryptsetup.target (destination-default)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: session-2.scope (destination-default)
	ReferencedBy: colord.service (destination-default)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: cron.service (destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-default)
	ReferencedBy: lavapdu-runner.service (destination-default)
	ReferencedBy: docker.service (destination-default)
	ReferencedBy: sockets.target (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: lava-master.service (destination-default)
	ReferencedBy: user at 1000.service (destination-default)
	ReferencedBy: basic.target (destination-default)
	ReferencedBy: lvm2-lvmpolld.socket (destination-file)
	ReferencedBy: network-online.target (destination-default)
	ReferencedBy: paths.target (destination-default)
	ReferencedBy: lava-server-gunicorn.service (destination-default)
	ReferencedBy: switcheroo-control.service (destination-default)
	ReferencedBy: schroot.service (destination-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: nfs-client.target (destination-default)
	ReferencedBy: plymouth-quit-wait.service (destination-default)
	ReferencedBy: man-db.service (destination-default)
	ReferencedBy: user-runtime-dir at 1000.service (destination-default)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: rsync.service (destination-default)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: network.target (destination-default)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: logrotate.service (destination-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: nss-user-lookup.target (destination-default)
	ReferencedBy: ser2net.service (destination-default)
	ReferencedBy: udisks2.service (destination-default)
	ReferencedBy: lxc.service (destination-default)
	ReferencedBy: gdm.service (destination-default)
	ReferencedBy: bluetooth.target (destination-default)
	ReferencedBy: nfs-utils.service (destination-default)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: upower.service (destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-default)
	ReferencedBy: NetworkManager.service (destination-default)
	ReferencedBy: getty-static.service (destination-default)
	ReferencedBy: getty-pre.target (destination-default)
	ReferencedBy: uuidd.socket (destination-default)
	ReferencedBy: bluetooth.service (destination-default)
	ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
	ReferencedBy: alsa-state.service (destination-default)
	ReferencedBy: lava-publisher.service (destination-default)
	ReferencedBy: inetd.service (destination-default)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: exim4.service (destination-default)
	ReferencedBy: systemd-logind.service (destination-default)
	ReferencedBy: accounts-daemon.service (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: plymouth-quit.service (destination-default)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: emergency.target (destination-default)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: dbus.service (destination-default)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-default)
	ReferencedBy: user.slice (destination-default)
	ReferencedBy: system-getty.slice (destination-default)
	ReferencedBy: unattended-upgrades.service (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: time-sync.target (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: rpcbind.target (destination-default)
	ReferencedBy: apache2.service (destination-default)
	ReferencedBy: rescue.target (destination-default)
	ReferencedBy: remote-fs-pre.target (destination-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: uuidd.service (destination-default)
	ReferencedBy: lava-slave.service (destination-default)
	ReferencedBy: graphical.target (destination-default)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: nss-lookup.target (destination-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: apt-daily.service (destination-default)
	ReferencedBy: bolt.service (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-sysctl.service (destination-file)
	ReferencedBy: timers.target (destination-file)
	ReferencedBy: network-pre.target (destination-default)
	ReferencedBy: pppd-dns.service (destination-default)
	ReferencedBy: cups-browsed.service (destination-default)
	ReferencedBy: cups.service (destination-default)
	ReferencedBy: rsyslog.service (destination-default)
	ReferencedBy: ssh.service (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: polkit.service (destination-default)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	ReferencedBy: atd.service (destination-default)
	ReferencedBy: getty at tty1.service (destination-default)
	ReferencedBy: sound.target (destination-default)
	ReferencedBy: lxc-net.service (destination-default)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit dev-sda5.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda5.device
	Invocation ID: 4188696617ad43e28d3707a791f8ed9b
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> 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: Tue 2020-06-16 19:49:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:37 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:49:37 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-update-utmp-runlevel.service
	Invocation ID: c9d5f95637604b62b57f4137f3752b45
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
	Condition Timestamp: Tue 2020-06-16 19:49:37 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:37 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (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-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: rescue.target (origin-file)
	After: graphical.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: rescue.target (origin-file)
	References: shutdown.target (origin-file)
	References: graphical.target (origin-file)
	References: systemd-update-utmp.service (origin-file)
	References: multi-user.target (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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp runlevel
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Invocation ID: 74b3a0cb96c746ec8eaf03eabc144261
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit systemd-tmpfiles-setup-dev.service:
	Description: Create Static Device Nodes in /dev
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:31 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:31 IST
	Active Exit 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-tmpfiles-setup-dev.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-tmpfiles-setup-dev.service
	Invocation ID: 544ae354535e4db9935323996c83e88c
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	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-udevd.service (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: system.slice (origin-file)
	After: kmod-static-nodes.service (destination-file)
	References: systemd-udevd.service (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-sysusers.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: kmod-static-nodes.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/keyboard-setup.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: keyboard-setup.service
	Invocation ID: c58f7681573d4af99c50ed99a1f9547f
	Fragment Path: /lib/systemd/system/keyboard-setup.service
	ConditionPathExists: /bin/setupcon untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: local-fs-pre.target (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/console-setup/keyboard-setup.sh
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-platform-lis3lv02d-input-input16-js0.device:
	Description: /sys/devices/platform/lis3lv02d/input/input16/js0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-lis3lv02d-input-input16-js0.device
	Invocation ID: 845205b346e14a8b85ef83cacfdb9743
	Following Set Member: dev-input-js0.device
	Wants: iio-sensor-proxy.service (origin-udev)
	References: iio-sensor-proxy.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16/js0
	Found: found-udev
	udev SYSTEMD_WANTS: iio-sensor-proxy.service
-> Unit rpc-svcgssd.service:
	Description: RPC security service for NFS server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rpc-svcgssd.service
	Fragment Path: /lib/systemd/system/rpc-svcgssd.service
	ConditionPathExists: /etc/krb5.keytab untested
	ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested
	ConditionPathExists: |!/run/gssproxy.pid untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	PartOf: nfs-server.service (origin-file)
	WantedBy: auth-rpcgss-module.service (destination-file)
	Before: nfs-client.target (destination-file)
	Before: nfs-server.service (destination-file)
	After: gssproxy.service (origin-file)
	After: local-fs.target (origin-file)
	After: nfs-config.service (origin-file)
	After: auth-rpcgss-module.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	References: nfs-config.service (origin-file)
	References: system.slice (origin-file)
	References: gssproxy.service (origin-file)
	References: local-fs.target (origin-file)
	References: nfs-server.service (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nfs-utils.service (origin-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ntp.service:
	Description: Network Time Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:45 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:45 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/ntp.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: ntp.service
	Invocation ID: bd615e3f42a24b4a844d685ee75fe56f
	Documentation: man:ntpd(8)
	Fragment Path: /lib/systemd/system/ntp.service
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: systemd-timesyncd.service (origin-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: systemd-timesyncd.service (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 737
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/ntp/ntp-systemd-wrapper
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartlabel-root.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-root.device
	Invocation ID: 1c07193916824e7f9fe1c48bd8077fb8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Invocation ID: f1a3150b84a643749095af7b66619a23
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit cups.socket:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: cups.socket
	Invocation ID: 18610ba3199d466a9f01299a1dded3f0
	Fragment Path: /lib/systemd/system/cups.socket
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	PartOf: cups.service (origin-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	Before: cups.service (origin-implicit)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	Triggers: cups.service (origin-implicit)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: sockets.target (origin-default)
	References: cups.service (origin-file origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (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
	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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Invocation ID: d1e8147a96f2485bae6775e9cc26dc86
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit console-screen.service:
	Description: console-screen.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: console-screen.service
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit nfs-utils.service:
	Description: NFS server and client services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: nfs-utils.service
	Fragment Path: /lib/systemd/system/nfs-utils.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	ConsistsOf: rpc-gssd.service (destination-file)
	ConsistsOf: rpc-statd-notify.service (destination-file)
	ConsistsOf: rpc-statd.service (destination-file)
	ConsistsOf: nfs-blkmap.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/true
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-udevd-kernel.socket:
	Description: udev Kernel Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-udevd-kernel.socket
	Invocation ID: 9e638e8e25e7428795d714dacc68c974
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: systemd-udev-trigger.service (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: systemd-udevd.service (origin-implicit)
	References: system.slice (origin-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-udevd-kernel.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 134217728
	ListenNetlink: kobject-uevent 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ModemManager.service:
	Description: Modem Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/ModemManager.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: ModemManager.service
	Invocation ID: e768249ab7fb4913a0dba3865477acb8
	Fragment Path: /lib/systemd/system/ModemManager.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: dbus.socket (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: systemd-tmpfiles-setup.service (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.socket (origin-file)
	After: -.mount (origin-path)
	After: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-abort
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 639
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.ModemManager1
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: null
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_sys_admin
	User: root
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/ModemManager --filter-policy=strict
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit cups.service:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: cups.service
	Invocation ID: 9e8e5696d20642118a787e907bcd7bd0
	Documentation: man:cupsd(8)
	Fragment Path: /lib/systemd/system/cups.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: cups-browsed.service (destination-file)
	ConsistsOf: cups.path (destination-file)
	ConsistsOf: cups.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: cups-browsed.service (destination-file)
	Before: shutdown.target (origin-default)
	After: cups.socket (destination-implicit)
	After: cups.path (destination-implicit)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	TriggeredBy: cups.path (destination-implicit)
	TriggeredBy: cups.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: cups.path (destination-file destination-implicit)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: cups.socket (destination-file destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 626
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/cupsd -l
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:49:41 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Exit 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: memory pids
	CGroup own mask: memory pids
	Name: user at 1000.service
	Invocation ID: 1814bd083ab84ecf8e66919b665b8906
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user at .service
	Condition Timestamp: Tue 2020-06-16 19:49:41 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:41 IST
	Assert Result: yes
	Requires: user-runtime-dir at 1000.service (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: user-1000.slice (origin-file)
	WantedBy: session-2.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	After: user-1000.slice (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: dbus.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: basic.target (origin-default)
	After: user-runtime-dir at 1000.service (origin-file)
	References: dbus.service (origin-file)
	References: sysinit.target (origin-default)
	References: user-runtime-dir at 1000.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: user-1000.slice (origin-file)
	References: systemd-user-sessions.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 1701
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 2min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	User: 1000
	DynamicUser: no
	PAMName: systemd-user
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd --user
	Status Text: Startup finished in 141ms.
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=yes
	DelegateControllers=memory pids
-> Unit dev-sda4.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda4.device
	Invocation ID: 5ede565497d74c02ba3e8a4b529c63dd
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Invocation ID: 2b7d7b850ae34a41b37f9a4b51315ac6
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: dev-sda4.device
	Following Set Member: dev-disk-by\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit firewalld.service:
	Description: firewalld.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: firewalld.service
	Before: docker.service (destination-file)
	ReferencedBy: docker.service (destination-file)
-> Unit dev-disk-by\x2dpartlabel-home.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-home.device
	Invocation ID: 6de9e0c8d0e64778875522079d2e5295
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit sys-devices-platform-lis3lv02d-input-input16-event11.device:
	Description: /sys/devices/platform/lis3lv02d/input/input16/event11
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-lis3lv02d-input-input16-event11.device
	Invocation ID: a1eed85b5c2a4b91ab3b324f924b3c90
	Following Set Member: dev-input-event11.device
	Following Set Member: dev-input-by\x2dpath-platform\x2dlis3lv02d\x2devent.device
	Wants: iio-sensor-proxy.service (origin-udev)
	References: iio-sensor-proxy.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16/event11
	Found: found-udev
	udev SYSTEMD_WANTS: iio-sensor-proxy.service
-> Unit dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Invocation ID: 1007a9183f834fefa64ba87ebbdd904b
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Invocation ID: 7a355eac766c445bb32f66bd8d3a386c
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-swap.swap:
	Description: /dev/disk/by-partlabel/swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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\x2dpartlabel-swap.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2dpartlabel-swap.swap
	Invocation ID: 63dff7dacdc9445ebcd0ab5c361400ab
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-implicit)
	RequiresMountsFor: /dev/disk/by-partlabel/swap (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-partlabel/swap
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartlabel-swap.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-swap.device
	Invocation ID: 0ad05a22d77d48a48fc15b81211d13f8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit nfs-config.service:
	Description: Preprocess NFS configuration
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: nfs-config.service
	Invocation ID: 3e50208db65d4e3eb2fa046f68292a0a
	Fragment Path: /lib/systemd/system/nfs-config.service
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: rpc-svcgssd.service (destination-file)
	WantedBy: nfs-mountd.service (destination-file)
	WantedBy: nfs-server.service (destination-file)
	WantedBy: nfs-idmapd.service (destination-file)
	WantedBy: rpc-statd.service (destination-file)
	WantedBy: rpc-gssd.service (destination-file)
	WantedBy: rpc-statd-notify.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: rpc-statd.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-sysusers.service:
	Description: Create System Users
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-sysusers.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-sysusers.service
	Invocation ID: edc22f06321e4bdbac90929bea8fb0b1
	Documentation: man:sysusers.d(5)
	Documentation: man:systemd-sysusers.service(8)
	Fragment Path: /lib/systemd/system/systemd-sysusers.service
	ConditionNeedsUpdate: /etc untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-update-done.service (origin-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: systemd-tmpfiles-setup-dev.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: systemd-udevd.service (destination-file)
	Before: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-update-done.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-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: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-sysusers
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-master.service:
	Description: LAVA master
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/lava-master.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-master.service
	Invocation ID: e05ae497c17a44219ee92b7a2aa47616
	Fragment Path: /lib/systemd/system/lava-master.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: remote-fs.target (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: 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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 759
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: LOGLEVEL=DEBUG
	EnvironmentFile: -/etc/default/lava-master
	EnvironmentFile: -/etc/lava-server/lava-master
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/lava-server manage lava-master --level $LOGLEVEL $MASTER_SOCKET $IPV6 $ENCRYPT $MASTER_CERT $SLAVES_CERTS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit system-clean\x2dmount\x2dpoint.slice:
	Description: system-clean\x2dmount\x2dpoint.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Exit 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-clean\x2dmount\x2dpoint.slice
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-clean\x2dmount\x2dpoint.slice
	Invocation ID: 0e5968f553f74217abdbe2552e494b19
	Condition Timestamp: Tue 2020-06-16 19:49:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:47 IST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit NetworkManager-wait-online.service:
	Description: Network Manager Wait Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:55 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Exit 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/NetworkManager-wait-online.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: NetworkManager-wait-online.service
	Invocation ID: 2f8f0cc142644e439c1730e27eff7745
	Documentation: man:nm-online(1)
	Fragment Path: /lib/systemd/system/NetworkManager-wait-online.service
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: NetworkManager.service (origin-file)
	WantedBy: network-online.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: network-online.target (origin-file destination-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: NetworkManager.service (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: NetworkManager.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	ReferencedBy: network-online.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/nm-online -s -q --timeout=30
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Invocation ID: f64a6511afa64da0808d608f8b6b1c30
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit systemd-sysctl.service:
	Description: Apply Kernel Variables
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:31 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:31 IST
	Active Exit 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-sysctl.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-sysctl.service
	Invocation ID: b24a8294856745c8aa734a85edad114e
	Documentation: man:systemd-sysctl.service(8)
	Documentation: man:sysctl.d(5)
	Fragment Path: /lib/systemd/system/systemd-sysctl.service
	ConditionPathIsReadWrite: /proc/sys/net untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	Before: systemd-networkd.service (destination-file)
	Before: networking.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-modules-load.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-sysctl
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-remount-fs.service:
	Description: Remount Root and Kernel File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-remount-fs.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-remount-fs.service
	Invocation ID: 7bd234c4d03941c69d6ab10b9b87abeb
	Documentation: man:systemd-remount-fs.service(8)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/systemd-remount-fs.service
	ConditionPathExists: /etc/fstab untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	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-quotacheck.service (destination-file)
	Before: systemd-journal-flush.service (destination-file)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Before: systemd-timesyncd.service (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-sysusers.service (destination-file)
	Before: systemd-hwdb-update.service (destination-file)
	Before: systemd-update-utmp.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	Before: systemd-random-seed.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: local-fs-pre.target (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs-pre.target (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-sysusers.service (destination-file)
	ReferencedBy: systemd-update-utmp.service (destination-file)
	ReferencedBy: systemd-hwdb-update.service (destination-file)
	ReferencedBy: systemd-random-seed.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-remount-fs
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-networkd.service:
	Description: Network Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-networkd.service
	Documentation: man:systemd-networkd.service(8)
	Fragment Path: /lib/systemd/system/systemd-networkd.service
	ConditionCapability: CAP_NET_ADMIN untested
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Wants: network.target (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: apt-daily.service (destination-file)
	Before: network.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: multi-user.target (origin-file)
	Before: apt-daily-upgrade.service (destination-file)
	After: systemd-udevd.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-sysctl.service (origin-file)
	After: -.mount (origin-path)
	After: network-pre.target (origin-file)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-udevd.service (origin-file)
	References: network-pre.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: systemd-sysusers.service (origin-file)
	References: systemd-sysctl.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	RequiresMountsFor: /run/systemd/netif (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: strict
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: yes
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: systemd/netif
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
	AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
	User: systemd-network
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: fchown32 lstat64 setgid32 fremovexattr linkat add_key removexattr munlockall personality migrate_pages fadvise64_64 get_robust_list prlimit64 umask lchown getcpu request_key sigsuspend mlock2 listen setfsgid setgroups32 preadv waitpid pipe mknodat rt_sigsuspend _newselect recv pwritev close getpid setresgid inotify_rm_watch mkdir getsockname clock_gettime getegid32 userfaultfd getgroups32 set_tls mmap sigpending mknod eventfd2 stat setsockopt gettid name_to_handle_at ugetrlimit _llseek getdents mq_timedreceive poll mkdirat io_cancel getresuid32 getrandom epoll_pwait set_tid_address lstat readv symlinkat exit mmap2 timerfd_create sched_getaffinity msgget splice setreuid sigprocmask sendfile64 readlink fcntl mprotect setpriority lremovexattr mlockall io_submit alarm times fork sched_getparam getgroups copy_file_range futex pause lseek brk lgetxattr newfstatat getresuid sched_getattr msync oldstat ipc inotify_init1 setuid open process_vm_readv pipe2 fchmodat setreuid32 fchdir ioprio_set recvmsg kill flistxattr arch_prctl sched_setaffinity sigaltstack timer_create ioctl sync_file_range2 dup3 setgid io_getevents pselect6 clone sigreturn setpgid dup2 llistxattr setgroups mremap recvfrom readahead chown32 nice sync fdatasync timer_gettime rename set_robust_list access oldlstat statx oldfstat olduname shmctl getuid32 setsid rt_sigqueueinfo epoll_create1 creat exit_group geteuid shmget getxattr setns getcwd sendmmsg setresuid32 signalfd semop read sched_get_priority_min setresuid mq_getsetattr fcntl64 setitimer renameat2 set_thread_area sched_setattr unlink sched_getscheduler get_mempolicy madvise gettimeofday epoll_create inotify_add_watch getpgrp capset ftruncate64 shmdt fstatfs readlinkat accept fallocate execve sched_get_priority_max writev vmsplice tee restart_syscall rmdir setregid signal getgid unlinkat sched_setscheduler truncate chmod timer_settime capget getppid syncfs setfsuid sendmsg move_pages ioprio_get rt_sigpending epoll_wait statfs64 waitid setregid32 fsetxattr chown membarrier eventfd clock_nanosleep semctl send semget vfork getegid oldolduname rt_sigprocmask sched_yield prctl mq_timedsend fchmod fsync set_mempolicy inotify_init connect semtimedop time timer_delete setfsgid32 io_setup renameat epoll_ctl listxattr getrlimit timer_getoverrun msgctl getgid32 setresgid32 execveat nanosleep signalfd4 remap_file_pages timerfd_gettime mq_open clock_getres shutdown futimesat utimensat geteuid32 dup msgsnd mq_unlink mbind symlink setxattr rt_sigaction getsid fstat64 mq_notify fchownat utimes chdir munlock timerfd_settime msgrcv memfd_create sigaction openat flock setrlimit utime preadv2 setuid32 fstat socketpair faccessat ftruncate rt_tgsigqueueinfo getitimer tkill shmat accept4 sysinfo socket setfsuid32 fstatfs64 readdir truncate64 getpriority getuid fchown sched_setparam ppoll write rt_sigreturn lchown32 socketcall munmap bind rt_sigtimedwait wait4 sendfile getpeername unshare fstatat64 pwrite64 select sendto getdents64 getsockopt kcmp statfs pread64 epoll_ctl_old get_thread_area getresgid32 keyctl swapcontext recvmmsg sync_file_range tgkill uname getrusage sched_rr_get_interval getpgid epoll_wait_old fadvise64 stat64 process_vm_writev io_destroy fgetxattr link lsetxattr pwritev2 getresgid mlock
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-networkd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit getty-static.service:
	Description: getty on tty2-tty6 if dbus and logind are not available
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: getty-static.service
	Fragment Path: /lib/systemd/system/getty-static.service
	ConditionPathExists: !/lib/systemd/system/dbus.service untested
	ConditionPathExists: /dev/tty0 untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	ReferencedBy: getty.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-udevd-control.socket:
	Description: udev Control Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-udevd-control.socket
	Invocation ID: b4e734f9d2114fe1992077cf2fb95247
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sockets.target (destination-file)
	WantedBy: systemd-udevd.service (destination-file)
	Before: systemd-udevd.service (origin-implicit destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-udev-trigger.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-udevd.service (origin-implicit destination-file)
	References: system.slice (origin-file)
	References: systemd-udevd.service (origin-implicit)
	References: sockets.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: systemd-udevd.service (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	RequiresMountsFor: /run/udev/control (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: systemd-udevd-control.socket
	SELinuxContextFromNet: no
	ListenSequentialPacket: /run/udev/control
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-coordinator.service:
	Description: LSB: LAVA MultiNode Coordinator singleton
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:03 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:03 IST
	Active Exit 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/lava-coordinator.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-coordinator.service
	Invocation ID: 42036e06a3c843138a9779f547f8d0e9
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/lava-coordinator.service
	Source Path: /etc/init.d/lava-coordinator
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (origin-file destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: remote-fs.target (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: multi-user.target (origin-file)
	References: system.slice (origin-file)
	References: remote-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: graphical.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/lava-coordinator start
	-> ExecStop:
		Command Line: /etc/init.d/lava-coordinator stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device:
	Description: TOSHIBA_MQ01ABD100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device
	Invocation ID: f811ad647e8b4abeb7a7c18212feb7ef
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit sys-devices-platform-lis3lv02d-input-input16.device:
	Description: /sys/devices/platform/lis3lv02d/input/input16
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-lis3lv02d-input-input16.device
	Invocation ID: 5313e86005914ff1a2b08528882ffb2c
	Wants: iio-sensor-proxy.service (origin-udev)
	References: iio-sensor-proxy.service (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16
	Found: found-udev
	udev SYSTEMD_WANTS: iio-sensor-proxy.service
-> Unit dev-input-event11.device:
	Description: /dev/input/event11
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-input-event11.device
	Invocation ID: 0dd1f33a6581478cb7c8da7f70d425d1
	Following: sys-devices-platform-lis3lv02d-input-input16-event11.device
	Following Set Member: dev-input-by\x2dpath-platform\x2dlis3lv02d\x2devent.device
	Following Set Member: sys-devices-platform-lis3lv02d-input-input16-event11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16/event11
	Found: found-udev
-> Unit greylist.service:
	Description: greylist.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: greylist.service
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> 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: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit 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: /system.slice/system-systemd\x2dbacklight.slice/systemd-backlight at backlight:intel_backlight.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: systemd-backlight at backlight:intel_backlight.service
	Invocation ID: 77eb8edd9ae04d72a54fb6cb122a1e91
	Documentation: man:systemd-backlight at .service(8)
	Fragment Path: /lib/systemd/system/systemd-backlight at .service
	Condition Timestamp: Tue 2020-06-16 19:48:32 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:32 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system-systemd\x2dbacklight.slice (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	After: system-systemd\x2dbacklight.slice (origin-file)
	References: system-systemd\x2dbacklight.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	StateDirectory: systemd/backlight
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-backlight load backlight:intel_backlight
	-> ExecStop:
		Command Line: /lib/systemd/systemd-backlight save backlight:intel_backlight
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart2.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart2.device
	Invocation ID: 8971dd2b36664d9080c2d20b5daf781c
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit systemd-fsckd.service:
	Description: File System Check Daemon to report status
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:49:08 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: Tue 2020-06-16 19:49:08 IST
	Inactive Enter Timestamp: Tue 2020-06-16 19:49:08 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-fsckd.service
	Invocation ID: 5d712250bde446b0a613bc43fe046e6b
	Documentation: man:systemd-fsckd.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsckd.service
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:35 IST
	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: system.slice (origin-file)
	After: systemd-fsckd.socket (destination-implicit)
	TriggeredBy: systemd-fsckd.socket (destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	ReferencedBy: systemd-fsckd.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal+console
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsckd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit cryptsetup.target:
	Description: Local Encrypted Volumes
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: cryptsetup.target
	Invocation ID: 9243da2554544fe3b0459071efa13603
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/cryptsetup.target
	Condition Timestamp: Tue 2020-06-16 19:48:32 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:32 IST
	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: systemd-ask-password-wall.path (destination-file)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit lvm2-lvmpolld.service:
	Description: LVM2 poll daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: lvm2-lvmpolld.service
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
	Requires: lvm2-lvmpolld.socket (origin-file)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	After: system.slice (origin-file)
	After: lvm2-lvmpolld.socket (origin-file destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: lvm2-lvmpolld.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	PIDFile: /run/lvmpolld.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: yes
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: SD_ACTIVATION=1
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/lvmpolld -t 60 -f
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Invocation ID: 288b2e7eca0a4b4b9a7aa31e0c50d384
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit postgresql at 11-main.service:
	Description: PostgreSQL Cluster 11-main
	Instance: 11-main
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:05 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Exit 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-postgresql.slice
	CGroup: /system.slice/system-postgresql.slice/postgresql at 11-main.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: postgresql at 11-main.service
	Invocation ID: 37848a01a4f64bf59980deef1849cc4e
	Fragment Path: /lib/systemd/system/postgresql at .service
	AssertPathExists: /etc/postgresql/11/main/postgresql.conf untested
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system-postgresql.slice (origin-file)
	Requires: sysinit.target (origin-default)
	PartOf: postgresql.service (origin-file)
	WantedBy: postgresql.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: postgresql.service (origin-file)
	Before: shutdown.target (origin-default)
	After: system-postgresql.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: -.mount (origin-path)
	ReloadPropagatedFrom: postgresql.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system-postgresql.slice (origin-file)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: network.target (origin-file)
	References: postgresql.service (origin-file)
	ReferencedBy: postgresql.service (destination-file)
	RequiresMountsFor: /etc/postgresql/11/main (origin-file)
	RequiresMountsFor: /var/lib/postgresql/11/main (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 860
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/postgresql/11-main.pid
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1h
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	OOMScoreAdjust: -900
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 11-main start
	-> ExecReload:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 11-main reload
	-> ExecStop:
		Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 11-main stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit nfs-mountd.service:
	Description: NFS Mount Daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:45 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:45 IST
	Active Exit 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/nfs-mountd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: nfs-mountd.service
	Invocation ID: 6090235d20784df0a3dac72876b43b83
	Fragment Path: /lib/systemd/system/nfs-mountd.service
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: system.slice (origin-file)
	Wants: nfs-config.service (origin-file)
	BindsTo: nfs-server.service (origin-file)
	RequiredBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: nfs-config.service (origin-file)
	After: network.target (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: local-fs.target (origin-file)
	After: system.slice (origin-file)
	References: nfs-config.service (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: network.target (origin-file)
	References: local-fs.target (origin-file)
	References: nfs-server.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 738
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/rpc.mountd $RPCMOUNTDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit apt-daily.timer:
	Description: Daily apt download activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: apt-daily.timer
	Invocation ID: 8407d314943249178f85b3541c002ab0
	Fragment Path: /lib/systemd/system/apt-daily.timer
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.timer (destination-file)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (origin-implicit)
	Before: timers.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: apt-daily.service (origin-implicit)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: sysinit.target (origin-default)
	References: -.mount (origin-path)
	References: apt-daily.service (origin-implicit)
	References: shutdown.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
	OnCalendar: *-*-* 06,18:00:00
-> Unit dev-sda8.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda8.device
	Invocation ID: ebd266c99e7446cc9668dd9953b65c8d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Invocation ID: 0ddf290111e64df8936191f5df7116cd
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Invocation ID: 0167d28a74e84b9ba59331c2981a4c44
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit run-rpc_pipefs.mount:
	Description: RPC Pipe File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/run-rpc_pipefs.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: run-rpc_pipefs.mount
	Invocation ID: 1ff75ed83d5c457da3ee58f1ab6ff8a1
	Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: nfs-blkmap.service (destination-file)
	RequiredBy: rpc-gssd.service (destination-file)
	RequiredBy: rpc-svcgssd.service (destination-file)
	RequiredBy: nfs-idmapd.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-blkmap.service (destination-file)
	Before: rpc-gssd.service (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: umount.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	RequiresMountsFor: /run (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /run/rpc_pipefs
	What: sunrpc
	File System Type: rpc_pipefs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit nfs-server.service:
	Description: NFS server and services
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:45 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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/nfs-server.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: nfs-server.service
	Invocation ID: 3dd6aff3ddbe416ca4226ed3b88c80db
	Fragment Path: /lib/systemd/system/nfs-server.service
	Condition Timestamp: Tue 2020-06-16 19:48:45 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:45 IST
	Assert Result: yes
	Requires: proc-fs-nfsd.mount (origin-file)
	Requires: network.target (origin-file)
	Requires: system.slice (origin-file)
	Requires: nfs-mountd.service (origin-file)
	Wants: nfs-config.service (origin-file)
	Wants: auth-rpcgss-module.service (origin-file)
	Wants: nfs-idmapd.service (origin-file)
	Wants: rpcbind.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	BoundBy: nfs-idmapd.service (destination-file)
	BoundBy: nfs-mountd.service (destination-file)
	ConsistsOf: rpc-svcgssd.service (destination-file)
	Before: rpc-statd-notify.service (origin-file destination-file)
	Before: remote-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: rpcbind.socket (origin-file)
	After: nfs-mountd.service (origin-file)
	After: nfs-idmapd.service (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: nfs-config.service (origin-file)
	After: rpc-svcgssd.service (origin-file)
	After: proc-fs-nfsd.mount (origin-file)
	After: rpc-statd.service (origin-file)
	After: local-fs.target (origin-file)
	After: gssproxy.service (origin-file)
	After: rpc-gssd.service (origin-file)
	References: nfs-mountd.service (origin-file)
	References: rpc-svcgssd.service (origin-file)
	References: gssproxy.service (origin-file)
	References: auth-rpcgss-module.service (origin-file)
	References: rpc-statd.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: rpcbind.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: rpc-gssd.service (origin-file)
	References: nfs-config.service (origin-file)
	References: local-fs.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: network.target (origin-file)
	References: proc-fs-nfsd.mount (origin-file)
	References: nfs-idmapd.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/sbin/exportfs -r
	-> ExecStart:
		Command Line: /usr/sbin/rpc.nfsd $RPCNFSDARGS
	-> ExecReload:
		Command Line: /usr/sbin/exportfs -r
	-> ExecStop:
		Command Line: /usr/sbin/rpc.nfsd 0
	-> ExecStopPost:
		Command Line: /usr/sbin/exportfs -au
		Command Line: /usr/sbin/exportfs -f
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit multi-user.target:
	Description: Multi-User System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:37 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:37 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: runlevel3.target
	Name: runlevel4.target
	Name: multi-user.target
	Name: runlevel2.target
	Invocation ID: 9e34d745b318434e8383766257dc9583
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/multi-user.target
	Condition Timestamp: Tue 2020-06-16 19:49:37 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:37 IST
	Assert Result: yes
	Requires: basic.target (origin-file)
	Wants: lxc.service (origin-file)
	Wants: systemd-logind.service (origin-file)
	Wants: sysstat.service (origin-file)
	Wants: inetd.service (origin-file)
	Wants: plymouth-quit-wait.service (origin-file)
	Wants: ntp.service (origin-file)
	Wants: systemd-ask-password-wall.path (origin-file)
	Wants: lava-slave.service (origin-file)
	Wants: nfs-client.target (origin-file)
	Wants: remote-fs.target (origin-file)
	Wants: ser2net.service (origin-file)
	Wants: systemd-user-sessions.service (origin-file)
	Wants: docker.service (origin-file)
	Wants: lava-server-gunicorn.service (origin-file)
	Wants: lava-coordinator.service (origin-file)
	Wants: pppd-dns.service (origin-file)
	Wants: networking.service (origin-file)
	Wants: rpcbind.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Wants: lavapdu-runner.service (origin-file)
	Wants: atd.service (origin-file)
	Wants: cups-browsed.service (origin-file)
	Wants: lavapdu-listen.service (origin-file)
	Wants: dbus.service (origin-file)
	Wants: exim4.service (origin-file)
	Wants: NetworkManager.service (origin-file)
	Wants: unattended-upgrades.service (origin-file)
	Wants: auditd.service (origin-file)
	Wants: cups.path (origin-file)
	Wants: wpa_supplicant.service (origin-file)
	Wants: plymouth-quit.service (origin-file)
	Wants: getty.target (origin-file)
	Wants: rsyslog.service (origin-file)
	Wants: lava-logs.service (origin-file)
	Wants: apache2.service (origin-file)
	Wants: containerd.service (origin-file)
	Wants: ModemManager.service (origin-file)
	Wants: lava-master.service (origin-file)
	Wants: avahi-daemon.service (origin-file)
	Wants: console-setup.service (origin-file)
	Wants: ssh.service (origin-file)
	Wants: lxcfs.service (origin-file)
	Wants: postgresql.service (origin-file)
	Wants: rsync.service (origin-file)
	Wants: cron.service (origin-file)
	Wants: schroot.service (origin-file)
	Wants: lxc-net.service (origin-file)
	Wants: anacron.service (origin-file)
	Wants: tftpd-hpa.service (origin-file)
	Wants: lava-publisher.service (origin-file)
	Wants: nfs-server.service (origin-file)
	RequiredBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Conflicts: rescue.target (origin-file)
	Conflicts: rescue.service (origin-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	After: getty.target (origin-default)
	After: rescue.target (origin-file)
	After: rsyslog.service (origin-default)
	After: ntp.service (origin-default)
	After: systemd-networkd.service (destination-file)
	After: anacron.service (origin-default)
	After: dbus.service (origin-default)
	After: plymouth-quit-wait.service (origin-default)
	After: ser2net.service (origin-default destination-file)
	After: wpa_supplicant.service (origin-default)
	After: atd.service (origin-default)
	After: lxc-net.service (origin-default)
	After: ModemManager.service (origin-default)
	After: postgresql.service (origin-default)
	After: sysstat.service (origin-default)
	After: lxc.service (origin-default)
	After: lavapdu-listen.service (origin-default destination-file)
	After: rsync.service (origin-default)
	After: unattended-upgrades.service (origin-default)
	After: exim4.service (origin-default destination-file)
	After: docker.service (origin-default)
	After: cups.path (origin-default)
	After: systemd-user-sessions.service (origin-default)
	After: ssh.service (origin-default)
	After: tftpd-hpa.service (origin-default destination-file)
	After: NetworkManager.service (origin-default)
	After: containerd.service (origin-default)
	After: lava-logs.service (origin-default)
	After: schroot.service (origin-default)
	After: nfs-client.target (origin-default)
	After: lava-coordinator.service (origin-default destination-file)
	After: lavapdu-runner.service (origin-default destination-file)
	After: lava-master.service (origin-default)
	After: lava-slave.service (origin-default)
	After: lava-publisher.service (origin-default)
	After: inetd.service (origin-default)
	After: lava-server-gunicorn.service (origin-default)
	After: rescue.service (origin-file)
	After: basic.target (origin-file origin-default)
	After: cups-browsed.service (origin-default)
	After: cron.service (origin-default)
	After: plymouth-quit.service (origin-default)
	After: avahi-daemon.service (origin-default)
	After: pppd-dns.service (origin-default)
	After: systemd-logind.service (origin-default)
	After: apache2.service (origin-default)
	After: lxcfs.service (origin-default)
	References: lava-logs.service (origin-file origin-default)
	References: rsyslog.service (origin-file origin-default)
	References: rsync.service (origin-file origin-default)
	References: schroot.service (origin-file origin-default)
	References: exim4.service (origin-file origin-default)
	References: atd.service (origin-file origin-default)
	References: lava-coordinator.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: tftpd-hpa.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: nfs-client.target (origin-file origin-default)
	References: ntp.service (origin-file origin-default)
	References: inetd.service (origin-file origin-default)
	References: ssh.service (origin-file origin-default)
	References: remote-fs.target (origin-file)
	References: pppd-dns.service (origin-file origin-default)
	References: dbus.service (origin-file origin-default)
	References: anacron.service (origin-file origin-default)
	References: docker.service (origin-file origin-default)
	References: NetworkManager.service (origin-file origin-default)
	References: auditd.service (origin-file)
	References: avahi-daemon.service (origin-file origin-default)
	References: plymouth-quit.service (origin-file origin-default)
	References: sysstat.service (origin-file origin-default)
	References: systemd-user-sessions.service (origin-file origin-default)
	References: systemd-logind.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: rpcbind.service (origin-file)
	References: lava-slave.service (origin-file origin-default)
	References: cups.path (origin-file origin-default)
	References: cron.service (origin-file origin-default)
	References: wpa_supplicant.service (origin-file origin-default)
	References: networking.service (origin-file)
	References: lavapdu-runner.service (origin-file origin-default)
	References: plymouth-quit-wait.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: lava-server-gunicorn.service (origin-file origin-default)
	References: nfs-server.service (origin-file)
	References: containerd.service (origin-file origin-default)
	References: console-setup.service (origin-file)
	References: apache2.service (origin-file origin-default)
	References: lavapdu-listen.service (origin-file origin-default)
	References: ModemManager.service (origin-file origin-default)
	References: lxc.service (origin-file origin-default)
	References: systemd-ask-password-wall.path (origin-file)
	References: lxc-net.service (origin-file origin-default)
	References: cups-browsed.service (origin-file origin-default)
	References: lava-master.service (origin-file origin-default)
	References: lxcfs.service (origin-file origin-default)
	References: unattended-upgrades.service (origin-file origin-default)
	References: basic.target (origin-file origin-default)
	References: lava-publisher.service (origin-file origin-default)
	References: getty.target (origin-file origin-default)
	References: postgresql.service (origin-file origin-default)
	References: ser2net.service (origin-file origin-default)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: lavapdu-runner.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: ser2net.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	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: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: swap.target
	Invocation ID: 3212f2ebe0354c45a66d9315bcc51d60
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/swap.target
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:35 IST
	Assert Result: yes
	Requires: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: sysinit.target (destination-file destination-default)
	Before: run-user-1000.mount (destination-mountinfo-default)
	Before: shutdown.target (origin-default)
	After: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (origin-default destination-default)
	After: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-default)
	After: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-default)
	After: dev-sda7.swap (destination-default)
	After: dev-disk-by\x2dpartlabel-swap.swap (destination-default)
	After: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-default)
	References: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-default)
	ReferencedBy: sysinit.target (destination-file destination-default)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-default)
	ReferencedBy: dev-sda7.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit plymouth-quit.service:
	Description: Terminate Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: plymouth-quit.service
	Fragment Path: /lib/systemd/system/plymouth-quit.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: gdm.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: gdm.service (destination-file)
	After: sysinit.target (origin-default)
	After: rc-local.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: plymouth-start.service (origin-file)
	After: systemd-user-sessions.service (origin-file)
	References: rc-local.service (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: basic.target (origin-default)
	References: plymouth-start.service (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: gdm.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 20s
	TimeoutStopSec: 20s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/plymouth quit
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Invocation ID: 474dadf90ff64c729879119db0595df3
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit avahi-daemon.service:
	Description: Avahi mDNS/DNS-SD Stack
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/avahi-daemon.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: avahi-daemon.service
	Invocation ID: 345e10f3e2f94fc49c25b3dc75072ee5
	Fragment Path: /lib/systemd/system/avahi-daemon.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: avahi-daemon.socket (origin-file)
	Requires: dbus.socket (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: cups-browsed.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: cups-browsed.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: dbus.socket (origin-file)
	After: avahi-daemon.socket (destination-implicit)
	TriggeredBy: avahi-daemon.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: avahi-daemon.socket (origin-file)
	ReferencedBy: cups-browsed.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-implicit)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 633
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.Avahi
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/avahi-daemon -s
	-> ExecReload:
		Command Line: /usr/sbin/avahi-daemon -r
	Status Text: avahi-daemon 0.7 starting up.
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Invocation ID: 24ae1b842940480bb251438ec66c590f
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit accounts-daemon.service:
	Description: Accounts Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: accounts-daemon.service
	Invocation ID: dd20707e2d4e4c47ac682ff11ec1f7b9
	Fragment Path: /lib/systemd/system/accounts-daemon.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	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: dbus.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: nss-user-lookup.target (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: 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: 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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 631
	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
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: 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
	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
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-CCE21B58E21B45DC.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Invocation ID: 81e6c055676443399ca15a7db05cc33a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit dev-sda2.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda2.device
	Invocation ID: f8f7fceb45274a7cbd3535de019fd363
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit dev-disk-by\x2duuid-801841EB1841E130.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-801841EB1841E130.device
	Invocation ID: 3135b104ca20431281525c8eebe1d5e7
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit lxc-net.service:
	Description: LXC network bridge setup
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:58 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:58 IST
	Active Exit 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/lxc-net.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lxc-net.service
	Invocation ID: 5c15d2e12e5c4a46b80258fa2e083f66
	Fragment Path: /lib/systemd/system/lxc-net.service
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	WantedBy: lxc.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: lxc.service (origin-file destination-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: network-online.target (origin-file)
	References: lxc.service (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: lxc.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-net start
	-> ExecStop:
		Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-net stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-mmcblk0p1.device:
	Description: /dev/mmcblk0p1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-mmcblk0p1.device
	Invocation ID: b0226137e65f4acd97bfa444b3557a99
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2duuid-6631\x2d3330.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\x2dpart1.device
	RequiredBy: media-seshu-6631\x2d3330.mount (destination-mountinfo-implicit)
	Before: media-seshu-6631\x2d3330.mount (destination-mountinfo-implicit)
	ReferencedBy: media-seshu-6631\x2d3330.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:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Found: found-udev,found-mount
-> Unit inetd.service:
	Description: Internet superserver
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:55 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Exit 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/inetd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: inetd.service
	Invocation ID: 7ce8d7ba70c44fbe8b7e8bcc0b973b60
	Documentation: man:inetd(8)
	Fragment Path: /lib/systemd/system/inetd.service
	ConditionPathExists: /etc/inetd.conf untested
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: network-online.target (origin-file)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 913
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 5s
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/inetd
	-> ExecReload:
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit udisks2.service:
	Description: Disk Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: udisks2.service
	Invocation ID: 5d4dd4b585c34f31983554e4774faa21
	Documentation: man:udisks(8)
	Fragment Path: /lib/systemd/system/udisks2.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	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-journald.socket (origin-file)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 629
	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
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/udisks2/udisksd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-mmcblk0.device:
	Description: /dev/mmcblk0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-mmcblk0.device
	Invocation ID: d668ca9cfce5463ab3f254e15ab68a92
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f.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.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0
	Found: found-udev
-> Unit systemd-logind.service:
	Description: Login Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-logind.service
	Invocation ID: 5d2060d66a4f4501be51fc92714a67de
	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 untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: dbus.socket (origin-file)
	Wants: user.slice (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: session-2.scope (destination-file)
	Before: multi-user.target (destination-default)
	Before: unattended-upgrades.service (destination-file)
	After: user.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: nss-user-lookup.target (origin-file)
	References: dbus.socket (origin-file)
	References: system.slice (origin-file)
	References: user.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: unattended-upgrades.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: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 634
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.login1
	Bus Name Good: yes
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 524288
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: getrlimit eventfd2 getpgrp capget epoll_create ppoll sched_getparam set_robust_list request_key semtimedop capset geteuid32 getcwd sigaltstack chmod _llseek utime timerfd_gettime stat clone sigreturn openat listxattr listen fsync setsid remap_file_pages fchownat rmdir kcmp recvmmsg writev getgroups32 setregid arch_prctl fadvise64_64 sendfile64 pipe2 mremap clock_getres shmget msgrcv sync_file_range2 getxattr ftruncate64 sched_setparam getsid lremovexattr readdir shutdown msync mq_getsetattr brk setfsgid recvmsg msgsnd rt_sigaction mq_notify migrate_pages move_pages getegid mbind sendto renameat chown32 accept fdatasync getcpu signalfd lseek inotify_rm_watch sigsuspend timerfd_settime getresuid32 unshare ftruncate fstatfs64 setresgid32 sched_setscheduler read get_mempolicy timer_settime semget mq_open epoll_create1 sendmsg execve utimes getegid32 setxattr mkdirat preadv signal symlink tkill setgroups32 umask personality mknodat fstatat64 llistxattr lsetxattr socket getsockopt ipc pwrite64 getpeername close mkdir fstatfs fallocate unlink madvise lstat64 rt_sigtimedwait pwritev2 rt_sigqueueinfo poll vfork socketpair ugetrlimit pause waitid sched_rr_get_interval setresuid fchdir msgctl dup truncate time get_robust_list ioctl utimensat _newselect lstat accept4 setresgid vmsplice getrandom get_thread_area epoll_ctl process_vm_readv recvfrom geteuid oldlstat gettimeofday memfd_create sched_getattr recv munmap nice readlinkat flock setuid32 sendmmsg fstat64 rt_tgsigqueueinfo shmat setgroups mmap io_destroy lgetxattr symlinkat lchown newfstatat sched_get_priority_max link rt_sigprocmask sigprocmask setresuid32 alarm getuid setuid fstat keyctl io_setup fgetxattr creat setgid32 inotify_init1 munlock fchown32 mq_timedreceive userfaultfd signalfd4 prctl readlink getpid getgid pread64 connect futimesat renameat2 getppid io_cancel bind shmdt clock_nanosleep futex setfsuid sync_file_range chdir truncate64 statfs64 oldfstat syncfs pselect6 faccessat sysinfo rename swapcontext getresuid dup3 sync getrusage getitimer prlimit64 inotify_init epoll_pwait rt_sigpending name_to_handle_at readv inotify_add_watch copy_file_range execveat mlock2 mmap2 epoll_wait preadv2 mlock sched_setattr setpgid stat64 eventfd fchmod timer_gettime linkat splice semop sched_getaffinity process_vm_writev rt_sigreturn setfsgid32 statfs setreuid32 sigpending shmctl msgget setreuid getpriority fork restart_syscall exit times setsockopt setitimer membarrier tee readahead unlinkat waitpid mprotect write ioprio_set sched_get_priority_min getresgid32 getsockname munlockall getuid32 getresgid epoll_ctl_old sigaction dup2 tgkill pipe olduname flistxattr epoll_wait_old set_tls send clock_gettime wait4 sched_yield set_thread_area getdents setns access setpriority chown mq_unlink pwritev fremovexattr timer_getoverrun timer_delete timer_create getgroups kill gettid io_submit exit_group socketcall nanosleep oldolduname mq_timedsend sendfile semctl select fcntl io_getevents setfsuid32 mlockall open setregid32 getgid32 sched_setaffinity removexattr set_tid_address sched_getscheduler setgid fchmodat timerfd_create oldstat mknod rt_sigsuspend ioprio_get uname getpgid lchown32 set_mempolicy fcntl64 fchown fadvise64 fsetxattr add_key getdents64 statx setrlimit
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-logind
	Status Text: Processing requests...
	File Descriptor Store Max: 512
	File Descriptor Store Current: 19
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> 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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: proc-sys-fs-binfmt_misc.automount
	Invocation ID: e504640e16844cf7b0be80b470529a1d
	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 untested
	ConditionPathExists: /proc/sys/fs/binfmt_misc untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	Before: systemd-binfmt.service (destination-file)
	After: -.mount (origin-path)
	Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-binfmt.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Automount State: waiting
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	DirectoryMode: 0755
	TimeoutIdleUSec: 0
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Invocation ID: bf718e62dbed42c0b60c8918fe3918a8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit cron.service:
	Description: Regular background program processing daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: cron.service
	Invocation ID: 4a440c62168142b7b39f9eca382b0b3f
	Documentation: man:cron(8)
	Fragment Path: /lib/systemd/system/cron.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nss-user-lookup.target (origin-file)
	After: remote-fs.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: nss-user-lookup.target (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 762
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/cron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/cron -f $EXTRA_OPTS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit kbd.service:
	Description: kbd.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: kbd.service
	Before: console-setup.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
	Description: TOSHIBA_MQ01ABD100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Invocation ID: 769c21e712ba4b5ea638afb9cb2f1a6d
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit dev-cdrom.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-cdrom.device
	Invocation ID: f12247d2ee034233bb41fccc0c84ce78
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: proc-sys-fs-binfmt_misc.mount
	Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
	Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	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: -.mount (origin-path)
	References: system.slice (origin-file)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
	RequiresMountsFor: /proc/sys/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: dead
	Result: success
	Where: /proc/sys/fs/binfmt_misc
	What: binfmt_misc
	File System Type: binfmt_misc
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit anacron.service:
	Description: Run anacron jobs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 18:34:56 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:34:56 IST
	Active Enter Timestamp: Fri 2020-06-19 18:34:56 IST
	Active Exit Timestamp: Fri 2020-06-19 18:34:56 IST
	Inactive Enter Timestamp: Fri 2020-06-19 18:34:56 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: anacron.service
	Invocation ID: b5d333332b2f46bb89344ab2cd382ede
	Documentation: man:anacron
	Documentation: man:anacrontab
	Fragment Path: /lib/systemd/system/anacron.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2020-06-19 18:34:56 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 18:34:56 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: time-sync.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: anacron.timer (destination-implicit)
	After: sysinit.target (origin-default)
	TriggeredBy: anacron.timer (destination-implicit)
	References: basic.target (origin-default)
	References: time-sync.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGUSR1
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: /etc/default/anacron
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/anacron -d -q $ANACRON_ARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit user.slice:
	Description: User and Session Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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 cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: user.slice
	Invocation ID: f3f6a288fce04f72a7af6d524a6f7d3c
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/user.slice
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	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: user-1000.slice (destination-implicit)
	Before: shutdown.target (origin-default)
	Before: slices.target (origin-file)
	After: -.slice (origin-implicit)
	References: -.slice (origin-implicit)
	References: shutdown.target (origin-default)
	References: slices.target (origin-file)
	ReferencedBy: user-1000.slice (destination-implicit)
	ReferencedBy: systemd-logind.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-virtual-misc-rfkill.device:
	Description: /sys/devices/virtual/misc/rfkill
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-virtual-misc-rfkill.device
	Invocation ID: ece46deec4ea493c9cea55950509ee55
	Following Set Member: dev-rfkill.device
	Wants: systemd-rfkill.socket (origin-udev)
	BoundBy: systemd-rfkill.service (destination-file)
	BoundBy: systemd-rfkill.socket (destination-file)
	Before: systemd-rfkill.service (destination-file)
	Before: systemd-rfkill.socket (destination-file)
	References: systemd-rfkill.socket (origin-udev)
	ReferencedBy: systemd-rfkill.service (destination-file)
	ReferencedBy: systemd-rfkill.socket (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/misc/rfkill
	Found: found-udev
	udev SYSTEMD_WANTS: systemd-rfkill.socket
-> Unit systemd-initctl.socket:
	Description: initctl Compatibility Named Pipe
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-initctl.socket
	Invocation ID: 85feeb1275db4c5292eb691cf419f330
	Documentation: man:systemd-initctl.service(8)
	Fragment Path: /lib/systemd/system/systemd-initctl.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (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-path)
	Triggers: systemd-initctl.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-initctl.service (origin-implicit)
	References: sockets.target (origin-file)
	ReferencedBy: sockets.target (destination-file)
	RequiresMountsFor: /run/initctl (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-initctl.socket
	SELinuxContextFromNet: no
	ListenFIFO: /run/initctl
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	Symlinks: /dev/initctl
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-systemd\x2dfsck.slice
	Invocation ID: 4c18e92ef5ee4c84aa07f8b7ecd9100b
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	RequiredBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit dev-sda6.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda6.device
	Invocation ID: ddf4927e37864cf68bb30a90b8248d48
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2duuid-6d7448a4\x2d3c7f\x2d4461\x2dbb67\x2dfa37ceed039e.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
	Following Set Member: dev-disk-by\x2dpartuuid-e90a3ce0\x2d98c1\x2d4a89\x2daf8f\x2df9fbd1d3fd62.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart6.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart6.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
	Found: found-udev
-> Unit lxcfs.service:
	Description: FUSE filesystem for LXC
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit 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/lxcfs.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: lxcfs.service
	Invocation ID: 8835c82c10d74836bab9d3cc7e8490a0
	Documentation: man:lxcfs(1)
	Fragment Path: /lib/systemd/system/lxcfs.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: lxc.service (origin-file)
	Before: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: lxc.service (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 625
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/lxcfs /var/lib/lxcfs/
	-> ExecStopPost:
		Command Line: /bin/fusermount -u /var/lib/lxcfs
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=yes
	DelegateControllers=cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
-> Unit dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap:
	Description: /dev/disk/by-uuid/f18b713f-5b86-4581-8524-b513d6940848
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Invocation ID: 8d196de1efbc41559626dd2cf5738828
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-sda7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:35 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	BindsTo: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device (origin-file)
	RequiredBy: swap.target (destination-file)
	WantedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device (destination-file)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default destination-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device (origin-file)
	After: -.mount (origin-path)
	References: swap.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	References: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device (origin-file)
	References: umount.target (origin-default)
	ReferencedBy: swap.target (destination-file destination-default)
	RequiresMountsFor: /dev/disk/by-uuid/f18b713f-5b86-4581-8524-b513d6940848 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/disk/by-uuid/f18b713f-5b86-4581-8524-b513d6940848
	From /proc/swaps: yes
	From fragment: yes
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit proc-fs-nfsd.mount:
	Description: NFSD configuration filesystem
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/proc-fs-nfsd.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: proc-fs-nfsd.mount
	Invocation ID: 3a64ddc081034f8892c7e4cedef45938
	Fragment Path: /lib/systemd/system/proc-fs-nfsd.mount
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: nfs-mountd.service (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	RequiresMountsFor: /proc/fs (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /proc/fs/nfsd
	What: nfsd
	File System Type: nfsd
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Invocation ID: 902b9ee306a7480fa5fabc5f5de62a99
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	BoundBy: home.mount (destination-file)
	BoundBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	Before: home.mount (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit connman.service:
	Description: connman.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: connman.service
	Before: apt-daily.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit dev-input-by\x2dpath-platform\x2dlis3lv02d\x2devent.device:
	Description: /dev/input/by-path/platform-lis3lv02d-event
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-input-by\x2dpath-platform\x2dlis3lv02d\x2devent.device
	Invocation ID: 56b3ec8082b741c1957172bbe1c41bf0
	Following: sys-devices-platform-lis3lv02d-input-input16-event11.device
	Following Set Member: dev-input-event11.device
	Following Set Member: sys-devices-platform-lis3lv02d-input-input16-event11.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16/event11
	Found: found-udev
-> Unit boot-efi.mount:
	Description: /boot/efi
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit 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/boot-efi.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: boot-efi.mount
	Invocation ID: bb113d91716047759ec4a9e23e34354c
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/boot-efi.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (origin-file)
	BindsTo: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	BindsTo: dev-sda1.device (origin-mountinfo-implicit)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: local-fs.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-sda1.device (origin-mountinfo-implicit)
	After: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	References: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: local-fs.target (origin-file)
	References: umount.target (origin-file)
	References: -.mount (origin-path)
	References: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: dev-sda1.device (origin-mountinfo-implicit)
	ReferencedBy: local-fs.target (destination-file)
	RequiresMountsFor: /dev/disk/by-uuid/8CA3-FF53 (origin-file)
	RequiresMountsFor: /boot (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /boot/efi
	What: /dev/sda1
	File System Type: vfat
	Options: rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Invocation ID: 5643ad930ff9412d9db67f845e0e7444
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	Found: found-udev
-> Unit fcoe.service:
	Description: fcoe.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: fcoe.service
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit sys-kernel-debug.mount:
	Description: Kernel Debug File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: sys-kernel-debug.mount
	Invocation ID: 6284b49659344c578c88fb285b675ecb
	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 untested
	ConditionPathExists: /sys/kernel/debug untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /sys/kernel (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /sys/kernel/debug
	What: debugfs
	File System Type: debugfs
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-random-seed.service:
	Description: Load/Save Random Seed
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-random-seed.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-random-seed.service
	Invocation ID: 414ccb6ef54e4f119ceb174a7920c890
	Documentation: man:systemd-random-seed.service(8)
	Documentation: man:random(4)
	Fragment Path: /lib/systemd/system/systemd-random-seed.service
	ConditionVirtualization: !container untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-random-seed load
	-> ExecStop:
		Command Line: /lib/systemd/systemd-random-seed save
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Invocation ID: dfa40990c0ac49649aa2a0ec8cca7cc0
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit sys-fs-fuse-connections.mount:
	Description: FUSE Control File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:43 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit 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-fs-fuse-connections.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: sys-fs-fuse-connections.mount
	Invocation ID: 62dec6f735ec43b7b497c4630f7334ca
	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 untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/fs/fuse/connections untested
	Condition Timestamp: Tue 2020-06-16 19:48:43 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:43 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sys-module-fuse.device (destination-udev)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sys-module-fuse.device (destination-udev)
	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: mounted
	Result: success
	Where: /sys/fs/fuse/connections
	What: fusectl
	File System Type: fusectl
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Invocation ID: eaa2300e0021422b8b3604c20bdb4d6d
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: dev-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit rpcbind.service:
	Description: RPC bind portmap service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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/rpcbind.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: rpcbind.service
	Invocation ID: 5ee6821551d24d699fe0f5db6cbef8c6
	Documentation: man:rpcbind(8)
	Fragment Path: /lib/systemd/system/rpcbind.service
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: rpcbind.socket (origin-file)
	Wants: remote-fs-pre.target (origin-file)
	Wants: rpcbind.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Before: remote-fs-pre.target (origin-file)
	Before: rpcbind.target (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: rpcbind.socket (destination-implicit)
	TriggeredBy: rpcbind.socket (destination-implicit)
	References: -.mount (origin-path)
	References: rpcbind.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: remote-fs-pre.target (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: rpcbind.target (origin-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: rpcbind.socket (destination-implicit)
	RequiresMountsFor: /run/rpcbind (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 581
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: OPTIONS=-w
	EnvironmentFile: -/etc/rpcbind.conf
	EnvironmentFile: -/etc/default/rpcbind
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/rpcbind -f $OPTIONS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-ask-password-plymouth.service:
	Description: Forward Password Requests to Plymouth
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-ask-password-plymouth.service
	Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
	Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.service
	ConditionPathExists: /run/plymouth/pid untested
	ConditionVirtualization: !container untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	After: plymouth-start.service (origin-file destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-ask-password-plymouth.path (destination-implicit)
	TriggeredBy: systemd-ask-password-plymouth.path (destination-implicit)
	References: plymouth-start.service (origin-file)
	References: shutdown.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --watch --plymouth
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lxc.service:
	Description: LXC Container Initialization and Autoboot Code
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:59 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:58 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:59 IST
	Active Exit 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/lxc.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: lxc.service
	Invocation ID: a7fb31c12644437287b646d914769c48
	Documentation: man:lxc-autostart
	Documentation: man:lxc
	Fragment Path: /lib/systemd/system/lxc.service
	Condition Timestamp: Tue 2020-06-16 19:48:58 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:58 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: lxc-net.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: basic.target (origin-default)
	After: lxc-net.service (origin-file destination-file)
	After: sysinit.target (origin-default)
	After: lxcfs.service (destination-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: lxc-net.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	ReferencedBy: lxcfs.service (destination-file)
	ReferencedBy: lxc-net.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: syslog
	StandardError: syslog
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-apparmor-load
	-> ExecStart:
		Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-containers start
	-> ExecStop:
		Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-containers stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=yes
	DelegateControllers=cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
-> Unit dev-sda9.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda9.device
	Invocation ID: c7b7c1bfaed14eda9e0e295ba703aa84
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev,found-mount
-> 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: Tue 2020-06-16 19:48:43 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: cups-browsed.service
	Invocation ID: ed990a6b0a174519b0c050e4f2b74641
	Fragment Path: /lib/systemd/system/cups-browsed.service
	Condition Timestamp: Tue 2020-06-16 19:48:43 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:43 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: cups.service (origin-file)
	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: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: avahi-daemon.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: cups.service (origin-file)
	References: avahi-daemon.service (origin-file)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: cups.service (origin-file)
	References: system.slice (origin-file)
	References: basic.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 700
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/cups-browsed
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Invocation ID: 591e0f5616c74f57a22a0dee672e3846
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service:
	Description: File System Check on /dev/disk/by-uuid/8CA3-FF53
	Instance: dev-disk-by\x2duuid-8CA3\x2dFF53
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit 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: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service
	Invocation ID: 369572187b034e2286e8fcb7ba311cab
	Documentation: man:systemd-fsck at .service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck at .service
	Condition Timestamp: Tue 2020-06-16 19:48:36 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:36 IST
	Assert Result: yes
	Requires: system-systemd\x2dfsck.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	BindsTo: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	RequiredBy: boot-efi.mount (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: boot-efi.mount (destination-file)
	Before: shutdown.target (origin-file)
	Before: systemd-quotacheck.service (origin-file)
	After: systemd-fsck-root.service (origin-file)
	After: local-fs-pre.target (origin-file)
	After: systemd-fsckd.socket (origin-file)
	After: system-systemd\x2dfsck.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	References: local-fs-pre.target (origin-file)
	References: dev-disk-by\x2duuid-8CA3\x2dFF53.device (origin-file)
	References: systemd-fsckd.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system-systemd\x2dfsck.slice (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-quotacheck.service (origin-file)
	ReferencedBy: boot-efi.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/8CA3-FF53
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-journald.service:
	Description: Journal Service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-journald.service
	Invocation ID: baf71faf908a49c1a838ba2653ffc29f
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: systemd-journald.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: systemd-journald.socket (origin-file)
	Wants: systemd-journald-dev-log.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.socket (origin-file destination-implicit)
	After: syslog.socket (origin-file)
	After: systemd-journald-audit.socket (origin-file destination-implicit)
	After: systemd-journald-dev-log.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
	TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
	References: systemd-journald.socket (origin-file)
	References: syslog.socket (origin-file)
	References: systemd-journald-audit.socket (origin-file)
	References: systemd-journald-dev-log.socket (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: systemd-journal-flush.service (destination-file)
	ReferencedBy: systemd-journald-audit.socket (destination-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
	ReferencedBy: systemd-journald.socket (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 323
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 524288
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog
	DynamicUser: no
	LockPersonality: yes
	SystemCallFilter: writev pipe2 io_destroy sync sigreturn chown32 truncate clock_nanosleep brk vmsplice semget fallocate pwritev2 pread64 renameat2 chmod fchownat read getpgrp set_robust_list fsetxattr syncfs epoll_ctl_old setsockopt getxattr utime readlinkat utimensat tgkill unlink name_to_handle_at oldolduname symlink chdir setgid rt_sigreturn pselect6 getuid32 setgid32 recvmsg fstatat64 keyctl faccessat setregid32 fstat64 fstatfs getgroups accept4 waitpid fchdir stat shmdt madvise semop close mmap2 access exit_group mq_timedsend mknod process_vm_writev lseek time pwrite64 shmat uname chown wait4 rt_sigtimedwait dup3 getpgid lgetxattr getpriority recvmmsg move_pages setgroups tee timer_gettime recvfrom sendfile64 msgget umask getrusage setuid getrlimit getresuid migrate_pages mmap sysinfo setresgid32 clock_getres futimesat statfs64 getpid renameat getpeername restart_syscall tkill epoll_pwait eventfd fchmodat accept munlockall mkdirat ftruncate64 flistxattr fstatfs64 inotify_init mq_notify add_key alarm pwritev exit membarrier timer_settime process_vm_readv lremovexattr rt_sigpending readlink sigaction timerfd_gettime sigpending ppoll eventfd2 geteuid msgctl fchown signal munmap getresgid dup setfsgid32 sched_getaffinity statfs fgetxattr arch_prctl ftruncate write utimes setfsuid32 memfd_create socket futex fadvise64_64 copy_file_range setpriority sigsuspend mlockall shmget fchown32 semctl prctl sched_setscheduler sched_setattr sendmmsg getcpu link swapcontext sigprocmask mprotect clone mq_getsetattr socketcall ioprio_set mremap nanosleep sched_getscheduler inotify_add_watch readdir ioctl getcwd lsetxattr mq_unlink setreuid prlimit64 setfsuid getgid32 set_thread_area setns setresuid kcmp setgroups32 sched_get_priority_min rt_sigqueueinfo getresuid32 unlinkat fremovexattr epoll_ctl dup2 sched_getparam ipc recv setregid shutdown fcntl unshare rt_sigaction epoll_create preadv2 sched_get_priority_max getegid32 msgrcv oldstat creat oldlstat signalfd4 epoll_wait sendfile sendmsg select rt_tgsigqueueinfo linkat mkdir readv openat setpgid sched_setaffinity sendto fcntl64 execve getppid getdents splice setreuid32 fchmod getgroups32 kill sigaltstack msgsnd setsid send gettimeofday times clock_gettime rmdir io_cancel mknodat llistxattr getdents64 getsockopt olduname io_submit personality getuid semtimedop timer_delete open set_mempolicy getgid inotify_rm_watch listen lstat set_tid_address fadvise64 setuid32 sched_getattr poll mq_timedreceive setfsgid execveat socketpair rt_sigsuspend msync lchown statx mlock2 get_mempolicy getresgid32 get_thread_area inotify_init1 sched_setparam getsid set_tls removexattr signalfd fdatasync sched_rr_get_interval sync_file_range rename _llseek setitimer setrlimit newfstatat rt_sigprocmask stat64 pipe ugetrlimit epoll_create1 lchown32 pause nice timer_getoverrun shmctl mlock mq_open mbind truncate64 capset ioprio_get flock getsockname fstat io_setup timerfd_create getrandom io_getevents fork getegid preadv readahead fsync vfork timerfd_settime munlock request_key geteuid32 oldfstat capget timer_create getitimer waitid symlinkat setxattr gettid connect listxattr userfaultfd get_robust_list _newselect sched_yield setresuid32 bind remap_file_pages lstat64 sync_file_range2 setresgid epoll_wait_old
	SystemCallArchitectures: native
	RestrictNamespaces: 
	SystemCallErrorNumber: EPERM
	-> ExecStart:
		Command Line: /lib/systemd/systemd-journald
	Status Text: Processing requests...
	File Descriptor Store Max: 4224
	File Descriptor Store Current: 118
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> 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: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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-update-utmp.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-update-utmp.service
	Invocation ID: 4a71b9fa80284db4aa2d43014db13eaa
	Documentation: man:systemd-update-utmp.service(8)
	Documentation: man:utmp(5)
	Fragment Path: /lib/systemd/system/systemd-update-utmp.service
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (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: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: -.mount (origin-path)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: system.slice (origin-file)
	After: auditd.service (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: auditd.service (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: shutdown.target (origin-file)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-update-utmp reboot
	-> ExecStop:
		Command Line: /lib/systemd/systemd-update-utmp shutdown
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rc-local.service
	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: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: gdm.service (destination-file)
	Before: getty at tty1.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: plymouth-quit-wait.service (destination-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: network.target (origin-file)
	After: basic.target (origin-default)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: sysinit.target (origin-default)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: plymouth-quit.service (destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal+console
	StandardError: journal+console
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/rc.local start
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-subsystem-net-devices-wlo1.device:
	Description: Dual Band Wireless-AC 3168NGW [Stone Peak]
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-subsystem-net-devices-wlo1.device
	Invocation ID: 0ce884000b56434e84156d22e76e7287
	Following Set Member: sys-devices-pci0000:00-0000:00:1d.3-0000:05:00.0-net-wlo1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.3/0000:05:00.0/net/wlo1
	Found: found-udev
-> Unit remote-fs-pre.target:
	Description: Remote File Systems (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: remote-fs-pre.target
	Invocation ID: 4d2e5760d91341a8b36014c345c1bee8
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs-pre.target
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	WantedBy: nfs-client.target (destination-file)
	WantedBy: rpcbind.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: remote-fs.target (destination-file)
	After: rpcbind.service (destination-file)
	After: nfs-client.target (destination-file)
	After: nfs-server.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: remote-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit lvm2-lvmpolld.socket:
	Description: LVM2 poll daemon socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lvm2-lvmpolld.socket
	Invocation ID: c2fe892220a945cc88f18b582956f192
	Documentation: man:lvmpolld(8)
	Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: lvm2-lvmpolld.service (destination-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lvm2-lvmpolld.service (origin-implicit destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: lvm2-lvmpolld.service (origin-implicit)
	References: system.slice (origin-file)
	References: lvm2-lvmpolld.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: -.mount (origin-path)
	ReferencedBy: lvm2-lvmpolld.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: lvm2-lvmpolld.socket
	SELinuxContextFromNet: no
	ListenStream: /run/lvm/lvmpolld.socket
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit ifupdown-pre.service:
	Description: Helper to synchronize boot up for ifupdown
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/ifupdown-pre.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: ifupdown-pre.service
	Invocation ID: e1ee87f33f674d95915fd3c0744e76bb
	Fragment Path: /lib/systemd/system/ifupdown-pre.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	RequiredBy: networking.service (destination-file)
	Before: networking.service (destination-file)
	Before: network.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	ReferencedBy: networking.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 3min
	TimeoutStopSec: 3min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/networking
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit gdm.service:
	Description: GNOME Display Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:48 IST
	Active Exit 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/gdm.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: display-manager.service
	Name: gdm3.service
	Name: gdm.service
	Invocation ID: 089a4de0896e4bf785b147452e6cb28f
	Fragment Path: /lib/systemd/system/gdm.service
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: graphical.target (destination-file)
	Conflicts: plymouth-quit.service (origin-file)
	Conflicts: getty at tty1.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: graphical.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-user-sessions.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: plymouth-start.service (origin-file)
	After: dbus.socket (origin-file)
	After: rc-local.service (origin-file)
	After: getty at tty1.service (origin-file)
	After: plymouth-quit.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: fwupd.service (destination-file)
	OnFailure: plymouth-quit.service (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: rc-local.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: getty at tty1.service (origin-file)
	References: plymouth-quit.service (origin-file)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: basic.target (origin-default)
	References: plymouth-start.service (origin-file)
	ReferencedBy: graphical.target (destination-file destination-default)
	ReferencedBy: fwupd.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 780
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.gnome.DisplayManager
	Bus Name Good: yes
	RestartSec: 1s
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	EnvironmentFile: -/etc/default/locale
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: syslog
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/share/gdm/generate-config
	-> ExecStart:
		Command Line: /usr/sbin/gdm3
	-> ExecReload:
		Command Line: /usr/share/gdm/generate-config
		Command Line: /bin/kill -SIGHUP $MAINPID
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Invocation ID: 74d2f885953c48bb96bd86917c991e10
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Invocation ID: 3116e713cf244475a1ce6c6a0a1a184b
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit apt-daily-upgrade.timer:
	Description: Daily apt upgrade and clean activities
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: apt-daily-upgrade.timer
	Invocation ID: 6e5028951960492198f2b5d84884fdc2
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (origin-implicit)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: apt-daily.timer (origin-file)
	Triggers: apt-daily-upgrade.service (origin-implicit)
	References: apt-daily.timer (origin-file)
	References: apt-daily-upgrade.service (origin-implicit)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	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: apt-daily-upgrade.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnCalendar: *-*-* 06:00:00
-> Unit run-user-1000.mount:
	Description: /run/user/1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:41 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Exit 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/run-user-1000.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: run-user-1000.mount
	Invocation ID: de2fcd16a6ea41dfa627f8cf6e0d1903
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: run-user-1000-gvfs.mount (destination-path)
	Before: local-fs.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: swap.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-mountinfo-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	References: swap.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	ReferencedBy: run-user-1000-gvfs.mount (destination-path)
	RequiresMountsFor: /run/user (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /run/user/1000
	What: tmpfs
	File System Type: tmpfs
	Options: rw,nosuid,nodev,relatime,size=805272k,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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dm-event.socket
	Invocation ID: d65169b160a4458e9b091eff30249ed9
	Documentation: man:dmeventd(8)
	Fragment Path: /lib/systemd/system/dm-event.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: dm-event.service (destination-file)
	RequiredBy: lvm2-monitor.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: dm-event.service (origin-implicit destination-file)
	Before: lvm2-monitor.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: dm-event.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: dm-event.service (origin-implicit)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
	ReferencedBy: dm-event.service (destination-file)
	RequiresMountsFor: /run/dmeventd-client (origin-file)
	RequiresMountsFor: /run/dmeventd-server (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: yes
	Writable: no
	FileDescriptorName: dm-event.socket
	SELinuxContextFromNet: no
	ListenFIFO: /run/dmeventd-server
	ListenFIFO: /run/dmeventd-client
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit iscsi.service:
	Description: iscsi.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: iscsi.service
	Before: blk-availability.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\x2dpart1.device:
	Description: /dev/disk/by-path/pci-0000:02:00.0-platform-rtsx_pci_sdmmc.0-part1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\x2dpart1.device
	Invocation ID: 425054391032454f92a9a49f1077f187
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-mmcblk0p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2duuid-6631\x2d3330.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\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:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Found: found-udev
-> Unit plymouth-start.service:
	Description: Show Plymouth Boot Screen
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: plymouth-start.service
	Invocation ID: 6f847c4272994964962466b4a369e11d
	Fragment Path: /lib/systemd/system/plymouth-start.service
	ConditionVirtualization: !container untested
	ConditionKernelCommandLine: !nosplash untested
	ConditionKernelCommandLine: !plymouth.enable=0 untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:35 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-ask-password-plymouth.path (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: rescue.service (destination-file)
	Before: plymouth-quit-wait.service (destination-file)
	Before: gdm.service (destination-file)
	Before: plymouth-quit.service (destination-file)
	Before: systemd-ask-password-plymouth.path (destination-file)
	Before: systemd-ask-password-console.path (destination-file)
	Before: systemd-ask-password-plymouth.service (origin-file destination-file)
	Before: systemd-ask-password-console.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udev-trigger.service (origin-file)
	After: systemd-udevd.service (origin-file)
	After: keyboard-setup.service (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-ask-password-plymouth.service (origin-file)
	References: keyboard-setup.service (origin-file)
	References: systemd-ask-password-plymouth.path (origin-file)
	References: systemd-udev-trigger.service (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: plymouth-quit.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-ask-password-console.service (destination-file)
	ReferencedBy: rescue.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
	ReferencedBy: gdm.service (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: plymouth-quit-wait.service (destination-file)
	ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: none
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: no
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
	-> ExecStartPost:
		Command Line: /bin/plymouth show-splash
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: sys-kernel-config.mount
	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 untested
	ConditionPathExists: /sys/kernel/config untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-modules-load.service (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: systemd-modules-load.service (origin-file)
	References: systemd-journald.socket (origin-file)
	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
	Where: /sys/kernel/config
	What: configfs
	File System Type: configfs
	Options: n/a
	From /proc/self/mountinfo: no
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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: Tue 2020-06-16 19:49:41 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Exit 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-runtime-dir at 1000.service
	CGroup realized: yes
	CGroup realized mask: memory pids
	CGroup own mask: memory pids
	Name: user-runtime-dir at 1000.service
	Invocation ID: a380753a0c2a4a6580756850ba726380
	Documentation: man:user at .service(5)
	Fragment Path: /lib/systemd/system/user-runtime-dir at .service
	Condition Timestamp: Tue 2020-06-16 19:49:41 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:41 IST
	Assert Result: yes
	Requires: user-1000.slice (origin-file)
	Requires: sysinit.target (origin-default)
	RequiredBy: user at 1000.service (destination-file)
	WantedBy: session-2.scope (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: user at 1000.service (destination-file)
	Before: session-2.scope (destination-file)
	After: systemd-user-sessions.service (origin-file)
	After: dbus.service (origin-file)
	After: sysinit.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: user-1000.slice (origin-file)
	References: user-1000.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: dbus.service (origin-file)
	References: basic.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-user-runtime-dir start 1000
	-> ExecStop:
		Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-subsystem-net-devices-eno1.device:
	Description: RTL810xE PCI Express Fast Ethernet controller
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-subsystem-net-devices-eno1.device
	Invocation ID: 71e051e8b109441ab7c1b821728b8e78
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.5-0000:03:00.0-net-eno1.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.5/0000:03:00.0/net/eno1
	Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device:
	Description: TOSHIBA_MQ01ABD100 Microsoft\x20reserved\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart2.device
	Invocation ID: 317f6cd7ecac44ecbf04908b9a21fb06
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-sda2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
	Following Set Member: dev-disk-by\x2dpartuuid-45a8fc3d\x2dd3ac\x2d4516\x2db696\x2d902bb92e4673.device
	Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
	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: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: nss-user-lookup.target
	Invocation ID: 3a4f8d459ef2434699d66db8fbc18d29
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/nss-user-lookup.target
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	WantedBy: accounts-daemon.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: accounts-daemon.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: systemd-user-sessions.service (destination-file)
	Before: cron.service (destination-file)
	Before: atd.service (destination-file)
	Before: systemd-logind.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: systemd-logind.service (destination-file)
	ReferencedBy: accounts-daemon.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> 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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-fsck-root.service
	Documentation: man:systemd-fsck-root.service(8)
	Fragment Path: /lib/systemd/system/systemd-fsck-root.service
	ConditionPathExists: !/run/initramfs/fsck-root untested
	ConditionPathIsReadWrite: !/ untested
	Condition Timestamp: Tue 2020-06-16 19:48:35 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Wants: systemd-fsckd.socket (origin-file)
	WantedBy: local-fs.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	Before: local-fs.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: systemd-remount-fs.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-fsckd.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	References: systemd-fsckd.socket (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-fsck
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Invocation ID: 2bc6f8b214eb41f796e52793bf528c4a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit media-seshu-6631\x2d3330.mount:
	Description: /media/seshu/6631-3330
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:47 IST
	Active Exit 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/media-seshu-6631\x2d3330.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: media-seshu-6631\x2d3330.mount
	Invocation ID: eec250e30f5a4c82ac2130485b4a452e
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Requires: dev-mmcblk0p1.device (origin-mountinfo-implicit)
	BoundBy: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	After: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: dev-mmcblk0p1.device (origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: dev-mmcblk0p1.device (origin-mountinfo-implicit)
	References: -.mount (origin-implicit)
	References: local-fs.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: system.slice (origin-file)
	ReferencedBy: clean-mount-point at media-seshu-6631\x2d3330.service (destination-file)
	RequiresMountsFor: /media/seshu (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /media/seshu/6631-3330
	What: /dev/mmcblk0p1
	File System Type: vfat
	Options: rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: logrotate.timer
	Invocation ID: 69b7b4bac0c647c8b19f53e29fabaae4
	Documentation: man:logrotate(8)
	Documentation: man:logrotate.conf(5)
	Fragment Path: /lib/systemd/system/logrotate.timer
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	Before: logrotate.service (origin-implicit)
	Before: shutdown.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: logrotate.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	References: time-sync.target (origin-default)
	References: timers.target (origin-default)
	References: logrotate.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: logrotate.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 12h
	RemainAfterElapse: yes
	OnCalendar: *-*-* 00:00:00
-> Unit dev-sda7.swap:
	Description: /dev/sda7
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit 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-sda7.swap
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-sda7.swap
	Invocation ID: 4b2c84d5f356420ea47b5a604b629271
	Following: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap
	Following Set Member: dev-disk-by\x2dpartlabel-swap.swap
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-default)
	Before: umount.target (origin-default)
	Before: swap.target (origin-default)
	After: system.slice (origin-file)
	After: -.mount (origin-implicit)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: swap.target (origin-default)
	References: umount.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-implicit)
	RequiresMountsFor: /dev/sda7 (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Swap State: active
	Result: success
	What: /dev/sda7
	From /proc/swaps: yes
	From fragment: no
	Device Node: /dev/sda7
	Priority: -2
	Options: 
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit rsync.service:
	Description: fast remote file copy program daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rsync.service
	Documentation: man:rsync(1)
	Documentation: man:rsyncd.conf(5)
	Fragment Path: /lib/systemd/system/rsync.service
	ConditionPathExists: /etc/rsyncd.conf untested
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/rsync --daemon --no-detach
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-machine-id-commit.service
	Documentation: man:systemd-machine-id-commit.service(8)
	Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
	ConditionPathIsMountPoint: /etc/machine-id untested
	ConditionPathIsReadWrite: /etc untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs.target (origin-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 30s
	TimeoutStopSec: 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/systemd-machine-id-setup --commit
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit timers.target:
	Description: Timers
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: timers.target
	Invocation ID: 2ac7e6c71ad147d79e392253fca319eb
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/timers.target
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Wants: anacron.timer (origin-file)
	Wants: systemd-tmpfiles-clean.timer (origin-file)
	Wants: logrotate.timer (origin-file)
	Wants: apt-daily.timer (origin-file)
	Wants: man-db.timer (origin-file)
	Wants: apt-daily-upgrade.timer (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	After: systemd-tmpfiles-clean.timer (destination-default)
	After: apt-daily.timer (destination-default)
	After: logrotate.timer (destination-default)
	After: anacron.timer (destination-default)
	After: apt-daily-upgrade.timer (destination-default)
	After: man-db.timer (destination-default)
	References: apt-daily-upgrade.timer (origin-file)
	References: logrotate.timer (origin-file)
	References: apt-daily.timer (origin-file)
	References: systemd-tmpfiles-clean.timer (origin-file)
	References: shutdown.target (origin-file)
	References: man-db.timer (origin-file)
	References: anacron.timer (origin-file)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	ReferencedBy: basic.target (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: man-db.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit emergency.target:
	Description: Emergency Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: emergency.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/emergency.target
	Requires: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: sysinit.target (destination-file)
	Before: 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: sysinit.target (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit sys-module-fuse.device:
	Description: /sys/module/fuse
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-module-fuse.device
	Invocation ID: 177f7b0138a24f488cd4651223bff7b7
	Wants: sys-fs-fuse-connections.mount (origin-udev)
	References: sys-fs-fuse-connections.mount (origin-udev)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/module/fuse
	Found: found-udev
	udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
-> Unit umount.target:
	Description: Unmount All Filesystems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: umount.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/umount.target
	ConflictedBy: nfs-blkmap.service (destination-file)
	ConflictedBy: home.mount (destination-file)
	ConflictedBy: boot-efi.mount (destination-file)
	ConflictedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-default)
	ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-default)
	ConflictedBy: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	ConflictedBy: rpc-statd.service (destination-file)
	ConflictedBy: run-user-1000-gvfs.mount (destination-mountinfo-default)
	ConflictedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-default)
	ConflictedBy: dev-sda7.swap (destination-default)
	ConflictedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-default)
	ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-default)
	ConflictedBy: rpc-gssd.service (destination-file)
	ConflictedBy: var-lib-lxcfs.mount (destination-mountinfo-default)
	ConflictedBy: run-rpc_pipefs.mount (destination-file)
	After: run-user-1000.mount (destination-mountinfo-default)
	After: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-default)
	After: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-default)
	After: dev-sda7.swap (destination-default)
	After: home.mount (destination-file)
	After: dev-disk-by\x2dpartlabel-swap.swap (destination-default)
	After: var-lib-lxcfs.mount (destination-mountinfo-default)
	After: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-default)
	After: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-default)
	After: run-user-1000-gvfs.mount (destination-mountinfo-default)
	After: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-default)
	After: boot-efi.mount (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-default)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-default)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-default)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-default)
	ReferencedBy: rpc-gssd.service (destination-file)
	ReferencedBy: dev-sda7.swap (destination-default)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	ReferencedBy: nfs-blkmap.service (destination-file)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-default)
	ReferencedBy: run-rpc_pipefs.mount (destination-file)
	ReferencedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-default)
	ReferencedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit rpcbind.socket:
	Description: RPCbind Server Activation Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/rpcbind.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: rpcbind.socket
	Invocation ID: 12f21177f56349c7b55192593aff426f
	Fragment Path: /lib/systemd/system/rpcbind.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: rpcbind.service (destination-file)
	RequiredBy: rpc-statd.service (destination-file)
	WantedBy: sockets.target (destination-file)
	WantedBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: rpcbind.service (origin-implicit)
	Before: rpc-statd.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: rpcbind.service (origin-implicit)
	References: rpcbind.service (origin-implicit)
	References: -.mount (origin-path)
	References: system.slice (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: rpcbind.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	RequiresMountsFor: /run/rpcbind.sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: ipv6-only
	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: rpcbind.socket
	SELinuxContextFromNet: no
	ListenStream: /run/rpcbind.sock
	ListenStream: 0.0.0.0:111
	ListenDatagram: 0.0.0.0:111
	ListenStream: [::]:111
	ListenDatagram: [::]:111
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device:
	Description: TOSHIBA_MQ01ABD100
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:34 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:34 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
	Invocation ID: 62df2a4b35be406389adb6ccfa9de1bc
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
	Following Set Member: dev-sda.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
	Found: found-udev
-> Unit rpc-statd-notify.service:
	Description: Notify NFS peers of a restart
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rpc-statd-notify.service
	Fragment Path: /lib/systemd/system/rpc-statd-notify.service
	Requires: system.slice (origin-file)
	Requires: network.target (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: rpc-statd.service (destination-file)
	After: nfs-server.service (origin-file destination-file)
	After: nss-lookup.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: nfs-config.service (origin-file)
	After: network.target (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: network.target (origin-file)
	References: nfs-server.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: local-fs.target (origin-file)
	References: nfs-config.service (origin-file)
	References: nfs-utils.service (origin-file)
	References: nss-lookup.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/sm-notify $SMNOTIFYARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Invocation ID: 54d2ba60b9724d07b9249a75de39b3f4
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dlabel-Windows.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> 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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: apt-daily-upgrade.service
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2020-06-19 11:45:33 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: connman.service (origin-file)
	After: apt-daily.service (origin-file)
	After: systemd-networkd.service (origin-file)
	After: basic.target (origin-default)
	After: NetworkManager.service (origin-file)
	After: network.target (origin-file)
	After: apt-daily-upgrade.timer (destination-implicit)
	After: system.slice (origin-file)
	TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
	References: network-online.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: connman.service (origin-file)
	References: apt-daily.service (origin-file)
	References: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: NetworkManager.service (origin-file)
	References: basic.target (origin-default)
	References: systemd-networkd.service (origin-file)
	ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 15min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/lib/apt/apt-helper wait-online
	-> ExecStart:
		Command Line: /usr/lib/apt/apt.systemd.daily install
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-cdrw.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-cdrw.device
	Invocation ID: 25c03804ad6141668bcaf36b7f5b5c7d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit systemd-ask-password-wall.service:
	Description: Forward Password Requests to Wall
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-ask-password-wall.service
	Documentation: man:systemd-ask-password-console.service(8)
	Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: systemd-user-sessions.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-ask-password-wall.path (destination-implicit)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
	References: systemd-user-sessions.service (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	SystemCallArchitectures: native
	-> ExecStartPre:
		Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
	-> ExecStart:
		Command Line: /bin/systemd-tty-ask-password-agent --wall
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit var-lib-lxcfs.mount:
	Description: /var/lib/lxcfs
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/var-lib-lxcfs.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: var-lib-lxcfs.mount
	Invocation ID: a1b7c6c0d2484e868fed88350f794a86
	Source Path: /proc/self/mountinfo
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-implicit)
	Conflicts: umount.target (origin-mountinfo-default)
	Before: umount.target (origin-mountinfo-default)
	Before: local-fs.target (origin-mountinfo-default)
	After: local-fs-pre.target (origin-mountinfo-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: -.mount (origin-implicit)
	References: local-fs-pre.target (origin-mountinfo-default)
	References: local-fs.target (origin-mountinfo-default)
	References: umount.target (origin-mountinfo-default)
	References: -.mount (origin-implicit)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	RequiresMountsFor: /var/lib (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /var/lib/lxcfs
	What: lxcfs
	File System Type: fuse.lxcfs
	Options: rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
	From /proc/self/mountinfo: yes
	From fragment: no
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Invocation ID: 0677680cb78d44f3b42046ac991b915a
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Wants: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (origin-file)
	BoundBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	Before: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-file)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Invocation ID: 84eef7a1e9ef4fdaa8320fb2160f81f8
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Invocation ID: 854e37ec8a3f4edba16e0e92348b1292
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit docker.service:
	Description: Docker Application Container Engine
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:21 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:21 IST
	Active Exit 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/docker.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	CGroup delegate mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: docker.service
	Invocation ID: f54705054fdc417d881a6c0f0d937ab7
	Documentation: https://docs.docker.com
	Fragment Path: /lib/systemd/system/docker.service
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: docker.socket (origin-file)
	Requires: system.slice (origin-file)
	Wants: network-online.target (origin-file)
	BindsTo: containerd.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: docker.socket (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: basic.target (origin-default)
	After: docker.socket (destination-implicit)
	After: sysinit.target (origin-default)
	After: network-online.target (origin-file)
	After: containerd.service (origin-file)
	After: system.slice (origin-file)
	After: firewalld.service (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: docker.socket (destination-implicit)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: firewalld.service (origin-file)
	References: containerd.service (origin-file)
	References: shutdown.target (origin-default)
	References: basic.target (origin-default)
	References: docker.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: docker.socket (destination-file destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 911
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 2s
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitCORE: 18446744073709551615
	LimitCORESoft: 18446744073709551615
	LimitNPROC: 18446744073709551615
	LimitNPROCSoft: 18446744073709551615
	LimitNOFILE: 18446744073709551615
	LimitNOFILESoft: 18446744073709551615
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
	-> ExecReload:
		Command Line: /bin/kill -s HUP $MAINPID
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=yes
	DelegateControllers=cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
-> Unit pppd-dns.service:
	Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Tue 2020-06-16 19:48:42 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: pppd-dns.service
	Invocation ID: 162423134f344fc4b231460ec4664043
	Fragment Path: /lib/systemd/system/pppd-dns.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/ppp/ip-down.d/0000usepeerdns
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit time-sync.target:
	Description: System Time Synchronized
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: time-sync.target
	Invocation ID: e861fc6e97224e8bb22b4464f6e53fb0
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/time-sync.target
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	WantedBy: systemd-timesyncd.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.timer (destination-default)
	Before: anacron.service (destination-file)
	Before: exim4.service (destination-file)
	Before: logrotate.timer (destination-default)
	Before: anacron.timer (destination-default)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: man-db.timer (destination-default)
	Before: apt-daily-upgrade.timer (destination-default)
	After: systemd-timesyncd.service (destination-file)
	References: shutdown.target (origin-default)
	ReferencedBy: systemd-timesyncd.service (destination-file)
	ReferencedBy: man-db.timer (destination-default)
	ReferencedBy: apt-daily.timer (destination-default)
	ReferencedBy: anacron.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: anacron.timer (destination-default)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: logrotate.timer (destination-default)
	ReferencedBy: apt-daily-upgrade.timer (destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2dlabel-Windows.device:
	Description: TOSHIBA_MQ01ABD100 Windows
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dlabel-Windows.device
	Invocation ID: 96081f3e8b91471abd96e9793209445d
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	Following Set Member: dev-disk-by\x2duuid-CCE21B58E21B45DC.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart3.device
	Following Set Member: dev-sda3.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart3.device
	Following Set Member: dev-disk-by\x2dpartuuid-99c1127c\x2d21fd\x2d4ae1\x2d871d\x2d6080beff0549.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
	Found: found-udev
-> Unit cups.path:
	Description: CUPS Scheduler
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: cups.path
	Invocation ID: 0235342cf2b943e4909745c69ca043e0
	Fragment Path: /lib/systemd/system/cups.path
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	PartOf: cups.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: paths.target (origin-default)
	Before: cups.service (origin-implicit)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	Triggers: cups.service (origin-implicit)
	References: paths.target (origin-default)
	References: cups.service (origin-file origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (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 syslog.socket:
	Description: Syslog Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:42 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: syslog.socket
	Invocation ID: c61e1708a93644d5b144e53959f38734
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
	Fragment Path: /lib/systemd/system/syslog.socket
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: rsyslog.service (destination-file)
	Conflicts: emergency.service (origin-file)
	Conflicts: shutdown.target (origin-file)
	Before: shutdown.target (origin-file)
	Before: emergency.service (origin-file)
	Before: systemd-journald.service (destination-file)
	Before: sockets.target (origin-file)
	Before: rsyslog.service (origin-implicit)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: rsyslog.service (origin-implicit)
	References: shutdown.target (origin-file)
	References: emergency.service (origin-file)
	References: system.slice (origin-file)
	References: sockets.target (origin-file)
	References: -.mount (origin-path)
	References: rsyslog.service (origin-implicit)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: rsyslog.service (destination-file)
	RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: yes
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: syslog.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 8388608
	ListenDatagram: /run/systemd/journal/syslog
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Tue 2020-06-16 19:49:08 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-fsckd.socket
	Invocation ID: b93e5f5ca5be4c11907171f3186cbb59
	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: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	RequiredBy: systemd-fsckd.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	WantedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	WantedBy: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	Before: systemd-fsckd.service (origin-implicit)
	Before: systemd-fsck-root.service (destination-file)
	Before: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	Triggers: systemd-fsckd.service (origin-implicit)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: systemd-fsckd.service (origin-implicit)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: systemd-fsckd.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: listening
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0600
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-fsckd.socket
	SELinuxContextFromNet: no
	ListenStream: /run/systemd/fsck.progress
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit tmp.mount:
	Description: tmp.mount
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: tmp.mount
	WantedBy: basic.target (destination-file)
	Before: basic.target (destination-file)
	ReferencedBy: basic.target (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart1.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart1.device
	Invocation ID: b2bc1d4be4464649897c02e6428e5d46
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit lavapdu-listen.service:
	Description: LSB: LAVA PDU Listener
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:06 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:06 IST
	Active Exit 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/lavapdu-listen.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lavapdu-listen.service
	Invocation ID: 3b014c6b052a43a18a59b185658c1f3b
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/lavapdu-listen.service
	Source Path: /etc/init.d/lavapdu-listen
	Condition Timestamp: Tue 2020-06-16 19:49:05 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:05 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: postgresql.service (origin-file)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: basic.target (origin-default)
	After: remote-fs.target (origin-file)
	References: graphical.target (origin-file)
	References: multi-user.target (origin-file)
	References: network-online.target (origin-file)
	References: basic.target (origin-default)
	References: remote-fs.target (origin-file)
	References: postgresql.service (origin-file)
	References: shutdown.target (origin-default)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/lavapdu-listen start
	-> ExecStop:
		Command Line: /etc/init.d/lavapdu-listen stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit systemd-journal-flush.service:
	Description: Flush Journal to Persistent Storage
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-journal-flush.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-journal-flush.service
	Invocation ID: 15f5805218224713980eae3ed2b9d28a
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journal-flush.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: systemd-journald.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: systemd-remount-fs.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-journald.service (origin-file)
	References: -.mount (origin-path)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: system.slice (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-journald.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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/journalctl --flush
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit system-getty.slice:
	Description: system-getty.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-getty.slice
	Invocation ID: a869d12a923347519429496f1e538a70
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: getty at tty1.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	After: system.slice (origin-implicit)
	References: system.slice (origin-implicit)
	References: shutdown.target (origin-default)
	ReferencedBy: getty at tty1.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit getty-pre.target:
	Description: Login Prompts (Pre)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: getty-pre.target
	Documentation: man:systemd.special(7)
	Documentation: man:systemd-getty-generator(8)
	Documentation: http://0pointer.de/blog/projects/serial-console.html
	Fragment Path: /lib/systemd/system/getty-pre.target
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: getty at tty1.service (destination-file)
	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 dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Invocation ID: 0787d1cb0bee478b8bf81b7bee4e74e7
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit dev-disk-by\x2duuid-6A98D5E098D5AB39.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Invocation ID: 3c42acad46c141cba379114d223432bc
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device:
	Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:33:03 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Enter Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device
	Invocation ID: 89fd65a273d848b8b52b5d3b5c0bb99e
	Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
	Wants: bluetooth.target (origin-udev)
	References: bluetooth.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:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0
	Found: found-udev
	udev SYSTEMD_WANTS: bluetooth.target
-> Unit system-systemd\x2dbacklight.slice:
	Description: system-systemd\x2dbacklight.slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: system-systemd\x2dbacklight.slice
	Invocation ID: 545a85402d65457bb9d74550dcc13156
	Condition Timestamp: Tue 2020-06-16 19:48:32 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:32 IST
	Assert Result: yes
	Requires: system.slice (origin-implicit)
	RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	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:intel_backlight.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit schroot.service:
	Description: Recover schroot sessions
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:45 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:45 IST
	Active Exit 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/schroot.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: schroot.service
	Invocation ID: 0e6e714b05b44de5a2ed092e540823cc
	Documentation: man:schroot(1)
	Fragment Path: /lib/systemd/system/schroot.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	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: -.mount (origin-path)
	After: sysinit.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	RequiresMountsFor: /var/lib/schroot (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/schroot start
	-> ExecStop:
		Command Line: /etc/init.d/schroot stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit spamassassin.service:
	Description: spamassassin.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: spamassassin.service
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit graphical.target:
	Description: Graphical Interface
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:37 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:37 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: runlevel5.target
	Name: graphical.target
	Invocation ID: b33f8900c8a54fde98247f560cc5d71d
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/graphical.target
	Condition Timestamp: Tue 2020-06-16 19:49:37 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:37 IST
	Assert Result: yes
	Requires: multi-user.target (origin-file)
	Wants: lavapdu-runner.service (origin-file)
	Wants: lava-coordinator.service (origin-file)
	Wants: accounts-daemon.service (origin-file)
	Wants: gdm.service (origin-file)
	Wants: exim4.service (origin-file)
	Wants: lavapdu-listen.service (origin-file)
	Wants: ser2net.service (origin-file)
	Wants: switcheroo-control.service (origin-file)
	Wants: tftpd-hpa.service (origin-file)
	Wants: udisks2.service (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: rescue.target (origin-file)
	Conflicts: rescue.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: lava-coordinator.service (origin-default destination-file)
	After: multi-user.target (origin-file origin-default)
	After: tftpd-hpa.service (origin-default destination-file)
	After: udisks2.service (origin-default)
	After: lavapdu-listen.service (origin-default destination-file)
	After: rescue.service (origin-file)
	After: switcheroo-control.service (origin-default)
	After: ser2net.service (origin-default destination-file)
	After: accounts-daemon.service (origin-default)
	After: gdm.service (origin-file origin-default)
	After: exim4.service (origin-default destination-file)
	After: rescue.target (origin-file)
	After: lavapdu-runner.service (origin-default destination-file)
	References: accounts-daemon.service (origin-file origin-default)
	References: exim4.service (origin-file origin-default)
	References: tftpd-hpa.service (origin-file origin-default)
	References: gdm.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: lavapdu-runner.service (origin-file origin-default)
	References: rescue.target (origin-file)
	References: udisks2.service (origin-file origin-default)
	References: multi-user.target (origin-file origin-default)
	References: lava-coordinator.service (origin-file origin-default)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: switcheroo-control.service (origin-file origin-default)
	References: rescue.service (origin-file)
	References: ser2net.service (origin-file origin-default)
	References: lavapdu-listen.service (origin-file origin-default)
	ReferencedBy: ser2net.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit network-online.target:
	Description: Network is Online
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:55 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:55 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: network-online.target
	Invocation ID: c7eda4d7f9074ca9b8b0b666af5e45e9
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network-online.target
	Condition Timestamp: Tue 2020-06-16 19:48:55 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:55 IST
	Assert Result: yes
	Wants: networking.service (origin-file)
	Wants: NetworkManager-wait-online.service (origin-file)
	WantedBy: lava-coordinator.service (destination-file)
	WantedBy: lavapdu-runner.service (destination-file)
	WantedBy: inetd.service (destination-file)
	WantedBy: exim4.service (destination-file)
	WantedBy: tftpd-hpa.service (destination-file)
	WantedBy: ser2net.service (destination-file)
	WantedBy: docker.service (destination-file)
	WantedBy: lavapdu-listen.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: docker.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: rc-local.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: lavapdu-listen.service (destination-file)
	Before: lava-coordinator.service (destination-file)
	Before: inetd.service (destination-file)
	Before: exim4.service (destination-file)
	Before: lxc-net.service (destination-file)
	Before: lavapdu-runner.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: ser2net.service (destination-file)
	After: NetworkManager-wait-online.service (origin-default destination-file)
	After: networking.service (destination-file)
	After: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: NetworkManager-wait-online.service (origin-file origin-default)
	References: networking.service (origin-file)
	References: network.target (origin-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: inetd.service (destination-file)
	ReferencedBy: lxc-net.service (destination-file)
	ReferencedBy: ser2net.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: docker.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-devices-virtual-net-docker0.device:
	Description: /sys/devices/virtual/net/docker0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:18 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:18 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:18 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-virtual-net-docker0.device
	Invocation ID: 6223324f977b44c3907b1a460d27539c
	Following Set Member: sys-subsystem-net-devices-docker0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/virtual/net/docker0
	Found: found-udev
-> Unit mysql.service:
	Description: mysql.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: mysql.service
	Before: exim4.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
-> Unit systemd-udevd.service:
	Description: udev Kernel Device Manager (LAVA)
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:31 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids bpf-firewall
	Name: systemd-udevd.service
	Invocation ID: dd5c504c96ce410fb45960b2e01cacd2
	Documentation: man:systemd-udevd.service(8)
	Documentation: man:udev(7)
	Fragment Path: /lib/systemd/system/systemd-udevd.service
	DropIn Path: /etc/systemd/system/systemd-udevd.service.d/override.conf
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 19:48:31 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:31 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd-control.socket (origin-file)
	Wants: systemd-udevd-kernel.socket (origin-file)
	WantedBy: sysinit.target (destination-file)
	WantedBy: systemd-udev-trigger.service (destination-file)
	WantedBy: ifupdown-pre.service (destination-file)
	Before: systemd-networkd.service (destination-file)
	Before: plymouth-start.service (destination-file)
	Before: sysinit.target (origin-file)
	After: systemd-hwdb-update.service (origin-file)
	After: systemd-sysusers.service (origin-file)
	After: systemd-tmpfiles-setup-dev.service (destination-file)
	After: systemd-udevd-kernel.socket (origin-file destination-implicit)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
	TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
	References: sysinit.target (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-hwdb-update.service (origin-file)
	References: systemd-sysusers.service (origin-file)
	ReferencedBy: systemd-udevd-control.socket (destination-implicit)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: systemd-udev-trigger.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: always
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 342
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 0
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 3min
	KillMode: mixed
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	OOMScoreAdjust: -1000
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: yes
	SystemCallArchitectures: native
	-> ExecStart:
		Command Line: /lib/systemd/systemd-udevd
	Status Text: Processing with 40 children at max
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	IPAddressAllow=0.0.0.0/0
	IPAddressAllow=::/0
	IPAddressDeny=0.0.0.0/0
	IPAddressDeny=::/0
-> Unit getty.target:
	Description: Login Prompts
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:40 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: getty.target
	Invocation ID: aad80c70173a430e97ee75be5d0915d2
	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: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	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-static.service (origin-default)
	After: getty at tty1.service (origin-default destination-file)
	References: getty-static.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	References: getty at tty1.service (origin-file 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 dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device:
	Description: TOSHIBA_MQ01ABD100 Basic\x20data\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart4.device
	Invocation ID: a20ff399e3694d2dbb397283287695cf
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
	Following Set Member: dev-disk-by\x2duuid-6A98D5E098D5AB39.device
	Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart4.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-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\x2dpartuuid-0d993925\x2defd8\x2d41e4\x2d976e\x2d2d18a6883395.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
	Found: found-udev
-> Unit remote-fs.target:
	Description: Remote File Systems
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:47 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:47 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: remote-fs.target
	Invocation ID: f716b722719548da90a6709060f15cc7
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/remote-fs.target
	Condition Timestamp: Tue 2020-06-16 19:48:47 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:47 IST
	Assert Result: yes
	Wants: nfs-client.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: lava-coordinator.service (destination-file)
	Before: apache2.service (destination-file)
	Before: cron.service (destination-file)
	Before: tftpd-hpa.service (destination-file)
	Before: lava-master.service (destination-file)
	Before: lava-server-gunicorn.service (destination-file)
	Before: lavapdu-listen.service (destination-file)
	Before: lava-publisher.service (destination-file)
	Before: lava-logs.service (destination-file)
	Before: atd.service (destination-file)
	Before: lava-slave.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: exim4.service (destination-file)
	Before: lavapdu-runner.service (destination-file)
	Before: ser2net.service (destination-file)
	After: remote-fs-pre.target (origin-file)
	After: systemd-quotacheck.service (destination-file)
	References: nfs-client.target (origin-file)
	References: shutdown.target (origin-file)
	References: remote-fs-pre.target (origin-file)
	ReferencedBy: lava-master.service (destination-file)
	ReferencedBy: lava-server-gunicorn.service (destination-file)
	ReferencedBy: lava-publisher.service (destination-file)
	ReferencedBy: cron.service (destination-file)
	ReferencedBy: lavapdu-listen.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: atd.service (destination-file)
	ReferencedBy: tftpd-hpa.service (destination-file)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: lava-coordinator.service (destination-file)
	ReferencedBy: ser2net.service (destination-file)
	ReferencedBy: lava-logs.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: lava-slave.service (destination-file)
	ReferencedBy: systemd-quotacheck.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit systemd-journald-audit.socket:
	Description: Journal Audit Socket
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-journald-audit.socket
	Invocation ID: 50ff4aa00c514d62b6c9e50f8c592599
	Documentation: man:systemd-journald.service(8)
	Documentation: man:journald.conf(5)
	Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
	ConditionCapability: CAP_AUDIT_READ untested
	ConditionSecurity: audit untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	WantedBy: systemd-journald.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Before: sockets.target (origin-file)
	Before: systemd-journald.service (origin-implicit destination-file)
	Before: apparmor.service (destination-file)
	After: system.slice (origin-file)
	Triggers: systemd-journald.service (origin-implicit destination-file)
	References: sockets.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.service (origin-implicit)
	ReferencedBy: systemd-journald.service (destination-file)
	ReferencedBy: sockets.target (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0666
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: yes
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: systemd-journald-audit.socket
	SELinuxContextFromNet: no
	ReceiveBuffer: 134217728
	ListenNetlink: audit 1
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit lava-slave.service:
	Description: LAVA slave
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 16:47:25 IST
	Inactive Exit Timestamp: Fri 2020-06-19 16:47:25 IST
	Active Enter Timestamp: Fri 2020-06-19 16:47:25 IST
	Active Exit Timestamp: Fri 2020-06-19 16:47:25 IST
	Inactive Enter Timestamp: Fri 2020-06-19 16:47:25 IST
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: /system.slice/lava-slave.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lava-slave.service
	Invocation ID: 8237af9f9bb3488d881848445330d9bb
	Fragment Path: /lib/systemd/system/lava-slave.service
	Condition Timestamp: Fri 2020-06-19 16:47:25 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 16:47:25 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: 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: remote-fs.target (origin-file)
	After: network.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: shutdown.target (origin-default)
	References: remote-fs.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: simple
	Restart: always
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 1273
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 20s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	Environment: MASTER_URL=tcp://localhost:5556
	Environment: LOGGER_URL=tcp://localhost:5555
	Environment: LOGLEVEL=DEBUG
	EnvironmentFile: -/etc/default/lava-slave
	EnvironmentFile: -/etc/lava-dispatcher/lava-slave
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/bin/lava-slave --level $LOGLEVEL --master $MASTER_URL --socket-addr $LOGGER_URL $IPV6 $ENCRYPT $MASTER_CERT $SLAVE_CERT $HOSTNAME
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-hugepages.mount:
	Description: Huge Pages File System
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: dev-hugepages.mount
	Invocation ID: 2bbca3dc375f4f918f78005a04320d3b
	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 untested
	ConditionCapability: CAP_SYS_ADMIN untested
	ConditionPathExists: /sys/kernel/mm/hugepages untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: -.mount (origin-path)
	WantedBy: sysinit.target (destination-file)
	Before: sysinit.target (origin-file)
	After: system.slice (origin-file)
	After: -.mount (origin-path)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: -.mount (origin-path)
	References: sysinit.target (origin-file)
	References: system.slice (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	RequiresMountsFor: /dev (origin-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /dev/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
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit network.target:
	Description: Network
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:44 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: network.target
	Invocation ID: f0b4340ade2048cd907b497e989c40ef
	Documentation: man:systemd.special(7)
	Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
	Fragment Path: /lib/systemd/system/network.target
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	RequiredBy: rpc-statd-notify.service (destination-file)
	RequiredBy: nfs-server.service (destination-file)
	WantedBy: NetworkManager.service (destination-file)
	WantedBy: wpa_supplicant.service (destination-file)
	WantedBy: systemd-networkd.service (destination-file)
	WantedBy: networking.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: rpc-statd.service (destination-file)
	Before: lava-server-gunicorn.service (destination-file)
	Before: containerd.service (destination-file)
	Before: apt-daily.service (destination-file)
	Before: ssh.service (destination-file)
	Before: apt-daily-upgrade.service (destination-file)
	Before: postgresql at 11-main.service (destination-file)
	Before: lxc.service (destination-file)
	Before: nfs-server.service (destination-file)
	Before: systemd-user-sessions.service (destination-file)
	Before: network-online.target (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: ntp.service (destination-file)
	Before: lava-publisher.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: lava-logs.service (destination-file)
	Before: rc-local.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: nfs-mountd.service (destination-file)
	Before: lava-slave.service (destination-file)
	Before: lava-master.service (destination-file)
	Before: rsync.service (destination-file)
	Before: apache2.service (destination-file)
	After: ifupdown-pre.service (destination-file)
	After: systemd-networkd.service (destination-file)
	After: network-pre.target (origin-file)
	After: networking.service (destination-file)
	After: NetworkManager.service (destination-file)
	After: wpa_supplicant.service (destination-file)
	References: shutdown.target (origin-default)
	References: network-pre.target (origin-file)
	ReferencedBy: containerd.service (destination-file)
	ReferencedBy: NetworkManager.service (destination-file)
	ReferencedBy: lava-publisher.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	ReferencedBy: wpa_supplicant.service (destination-file)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: apache2.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: lava-server-gunicorn.service (destination-file)
	ReferencedBy: network-online.target (destination-file)
	ReferencedBy: rc-local.service (destination-file)
	ReferencedBy: lava-master.service (destination-file)
	ReferencedBy: systemd-user-sessions.service (destination-file)
	ReferencedBy: ntp.service (destination-file)
	ReferencedBy: lava-logs.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: ssh.service (destination-file)
	ReferencedBy: lxc.service (destination-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: rpc-statd.service (destination-file)
	ReferencedBy: systemd-networkd.service (destination-file)
	ReferencedBy: lava-slave.service (destination-file)
	ReferencedBy: rsync.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: yes
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit ssh.service:
	Description: OpenBSD Secure Shell server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:46 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: ssh.service
	Invocation ID: c93e1840553c4b61b2afd8479f0fb743
	Documentation: man:sshd(8)
	Documentation: man:sshd_config(5)
	Fragment Path: /lib/systemd/system/ssh.service
	ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
	Condition Timestamp: Tue 2020-06-16 19:48:44 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:44 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	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: basic.target (origin-default)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: auditd.service (origin-file)
	After: network.target (origin-file)
	After: -.mount (origin-path)
	After: sysinit.target (origin-default)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: notify
	Restart: on-failure
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 746
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/etc/default/ssh
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	RuntimeDirectory: sshd
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStartPre:
		Command Line: /usr/sbin/sshd -t
	-> ExecStart:
		Command Line: /usr/sbin/sshd -D $SSHD_OPTS
	-> ExecReload:
		Command Line: /usr/sbin/sshd -t
		Command Line: /bin/kill -HUP $MAINPID
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Invocation ID: 9512c0bfb176439c887cb1c75f20a6ca
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit -.mount:
	Description: Root Mount
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:29 IST
	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: /system.slice/-.mount
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: -.mount
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/-.mount
	Source Path: /etc/fstab
	Requires: system.slice (origin-file)
	RequiredBy: systemd-fsckd.socket (destination-path)
	RequiredBy: dev-hugepages.mount (destination-path)
	RequiredBy: anacron.timer (destination-path)
	RequiredBy: iio-sensor-proxy.service (destination-file destination-path)
	RequiredBy: run-rpc_pipefs.mount (destination-path)
	RequiredBy: logrotate.service (destination-path)
	RequiredBy: ModemManager.service (destination-path)
	RequiredBy: systemd-update-utmp.service (destination-path)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: sys-fs-fuse-connections.mount (destination-path)
	RequiredBy: media-seshu-6631\x2d3330.mount (destination-implicit)
	RequiredBy: dbus.socket (destination-path)
	RequiredBy: run-user-1000-gvfs.mount (destination-implicit)
	RequiredBy: run-user-1000.mount (destination-implicit)
	RequiredBy: syslog.socket (destination-path)
	RequiredBy: systemd-random-seed.service (destination-path)
	RequiredBy: upower.service (destination-file)
	RequiredBy: docker.socket (destination-path)
	RequiredBy: home.mount (destination-path)
	RequiredBy: systemd-rfkill.socket (destination-file destination-path)
	RequiredBy: systemd-networkd.service (destination-path)
	RequiredBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-implicit)
	RequiredBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-implicit)
	RequiredBy: dm-event.socket (destination-path)
	RequiredBy: local-fs.target (destination-file)
	RequiredBy: systemd-journal-flush.service (destination-path)
	RequiredBy: systemd-journald-dev-log.socket (destination-path)
	RequiredBy: man-db.timer (destination-path)
	RequiredBy: systemd-udevd-control.socket (destination-path)
	RequiredBy: postgresql at 11-main.service (destination-path)
	RequiredBy: sys-kernel-config.mount (destination-path)
	RequiredBy: schroot.service (destination-path)
	RequiredBy: dev-disk-by\x2dpartlabel-swap.swap (destination-implicit)
	RequiredBy: colord.service (destination-file)
	RequiredBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-path)
	RequiredBy: avahi-daemon.socket (destination-path)
	RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-path)
	RequiredBy: apache2.service (destination-path)
	RequiredBy: basic.target (destination-path)
	RequiredBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-implicit)
	RequiredBy: sys-kernel-debug.mount (destination-path)
	RequiredBy: rpcbind.socket (destination-path)
	RequiredBy: systemd-initctl.socket (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	RequiredBy: apt-daily-upgrade.timer (destination-path)
	RequiredBy: ntp.service (destination-path)
	RequiredBy: bolt.service (destination-file)
	RequiredBy: console-setup.service (destination-path)
	RequiredBy: rtkit-daemon.service (destination-file)
	RequiredBy: cups.path (destination-path)
	RequiredBy: systemd-ask-password-console.path (destination-path)
	RequiredBy: proc-fs-nfsd.mount (destination-path)
	RequiredBy: rpcbind.service (destination-path)
	RequiredBy: logrotate.timer (destination-path)
	RequiredBy: dev-sda7.swap (destination-implicit)
	RequiredBy: systemd-ask-password-plymouth.path (destination-path)
	RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
	RequiredBy: unattended-upgrades.service (destination-path)
	RequiredBy: uuidd.socket (destination-path)
	RequiredBy: systemd-rfkill.service (destination-file destination-path)
	RequiredBy: apparmor.service (destination-path)
	RequiredBy: var-lib-lxcfs.mount (destination-implicit)
	RequiredBy: lvm2-lvmpolld.socket (destination-path)
	RequiredBy: apt-daily.timer (destination-path)
	RequiredBy: systemd-journald.socket (destination-path)
	RequiredBy: dev-mqueue.mount (destination-path)
	RequiredBy: systemd-ask-password-wall.path (destination-path)
	RequiredBy: systemd-timesyncd.service (destination-path)
	RequiredBy: boot-efi.mount (destination-path)
	RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-implicit)
	RequiredBy: cups.socket (destination-path)
	RequiredBy: ssh.service (destination-path)
	RequiredBy: fwupd.service (destination-file)
	Before: ModemManager.service (destination-path)
	Before: basic.target (destination-path)
	Before: systemd-update-utmp.service (destination-path)
	Before: schroot.service (destination-path)
	Before: dev-sda7.swap (destination-implicit)
	Before: apparmor.service (destination-path)
	Before: session-2.scope (destination-file)
	Before: media-seshu-6631\x2d3330.mount (destination-implicit)
	Before: colord.service (destination-file)
	Before: logrotate.service (destination-path)
	Before: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-implicit)
	Before: dbus.socket (destination-path)
	Before: var-lib-lxcfs.mount (destination-implicit)
	Before: systemd-journald-dev-log.socket (destination-path)
	Before: ssh.service (destination-path)
	Before: dev-disk-by\x2dpartlabel-swap.swap (destination-implicit)
	Before: proc-fs-nfsd.mount (destination-path)
	Before: systemd-initctl.socket (destination-path)
	Before: home.mount (destination-path)
	Before: run-user-1000.mount (destination-implicit)
	Before: run-user-1000-gvfs.mount (destination-implicit)
	Before: postgresql at 11-main.service (destination-path)
	Before: uuidd.socket (destination-path)
	Before: systemd-networkd.service (destination-path)
	Before: apt-daily-upgrade.timer (destination-path)
	Before: dev-mqueue.mount (destination-path)
	Before: docker.socket (destination-path)
	Before: systemd-backlight at backlight:intel_backlight.service (destination-path)
	Before: console-setup.service (destination-path)
	Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-implicit)
	Before: sys-fs-fuse-connections.mount (destination-path)
	Before: ntp.service (destination-path)
	Before: local-fs.target (origin-file)
	Before: systemd-ask-password-plymouth.path (destination-path)
	Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-implicit)
	Before: dev-hugepages.mount (destination-path)
	Before: upower.service (destination-file)
	Before: avahi-daemon.socket (destination-path)
	Before: systemd-rfkill.service (destination-file destination-path)
	Before: bolt.service (destination-file)
	Before: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-implicit)
	Before: unattended-upgrades.service (destination-path)
	Before: apt-daily.timer (destination-path)
	Before: rtkit-daemon.service (destination-file)
	Before: lvm2-lvmpolld.socket (destination-path)
	Before: systemd-ask-password-wall.path (destination-path)
	Before: sys-kernel-config.mount (destination-path)
	Before: proc-sys-fs-binfmt_misc.automount (destination-path)
	Before: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-path)
	Before: systemd-udevd-control.socket (destination-path)
	Before: systemd-ask-password-console.path (destination-path)
	Before: systemd-rfkill.socket (destination-file destination-path)
	Before: iio-sensor-proxy.service (destination-file destination-path)
	Before: systemd-update-utmp-runlevel.service (destination-path)
	Before: systemd-timesyncd.service (destination-path)
	Before: fwupd.service (destination-file)
	Before: man-db.timer (destination-path)
	Before: systemd-journald.socket (destination-path)
	Before: rpcbind.socket (destination-path)
	Before: run-rpc_pipefs.mount (destination-path)
	Before: sys-kernel-debug.mount (destination-path)
	Before: systemd-random-seed.service (destination-path)
	Before: rpcbind.service (destination-path)
	Before: boot-efi.mount (destination-path)
	Before: logrotate.timer (destination-path)
	Before: proc-sys-fs-binfmt_misc.mount (destination-path)
	Before: systemd-fsckd.socket (destination-path)
	Before: dm-event.socket (destination-path)
	Before: cups.socket (destination-path)
	Before: cups.path (destination-path)
	Before: anacron.timer (destination-path)
	Before: systemd-journal-flush.service (destination-path)
	Before: syslog.socket (destination-path)
	Before: apache2.service (destination-path)
	After: system.slice (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: lvm2-lvmpolld.socket (destination-path)
	ReferencedBy: systemd-update-utmp.service (destination-path)
	ReferencedBy: systemd-networkd.service (destination-path)
	ReferencedBy: docker.socket (destination-path)
	ReferencedBy: systemd-initctl.socket (destination-path)
	ReferencedBy: run-user-1000-gvfs.mount (destination-implicit)
	ReferencedBy: systemd-journal-flush.service (destination-path)
	ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.swap (destination-implicit)
	ReferencedBy: home.mount (destination-path)
	ReferencedBy: logrotate.timer (destination-path)
	ReferencedBy: sys-kernel-debug.mount (destination-path)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: upower.service (destination-file)
	ReferencedBy: avahi-daemon.socket (destination-path)
	ReferencedBy: var-lib-lxcfs.mount (destination-implicit)
	ReferencedBy: colord.service (destination-file)
	ReferencedBy: dbus.socket (destination-path)
	ReferencedBy: boot-efi.mount (destination-path)
	ReferencedBy: apparmor.service (destination-path)
	ReferencedBy: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.swap (destination-path)
	ReferencedBy: ssh.service (destination-path)
	ReferencedBy: postgresql at 11-main.service (destination-path)
	ReferencedBy: dev-mqueue.mount (destination-path)
	ReferencedBy: iio-sensor-proxy.service (destination-file destination-path)
	ReferencedBy: systemd-rfkill.service (destination-file destination-path)
	ReferencedBy: apt-daily.timer (destination-path)
	ReferencedBy: schroot.service (destination-path)
	ReferencedBy: cups.socket (destination-path)
	ReferencedBy: rpcbind.socket (destination-path)
	ReferencedBy: cups.path (destination-path)
	ReferencedBy: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.swap (destination-implicit)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
	ReferencedBy: systemd-journald-dev-log.socket (destination-path)
	ReferencedBy: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.swap (destination-implicit)
	ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
	ReferencedBy: man-db.timer (destination-path)
	ReferencedBy: console-setup.service (destination-path)
	ReferencedBy: systemd-timesyncd.service (destination-path)
	ReferencedBy: systemd-ask-password-wall.path (destination-path)
	ReferencedBy: dm-event.socket (destination-path)
	ReferencedBy: unattended-upgrades.service (destination-path)
	ReferencedBy: systemd-fsckd.socket (destination-path)
	ReferencedBy: proc-fs-nfsd.mount (destination-path)
	ReferencedBy: systemd-journald.socket (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
	ReferencedBy: apt-daily-upgrade.timer (destination-path)
	ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
	ReferencedBy: dev-hugepages.mount (destination-path)
	ReferencedBy: uuidd.socket (destination-path)
	ReferencedBy: syslog.socket (destination-path)
	ReferencedBy: rtkit-daemon.service (destination-file)
	ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-path)
	ReferencedBy: ntp.service (destination-path)
	ReferencedBy: run-rpc_pipefs.mount (destination-path)
	ReferencedBy: systemd-random-seed.service (destination-path)
	ReferencedBy: systemd-rfkill.socket (destination-file destination-path)
	ReferencedBy: systemd-udevd-control.socket (destination-path)
	ReferencedBy: apache2.service (destination-path)
	ReferencedBy: run-user-1000.mount (destination-implicit)
	ReferencedBy: fwupd.service (destination-file)
	ReferencedBy: logrotate.service (destination-path)
	ReferencedBy: anacron.timer (destination-path)
	ReferencedBy: systemd-ask-password-plymouth.path (destination-path)
	ReferencedBy: basic.target (destination-path)
	ReferencedBy: local-fs.target (destination-file)
	ReferencedBy: systemd-ask-password-console.path (destination-path)
	ReferencedBy: sys-kernel-config.mount (destination-path)
	ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.swap (destination-implicit)
	ReferencedBy: dev-sda7.swap (destination-implicit)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-implicit)
	ReferencedBy: rpcbind.service (destination-path)
	ReferencedBy: dev-disk-by\x2dpartlabel-swap.swap (destination-implicit)
	ReferencedBy: bolt.service (destination-file)
	ReferencedBy: ModemManager.service (destination-path)
	RequiresMountsFor: /dev/disk/by-uuid/a946f5c4-e834-4ec7-a8da-bf58c6bda9fc (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /
	What: /dev/sda8
	File System Type: ext4
	Options: rw,relatime,errors=remount-ro
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: yes
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: null
	StandardError: inherit
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit home.mount:
	Description: /home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:37 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:37 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:37 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: home.mount
	Invocation ID: 6a3e59b506644ba087cc2e9d23ff85ae
	Documentation: man:fstab(5)
	Documentation: man:systemd-fstab-generator(8)
	Fragment Path: /run/systemd/generator/home.mount
	Source Path: /etc/fstab
	Condition Timestamp: Tue 2020-06-16 19:48:37 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:37 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: system.slice (origin-file)
	Requires: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (origin-file)
	BindsTo: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	BindsTo: dev-sda9.device (origin-mountinfo-implicit)
	RequiredBy: session-2.scope (destination-file)
	RequiredBy: local-fs.target (destination-file)
	Conflicts: umount.target (origin-file)
	Before: umount.target (origin-file)
	Before: session-2.scope (destination-file)
	Before: local-fs.target (origin-file)
	After: -.mount (origin-path)
	After: system.slice (origin-file)
	After: dev-sda9.device (origin-mountinfo-implicit)
	After: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (origin-file)
	After: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	After: systemd-journald.socket (origin-file)
	After: local-fs-pre.target (origin-file)
	References: dev-sda9.device (origin-mountinfo-implicit)
	References: systemd-journald.socket (origin-file)
	References: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	References: -.mount (origin-path)
	References: local-fs-pre.target (origin-file)
	References: umount.target (origin-file)
	References: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (origin-file)
	ReferencedBy: session-2.scope (destination-file)
	ReferencedBy: local-fs.target (destination-file)
	RequiresMountsFor: / (origin-implicit)
	RequiresMountsFor: /dev/disk/by-uuid/ab1299d3-9553-4cf8-96f2-6d3829024856 (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Mount State: mounted
	Result: success
	Where: /home
	What: /dev/sda9
	File System Type: ext4
	Options: rw,relatime
	From /proc/self/mountinfo: yes
	From fragment: yes
	Extrinsic: no
	DirectoryMode: 0755
	SloppyOptions: no
	LazyUnmount: no
	ForceUnmount: no
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 18:35:00 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:35:00 IST
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: Fri 2020-06-19 18:35:00 IST
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: apt-daily.service
	Invocation ID: 8ad43781b6a14f1192f6691576a0b7b4
	Documentation: man:apt(8)
	Fragment Path: /lib/systemd/system/apt-daily.service
	ConditionACPower: true untested
	Condition Timestamp: Fri 2020-06-19 18:35:00 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 18:35:00 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: shutdown.target (origin-default)
	After: systemd-networkd.service (origin-file)
	After: NetworkManager.service (origin-file)
	After: sysinit.target (origin-default)
	After: network.target (origin-file)
	After: connman.service (origin-file)
	After: system.slice (origin-file)
	After: apt-daily.timer (destination-implicit)
	After: basic.target (origin-default)
	After: network-online.target (origin-file)
	After: systemd-journald.socket (origin-file)
	TriggeredBy: apt-daily.timer (destination-implicit)
	References: sysinit.target (origin-default)
	References: network-online.target (origin-file)
	References: systemd-networkd.service (origin-file)
	References: NetworkManager.service (origin-file)
	References: system.slice (origin-file)
	References: network.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: connman.service (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	ReferencedBy: apt-daily.timer (destination-implicit)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	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=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit nfs-idmapd.service:
	Description: NFSv4 ID-name mapping service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit 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/nfs-idmapd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: nfs-idmapd.service
	Invocation ID: 515cb365c98e4b12a3e24d7a17c6ed32
	Fragment Path: /lib/systemd/system/nfs-idmapd.service
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	BindsTo: nfs-server.service (origin-file)
	WantedBy: nfs-server.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: nfs-config.service (origin-file)
	After: system.slice (origin-file)
	After: local-fs.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: nfs-server.service (origin-file)
	References: nfs-config.service (origin-file)
	References: system.slice (origin-file)
	References: local-fs.target (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 583
	Main PID Known: yes
	Main PID Alien: no
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/rpc.idmapd $RPCIDMAPDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit bluetooth.target:
	Description: Bluetooth
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:33:03 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Enter Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: bluetooth.target
	Invocation ID: b123ee74dac545cbbedd2af81ea66913
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/bluetooth.target
	Condition Timestamp: Fri 2020-06-19 18:33:03 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 18:33:03 IST
	Assert Result: yes
	Wants: bluetooth.service (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: bluetooth.service (origin-default)
	References: bluetooth.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device:
	Description: TOSHIBA_MQ01ABD100 Windows_RE_tools
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart5.device
	Invocation ID: ea96160cf9854618b9aca3d6d4901d80
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-disk-by\x2dlabel-Windows\x5cx20RE\x5cx20tools.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
	Following Set Member: dev-sda5.device
	Following Set Member: dev-disk-by\x2duuid-801841EB1841E130.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
	Following Set Member: dev-disk-by\x2dpartuuid-d26cdf74\x2d1679\x2d436d\x2d805d\x2d1356717c90e1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart5.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
	Found: found-udev
-> Unit postgresql.service:
	Description: PostgreSQL RDBMS
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:05 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Exit 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/postgresql.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: postgresql.service
	Invocation ID: 62f5db9bbbff4a1cabaf99b38d09dac1
	Fragment Path: /lib/systemd/system/postgresql.service
	Condition Timestamp: Tue 2020-06-16 19:49:05 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:05 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: postgresql at 11-main.service (origin-file)
	WantedBy: multi-user.target (destination-file)
	ConsistsOf: postgresql at 11-main.service (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: lavapdu-runner.service (destination-file)
	Before: shutdown.target (origin-default)
	Before: lavapdu-listen.service (destination-file)
	Before: exim4.service (destination-file)
	Before: multi-user.target (destination-default)
	After: postgresql at 11-main.service (destination-file)
	After: sysinit.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	PropagatesReloadTo: postgresql at 11-main.service (destination-file)
	References: system.slice (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: postgresql at 11-main.service (origin-file)
	ReferencedBy: exim4.service (destination-file)
	ReferencedBy: postgresql at 11-main.service (destination-file)
	ReferencedBy: lavapdu-runner.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: lavapdu-listen.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/true
	-> ExecReload:
		Command Line: /bin/true
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit user-1000.slice:
	Description: User Slice of UID 1000
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:41 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Exit 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: memory pids
	CGroup enabled mask: memory pids
	CGroup own mask: memory pids
	CGroup members mask: memory pids
	Name: user-1000.slice
	Invocation ID: c1d4163924f24b84b6f5a5917a5cc86f
	Documentation: man:user at .service(5)
	DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
	Condition Timestamp: Tue 2020-06-16 19:49:41 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:41 IST
	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 at 1000.service (destination-file)
	Before: user-runtime-dir at 1000.service (destination-file)
	Before: session-2.scope (destination-file)
	After: user.slice (origin-implicit)
	After: systemd-user-sessions.service (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-user-sessions.service (origin-file)
	References: user.slice (origin-implicit)
	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=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=10813
	DevicePolicy=auto
	Delegate=no
-> Unit rpc-statd.service:
	Description: NFS status monitor for NFSv2/3 locking.
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rpc-statd.service
	Fragment Path: /lib/systemd/system/rpc-statd.service
	Requires: system.slice (origin-file)
	Requires: rpcbind.socket (origin-file)
	Requires: nss-lookup.target (origin-file)
	Wants: nfs-config.service (origin-file)
	Wants: rpc-statd-notify.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-server.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: nss-lookup.target (origin-file)
	After: rpcbind.socket (origin-file)
	After: network.target (origin-file)
	After: nfs-config.service (origin-file)
	After: system.slice (origin-file)
	References: nfs-utils.service (origin-file)
	References: rpc-statd-notify.service (origin-file)
	References: umount.target (origin-file)
	References: nss-lookup.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: network.target (origin-file)
	References: system.slice (origin-file)
	References: rpcbind.socket (origin-file)
	References: nfs-config.service (origin-file)
	ReferencedBy: nfs-server.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	PIDFile: /run/rpc.statd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /sbin/rpc.statd --no-notify $STATDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: systemd-quotacheck.service
	Documentation: man:systemd-quotacheck.service(8)
	Fragment Path: /lib/systemd/system/systemd-quotacheck.service
	ConditionPathExists: /sbin/quotacheck untested
	Requires: system.slice (origin-file)
	Before: shutdown.target (origin-file)
	Before: remote-fs.target (origin-file)
	After: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	After: systemd-remount-fs.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: remote-fs.target (origin-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-8CA3\x2dFF53.service (destination-file)
	ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: infinity
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /lib/systemd/systemd-quotacheck
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> 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: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-serial8250-tty-ttyS3.device
	Invocation ID: 514ad4610cfb403eb88e118a7d1a8f76
	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 rescue.target:
	Description: Rescue Mode
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: runlevel1.target
	Name: rescue.target
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/rescue.target
	Requires: rescue.service (origin-file)
	Requires: sysinit.target (origin-file)
	Wants: systemd-update-utmp-runlevel.service (origin-file)
	Conflicts: shutdown.target (origin-default)
	ConflictedBy: multi-user.target (destination-file)
	ConflictedBy: graphical.target (destination-file)
	Before: multi-user.target (destination-file)
	Before: graphical.target (destination-file)
	Before: systemd-update-utmp-runlevel.service (destination-file)
	Before: shutdown.target (origin-default)
	After: rescue.service (origin-file)
	After: sysinit.target (origin-file origin-default)
	References: sysinit.target (origin-file origin-default)
	References: rescue.service (origin-file)
	References: systemd-update-utmp-runlevel.service (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: multi-user.target (destination-file)
	ReferencedBy: graphical.target (destination-file)
	ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: dead
-> Unit anacron.timer:
	Description: Trigger anacron every hour
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: anacron.timer
	Invocation ID: 4f074f3d6de148399ad24c2d01a0de02
	Fragment Path: /lib/systemd/system/anacron.timer
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: -.mount (origin-path)
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: anacron.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	After: time-sync.target (origin-default)
	After: -.mount (origin-path)
	Triggers: anacron.service (origin-implicit)
	References: anacron.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: time-sync.target (origin-default)
	References: shutdown.target (origin-default)
	References: -.mount (origin-path)
	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: anacron.service
	Persistent: yes
	WakeSystem: no
	Accuracy: 1min
	RemainAfterElapse: yes
	OnCalendar: *-*-* 07..23:30:00
-> Unit fwupd.service:
	Description: Firmware update daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:43:10 IST
	Active Enter Timestamp: Fri 2020-06-19 18:43:11 IST
	Active Exit 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/fwupd.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: fwupd.service
	Invocation ID: 0219a8e896ee4af6b21f659f147e0499
	Documentation: https://fwupd.org/
	Fragment Path: /lib/systemd/system/fwupd.service
	Condition Timestamp: Fri 2020-06-19 18:43:10 IST
	Condition Result: yes
	Assert Timestamp: Fri 2020-06-19 18:43:10 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: -.mount (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: gdm.service (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: sysinit.target (origin-default)
	After: dbus.socket (origin-file)
	After: systemd-tmpfiles-setup.service (origin-file)
	After: -.mount (origin-file)
	After: system.slice (origin-file)
	After: dbus.service (origin-file)
	References: shutdown.target (origin-default)
	References: -.mount (origin-file)
	References: dbus.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: gdm.service (origin-file)
	References: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	References: systemd-tmpfiles-setup.service (origin-file)
	References: basic.target (origin-default)
	RequiresMountsFor: /var/tmp (origin-file)
	RequiresMountsFor: /tmp (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 6699
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.fwupd
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: yes
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: yes
	ProtectControlGroups: yes
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: yes
	RestrictRealtime: yes
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 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_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_rawio 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_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
	DynamicUser: no
	ReadWritePaths: /var/lib/fwupd /etc/fwupd/remotes.d -/boot/efi -/efi/EFI -/boot/EFI
	LockPersonality: no
	SystemCallFilter: ~umount2 umount pivot_root chroot mount
	-> ExecStart:
		Command Line: /usr/lib/fwupd/fwupd
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device:
	Description: TOSHIBA_MQ01ABD100 root
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart8.device
	Invocation ID: b972f6b17f784c4b9ef137edbb66acab
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
	Following Set Member: dev-sda8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart8.device
	Following Set Member: dev-disk-by\x2duuid-a946f5c4\x2de834\x2d4ec7\x2da8da\x2dbf58c6bda9fc.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart8.device
	Following Set Member: dev-disk-by\x2dpartuuid-a96fbfc4\x2d7a2c\x2d4245\x2d93aa\x2db4350bdefc48.device
	Following Set Member: dev-disk-by\x2dpartlabel-root.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
	Found: found-udev
-> 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: Fri 2020-06-19 18:35:26 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: systemd-tmpfiles-clean.timer
	Invocation ID: 054c9774217c4eb38d457c1f58b030ac
	Documentation: man:tmpfiles.d(5)
	Documentation: man:systemd-tmpfiles(8)
	Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: sysinit.target (origin-default)
	WantedBy: timers.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: systemd-tmpfiles-clean.service (origin-implicit)
	Before: timers.target (origin-default)
	After: sysinit.target (origin-default)
	Triggers: systemd-tmpfiles-clean.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-tmpfiles-clean.service (origin-implicit)
	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
	OnUnitActiveSec: 1d
	OnBootSec: 15min
-> Unit dev-disk-by\x2duuid-6631\x2d3330.device:
	Description: /dev/disk/by-uuid/6631-3330
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2duuid-6631\x2d3330.device
	Invocation ID: bbf1dd25249d45b8b11ec49dd844549c
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-mmcblk0p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\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:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Found: found-udev
-> Unit dev-ttyS2.device:
	Description: /dev/ttyS2
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-ttyS2.device
	Invocation ID: 770645c01fb2466382fc03591fe732a6
	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 sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Invocation ID: 49bf14d4e4d047f3a26d05bff1aeb5e5
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	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: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:38 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: local-fs.target
	Invocation ID: 499cb54d3c78437db0395df50146ed3b
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/local-fs.target
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:38 IST
	Assert Result: yes
	Requires: -.mount (origin-file)
	Requires: home.mount (origin-file)
	Requires: boot-efi.mount (origin-file)
	Wants: systemd-fsck-root.service (origin-file)
	Wants: systemd-remount-fs.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Conflicts: shutdown.target (origin-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: console-setup.service (destination-file)
	Before: auditd.service (destination-file)
	Before: unattended-upgrades.service (destination-file)
	Before: sysinit.target (destination-file)
	Before: systemd-machine-id-commit.service (destination-file)
	Before: networking.service (destination-file)
	Before: rpc-statd-notify.service (destination-file)
	Before: nfs-config.service (destination-file)
	Before: apparmor.service (destination-file)
	Before: plymouth-read-write.service (destination-file)
	Before: nfs-mountd.service (destination-file)
	Before: systemd-tmpfiles-clean.service (destination-file)
	Before: nfs-idmapd.service (destination-file)
	Before: systemd-tmpfiles-setup.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: var-lib-lxcfs.mount (destination-mountinfo-default)
	After: -.mount (destination-file)
	After: systemd-fsck-root.service (destination-file)
	After: systemd-remount-fs.service (destination-file)
	After: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	After: boot-efi.mount (destination-file)
	After: local-fs-pre.target (origin-file)
	After: home.mount (destination-file)
	After: run-user-1000-gvfs.mount (destination-mountinfo-default)
	After: run-user-1000.mount (destination-mountinfo-default)
	OnFailure: emergency.target (origin-file)
	References: boot-efi.mount (origin-file)
	References: emergency.target (origin-file)
	References: -.mount (origin-file)
	References: systemd-fsck-root.service (origin-file)
	References: shutdown.target (origin-file)
	References: local-fs-pre.target (origin-file)
	References: systemd-remount-fs.service (origin-file)
	References: home.mount (origin-file)
	ReferencedBy: auditd.service (destination-file)
	ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
	ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-default)
	ReferencedBy: nfs-mountd.service (destination-file)
	ReferencedBy: unattended-upgrades.service (destination-file)
	ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
	ReferencedBy: rpc-statd-notify.service (destination-file)
	ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-default)
	ReferencedBy: boot-efi.mount (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: nfs-config.service (destination-file)
	ReferencedBy: apparmor.service (destination-file)
	ReferencedBy: systemd-fsck-root.service (destination-file)
	ReferencedBy: systemd-machine-id-commit.service (destination-file)
	ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: networking.service (destination-file)
	ReferencedBy: console-setup.service (destination-file)
	ReferencedBy: home.mount (destination-file)
	ReferencedBy: plymouth-read-write.service (destination-file)
	ReferencedBy: media-seshu-6631\x2d3330.mount (destination-mountinfo-default)
	ReferencedBy: systemd-remount-fs.service (destination-file)
	ReferencedBy: nfs-idmapd.service (destination-file)
	ReferencedBy: -.mount (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace-irreversibly
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-dvd.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-dvd.device
	Invocation ID: 771dd992fe2b4ba5b954e632eb44ea3e
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvdrw.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: dev-sr0.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> 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: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-platform-serial8250-tty-ttyS2.device
	Invocation ID: 7dea3bfebc7f46ac9c74495b6bbbd424
	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 slices.target:
	Description: Slices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: slices.target
	Invocation ID: 920a99e54eda4dd08b92d0faf764f477
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/slices.target
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Wants: system.slice (origin-file)
	Wants: -.slice (origin-file)
	WantedBy: basic.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: basic.target (destination-file destination-default)
	Before: shutdown.target (origin-default)
	After: system.slice (origin-file)
	After: -.slice (origin-file)
	After: user.slice (destination-file)
	References: -.slice (origin-file)
	References: system.slice (origin-file)
	References: shutdown.target (origin-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: user.slice (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
	Description: /sys/subsystem/bluetooth/devices/hci0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 18:33:03 IST
	Inactive Exit Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Enter Timestamp: Fri 2020-06-19 18:33:03 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-subsystem-bluetooth-devices-hci0.device
	Invocation ID: 74687acd5a234ff2ac1edd80da7faf31
	Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0
	Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device:
	Description: TOSHIBA_MQ01ABD100 swap
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
	Invocation ID: 4e245352dbae4da596680145497e5fbd
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
	Following Set Member: dev-sda7.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart7.device
	Following Set Member: dev-disk-by\x2dpartuuid-a020978e\x2dfd6d\x2d4d1c\x2daca2\x2d97d414277c66.device
	Following Set Member: dev-disk-by\x2duuid-f18b713f\x2d5b86\x2d4581\x2d8524\x2db513d6940848.device
	Following Set Member: dev-disk-by\x2dpartlabel-swap.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
	Found: found-udev
-> Unit paths.target:
	Description: Paths
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:39 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:39 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: paths.target
	Invocation ID: 9c5be5946f9b443587dc551085879720
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/paths.target
	Condition Timestamp: Tue 2020-06-16 19:48:39 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:39 IST
	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: systemd-ask-password-wall.path (destination-file)
	After: cups.path (destination-default)
	References: shutdown.target (origin-default)
	ReferencedBy: cups.path (destination-default)
	ReferencedBy: basic.target (destination-file destination-default)
	ReferencedBy: systemd-ask-password-console.path (destination-file)
	ReferencedBy: systemd-ask-password-wall.path (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-input-js0.device:
	Description: /dev/input/js0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-input-js0.device
	Invocation ID: 8abd7c3f18df44798fa27a5effd94643
	Following: sys-devices-platform-lis3lv02d-input-input16-js0.device
	Following Set Member: sys-devices-platform-lis3lv02d-input-input16-js0.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/platform/lis3lv02d/input/input16/js0
	Found: found-udev
-> Unit session-2.scope:
	Description: Session 2 of user seshu
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:41 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:41 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:41 IST
	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: memory pids
	CGroup own mask: memory pids
	Name: session-2.scope
	Invocation ID: f7cb1f93318546aea4df17b225f692e6
	Fragment Path: /run/systemd/transient/session-2.scope
	Condition Timestamp: Tue 2020-06-16 19:49:41 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:41 IST
	Assert Result: yes
	Requires: home.mount (origin-file)
	Requires: -.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: home.mount (origin-file)
	After: user at 1000.service (origin-file)
	After: systemd-logind.service (origin-file)
	After: -.mount (origin-file)
	After: user-1000.slice (origin-file)
	After: user-runtime-dir at 1000.service (origin-file)
	References: systemd-logind.service (origin-file)
	References: user-1000.slice (origin-file)
	References: systemd-user-sessions.service (origin-file)
	References: user at 1000.service (origin-file)
	References: user-runtime-dir at 1000.service (origin-file)
	References: home.mount (origin-file)
	References: -.mount (origin-file)
	References: shutdown.target (origin-default)
	RequiresMountsFor: /home/seshu (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Scope State: running
	Result: success
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  yes
-> Unit sound.target:
	Description: Sound Card
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:43 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sound.target
	Invocation ID: 919bbc37bb4a43d7bd03c1253cc904e8
	Documentation: man:systemd.special(7)
	Fragment Path: /lib/systemd/system/sound.target
	Condition Timestamp: Tue 2020-06-16 19:48:43 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:43 IST
	Assert Result: yes
	Wants: alsa-restore.service (origin-file)
	Wants: alsa-state.service (origin-file)
	WantedBy: sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device (destination-udev)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	After: alsa-restore.service (origin-default)
	After: alsa-state.service (origin-default)
	References: alsa-state.service (origin-file origin-default)
	References: alsa-restore.service (origin-file origin-default)
	References: shutdown.target (origin-default)
	ReferencedBy: sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device (destination-udev)
	StopWhenUnneeded: yes
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device:
	Description: TOSHIBA_MQ01ABD100 home
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart9.device
	Invocation ID: 3182415bd95c42d7af7c9d3d1e1f751e
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	Following Set Member: dev-disk-by\x2dpartuuid-014de033\x2d5801\x2d429c\x2d9369\x2d6e1c9609bc26.device
	Following Set Member: dev-sda9.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart9.device
	Following Set Member: dev-disk-by\x2dpartlabel-home.device
	Following Set Member: dev-disk-by\x2duuid-ab1299d3\x2d9553\x2d4cf8\x2d96f2\x2d6d3829024856.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart9.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda9.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9
	Found: found-udev
-> Unit dev-dvdrw.device:
	Description: hp_DVDRW_DA8AESH
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-dvdrw.device
	Invocation ID: 7d5b7b9e3edd447d9f64fcbe1d3adef5
	Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-dvd.device
	Following Set Member: dev-disk-by\x2did-ata\x2dhp_DVDRW_DA8AESH_4A6643958270.device
	Following Set Member: dev-cdrom.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
	Following Set Member: dev-sr0.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
	Found: found-udev
-> Unit dev-ttyS1.device:
	Description: /dev/ttyS1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-ttyS1.device
	Invocation ID: 0fe8b35769684434b8a930d01da22845
	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 docker.socket:
	Description: Docker Socket for the API
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:21 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Exit 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/docker.socket
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: docker.socket
	Invocation ID: 0f2e1e575c4f4cdaa137a9fe9a2e9f40
	Fragment Path: /lib/systemd/system/docker.socket
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: -.mount (origin-path)
	PartOf: docker.service (origin-file)
	RequiredBy: docker.service (destination-file)
	WantedBy: sockets.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: docker.service (origin-implicit)
	Before: shutdown.target (origin-default)
	Before: sockets.target (origin-default destination-default)
	After: system.slice (origin-file)
	After: sysinit.target (origin-default)
	After: -.mount (origin-path)
	Triggers: docker.service (origin-implicit)
	References: sysinit.target (origin-default)
	References: docker.service (origin-file origin-implicit)
	References: shutdown.target (origin-default)
	References: system.slice (origin-file)
	References: -.mount (origin-path)
	References: sockets.target (origin-default)
	ReferencedBy: sockets.target (destination-file destination-default)
	ReferencedBy: docker.service (destination-file)
	RequiresMountsFor: /var/run/docker.sock (origin-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Socket State: running
	Result: success
	BindIPv6Only: default
	Backlog: 128
	SocketMode: 0660
	DirectoryMode: 0755
	KeepAlive: no
	NoDelay: no
	FreeBind: no
	Transparent: no
	Broadcast: no
	PassCredentials: no
	PassSecurity: no
	TCPCongestion: n/a
	RemoveOnStop: no
	Writable: no
	FileDescriptorName: docker.socket
	SELinuxContextFromNet: no
	SocketUser: root
	SocketGroup: docker
	ListenStream: /var/run/docker.sock
	TriggerLimitIntervalSec: 2s
	TriggerLimitBurst: 20
	SocketProtocol: ip
	TimeoutSec: 1min 30s
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: shared
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	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: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: lvm2-activation.service
	Before: blk-availability.service (destination-file)
	Before: lvm2-monitor.service (destination-file)
	ReferencedBy: blk-availability.service (destination-file)
	ReferencedBy: lvm2-monitor.service (destination-file)
-> Unit lavapdu-runner.service:
	Description: LSB: LAVA PDU Runner
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:49:07 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:49:05 IST
	Active Enter Timestamp: Tue 2020-06-16 19:49:07 IST
	Active Exit 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/lavapdu-runner.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: lavapdu-runner.service
	Invocation ID: 19ac9e57e52f49899512385c2f34b3fb
	Documentation: man:systemd-sysv-generator(8)
	Fragment Path: /run/systemd/generator.late/lavapdu-runner.service
	Source Path: /etc/init.d/lavapdu-runner
	Condition Timestamp: Tue 2020-06-16 19:49:05 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:49:05 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network-online.target (origin-file)
	WantedBy: multi-user.target (destination-file)
	WantedBy: graphical.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: shutdown.target (origin-default)
	Before: graphical.target (origin-file destination-default)
	Before: multi-user.target (origin-file destination-default)
	After: sysinit.target (origin-default)
	After: remote-fs.target (origin-file)
	After: systemd-journald.socket (origin-file)
	After: system.slice (origin-file)
	After: network-online.target (origin-file)
	After: postgresql.service (origin-file)
	After: basic.target (origin-default)
	References: system.slice (origin-file)
	References: postgresql.service (origin-file)
	References: remote-fs.target (origin-file)
	References: network-online.target (origin-file)
	References: sysinit.target (origin-default)
	References: basic.target (origin-default)
	References: multi-user.target (origin-file)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: graphical.target (origin-file)
	ReferencedBy: multi-user.target (destination-file destination-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
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: no
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 5min
	TimeoutStopSec: 5min
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: no
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /etc/init.d/lavapdu-runner start
	-> ExecStop:
		Command Line: /etc/init.d/lavapdu-runner stop
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit NetworkManager.service:
	Description: Network Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Exit 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/NetworkManager.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: NetworkManager.service
	Invocation ID: 9de306d05a2a4613812e2aa55dec23ee
	Documentation: man:NetworkManager(8)
	Fragment Path: /lib/systemd/system/NetworkManager.service
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Wants: network.target (origin-file)
	RequiredBy: NetworkManager-wait-online.service (destination-file)
	WantedBy: multi-user.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: apt-daily-upgrade.service (destination-file)
	Before: NetworkManager-wait-online.service (destination-file)
	Before: multi-user.target (destination-default)
	Before: shutdown.target (origin-default)
	Before: apt-daily.service (destination-file)
	Before: network.target (origin-file)
	After: sysinit.target (origin-default)
	After: network-pre.target (origin-file)
	After: system.slice (origin-file)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: dbus.service (origin-file)
	After: dbus.socket (origin-file)
	References: network-pre.target (origin-file)
	References: sysinit.target (origin-default)
	References: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: shutdown.target (origin-default)
	References: dbus.service (origin-file)
	References: network.target (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	ReferencedBy: apt-daily.service (destination-file)
	ReferencedBy: multi-user.target (destination-file destination-default)
	ReferencedBy: NetworkManager-wait-online.service (destination-file)
	ReferencedBy: apt-daily-upgrade.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: on-failure
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 623
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.freedesktop.NetworkManager
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: process
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: read-only
	ProtectSystem: yes
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	CapabilityBoundingSet: cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/NetworkManager --no-daemon
	-> ExecReload:
		Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Invocation ID: 654eb4c3f9bc45558439e3e3e9ef1a49
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit dev-sda1.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:38 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-sda1.device
	Invocation ID: b4f2252ad6304cf2820df257f87d3b48
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\x2dpart1.device
	BoundBy: boot-efi.mount (destination-mountinfo-implicit)
	Before: boot-efi.mount (destination-mountinfo-implicit)
	ReferencedBy: boot-efi.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev,found-mount
-> Unit rpc-gssd.service:
	Description: RPC security service for NFS client and server
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: system.slice
	CGroup: n/a
	CGroup realized: no
	CGroup own mask: memory pids
	Name: rpc-gssd.service
	Fragment Path: /lib/systemd/system/rpc-gssd.service
	ConditionPathExists: /etc/krb5.keytab untested
	Condition Timestamp: Tue 2020-06-16 19:48:38 IST
	Condition Result: no
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	Wants: nfs-config.service (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: auth-rpcgss-module.service (destination-file)
	Conflicts: umount.target (origin-file)
	Before: nfs-client.target (destination-file)
	Before: nfs-server.service (destination-file)
	After: system.slice (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	After: auth-rpcgss-module.service (destination-file)
	After: nfs-config.service (origin-file)
	References: systemd-journald.socket (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: system.slice (origin-file)
	References: umount.target (origin-file)
	References: nfs-utils.service (origin-file)
	References: nfs-config.service (origin-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: dead
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/rpc.gssd $GSSDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-ttyS0.device:
	Description: /dev/ttyS0
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:32 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:32 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-ttyS0.device
	Invocation ID: 39c5ab67ef1b45c58a13125b77cf49d4
	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 systemd-udev-trigger.service:
	Description: udev Coldplug all Devices
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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-udev-trigger.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: systemd-udev-trigger.service
	Invocation ID: 9faaec858e334cae94c92ecc7f0ef708
	Documentation: man:udev(7)
	Documentation: man:systemd-udevd.service(8)
	Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
	ConditionPathIsReadWrite: /sys untested
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Wants: systemd-udevd.service (origin-file)
	WantedBy: sysinit.target (destination-file)
	Before: ifupdown-pre.service (destination-file)
	Before: sysinit.target (origin-file)
	Before: plymouth-start.service (destination-file)
	After: systemd-udevd-control.socket (origin-file)
	After: system.slice (origin-file)
	After: systemd-udevd-kernel.socket (origin-file)
	After: systemd-journald.socket (origin-file)
	References: system.slice (origin-file)
	References: systemd-udevd-kernel.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: systemd-udevd.service (origin-file)
	References: systemd-udevd-control.socket (origin-file)
	References: sysinit.target (origin-file)
	ReferencedBy: sysinit.target (destination-file)
	ReferencedBy: plymouth-start.service (destination-file)
	ReferencedBy: ifupdown-pre.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: exited
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: yes
	GuessMainPID: yes
	Type: oneshot
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	RestartSec: 100ms
	TimeoutStartSec: infinity
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /bin/udevadm trigger --type=subsystems --action=add
		Command Line: /bin/udevadm trigger --type=devices --action=add
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit nfs-blkmap.service:
	Description: pNFS block layout mapping daemon
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:30 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:30 IST
	Active Exit 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/nfs-blkmap.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: nfs-blkmap.service
	Invocation ID: ff577b5f94644073843d97955270a182
	Fragment Path: /lib/systemd/system/nfs-blkmap.service
	Condition Timestamp: Tue 2020-06-16 19:48:30 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:30 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: run-rpc_pipefs.mount (origin-file)
	PartOf: nfs-utils.service (origin-file)
	WantedBy: nfs-client.target (destination-file)
	Conflicts: umount.target (origin-file)
	After: system.slice (origin-file)
	After: run-rpc_pipefs.mount (origin-file)
	After: systemd-journald.socket (origin-file)
	References: systemd-journald.socket (origin-file)
	References: nfs-utils.service (origin-file)
	References: system.slice (origin-file)
	References: run-rpc_pipefs.mount (origin-file)
	References: umount.target (origin-file)
	ReferencedBy: nfs-client.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: forking
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 335
	Main PID Known: yes
	Main PID Alien: no
	PIDFile: /run/blkmapd.pid
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	EnvironmentFile: -/run/sysconfig/nfs-utils
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/sbin/blkmapd $BLKMAPDARGS
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\x2dpart1.device:
	Description: /dev/disk/by-id/mmc-SC16G_0x31dc031f-part1
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:33 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:33 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2did-mmc\x2dSC16G_0x31dc031f\x2dpart1.device
	Invocation ID: 4dc1abb56d9d4d01ac2a93203914adb3
	Following: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2duuid-6631\x2d3330.device
	Following Set Member: dev-mmcblk0p1.device
	Following Set Member: sys-devices-pci0000:00-0000:00:1c.4-0000:02:00.0-rtsx_pci_sdmmc.0-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device
	Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dplatform\x2drtsx_pci_sdmmc.0\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:1c.4/0000:02:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1
	Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device:
	Description: TOSHIBA_MQ01ABD100 EFI\x20system\x20partition
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:36 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:36 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
	Invocation ID: 7d220bed0bbe4a70b991bf613a04ea2e
	Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2duuid-8CA3\x2dFF53.device
	Following Set Member: dev-sda1.device
	Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
	Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
	Following Set Member: dev-disk-by\x2dpartuuid-576aeed6\x2d9762\x2d4d26\x2d85c5\x2d003694030ed8.device
	Following Set Member: dev-disk-by\x2did-wwn\x2d0x5000039762400fa0\x2dpart1.device
	Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD100_Y646PYM1T\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
	Found: found-udev
-> Unit gssproxy.service:
	Description: gssproxy.service
	Instance: n/a
	Unit Load State: not-found
	Unit Active State: inactive
	State Change Timestamp: Fri 2020-06-19 19:14:45 IST
	Inactive Exit Timestamp: n/a
	Active Enter Timestamp: n/a
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: yes
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: gssproxy.service
	WantedBy: auth-rpcgss-module.service (destination-file)
	Before: nfs-client.target (destination-file)
	Before: rpc-svcgssd.service (destination-file)
	Before: nfs-server.service (destination-file)
	After: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-client.target (destination-file)
	ReferencedBy: rpc-svcgssd.service (destination-file)
	ReferencedBy: auth-rpcgss-module.service (destination-file)
	ReferencedBy: nfs-server.service (destination-file)
-> Unit -.slice:
	Description: Root Slice
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:29 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:29 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: yes
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: 
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup enabled mask: cpu memory pids
	CGroup own mask: cpu cpuacct memory pids
	CGroup members mask: cpu cpuacct io blkio memory devices pids bpf-firewall bpf-devices
	Name: -.slice
	Documentation: man:systemd.special(7)
	RequiredBy: user.slice (destination-implicit)
	RequiredBy: system.slice (destination-implicit)
	RequiredBy: init.scope (destination-file)
	WantedBy: slices.target (destination-file)
	Before: user.slice (destination-implicit)
	Before: system.slice (destination-implicit)
	Before: init.scope (destination-file)
	Before: slices.target (destination-file)
	ReferencedBy: user.slice (destination-implicit)
	ReferencedBy: system.slice (destination-implicit)
	ReferencedBy: init.scope (destination-file)
	ReferencedBy: slices.target (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: no
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Slice State: active
	CPUAccounting=yes
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=18446744073709551615
	DevicePolicy=auto
	Delegate=no
-> Unit polkit.service:
	Description: Authorization Manager
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:44 IST
	Active Exit 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: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: polkit.service
	Invocation ID: f24bfeb4b91a43f3bab0d4b201d5d838
	Documentation: man:polkit(8)
	Fragment Path: /lib/systemd/system/polkit.service
	Condition Timestamp: Tue 2020-06-16 19:48:43 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:43 IST
	Assert Result: yes
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	Requires: system.slice (origin-file)
	Conflicts: shutdown.target (origin-default)
	Before: bolt.service (destination-file)
	Before: shutdown.target (origin-default)
	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)
	References: system.slice (origin-file)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: shutdown.target (origin-default)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: bolt.service (destination-file)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: none
	NotifyState: unknown
	Main PID: 701
	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
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: no
	ProtectSystem: no
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNOFILE: 524288
	LimitNOFILESoft: 1024
	LimitMEMLOCK: 65536
	LimitMEMLOCKSoft: 65536
	StandardInput: null
	StandardOutput: journal
	StandardError: inherit
	SyslogFacility: daemon
	SyslogLevel: info
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/policykit-1/polkitd --no-debug
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:1d.3-0000:05:00.0-net-wlo1.device:
	Description: Dual Band Wireless-AC 3168NGW [Stone Peak]
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Tue 2020-06-16 19:48:35 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:35 IST
	Active Exit Timestamp: n/a
	Inactive Enter Timestamp: n/a
	May GC: no
	Need Daemon Reload: no
	Transient: no
	Perpetual: no
	Garbage Collection Mode: inactive
	Slice: n/a
	CGroup: n/a
	CGroup realized: no
	Name: sys-devices-pci0000:00-0000:00:1d.3-0000:05:00.0-net-wlo1.device
	Invocation ID: 7e1898cfdc734d5b996fd36e522e77c8
	Following Set Member: sys-subsystem-net-devices-wlo1.device
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: yes
	Device State: plugged
	Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.3/0000:05:00.0/net/wlo1
	Found: found-udev
-> Unit bluetooth.service:
	Description: Bluetooth service
	Instance: n/a
	Unit Load State: loaded
	Unit Active State: active
	State Change Timestamp: Fri 2020-06-19 19:14:46 IST
	Inactive Exit Timestamp: Tue 2020-06-16 19:48:40 IST
	Active Enter Timestamp: Tue 2020-06-16 19:48:43 IST
	Active Exit 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/bluetooth.service
	CGroup realized: yes
	CGroup realized mask: cpu cpuacct blkio memory devices pids
	CGroup own mask: memory pids
	Name: bluetooth.service
	Invocation ID: 439374b854f94589a56e63924ff5d633
	Documentation: man:bluetoothd(8)
	Fragment Path: /lib/systemd/system/bluetooth.service
	ConditionPathIsDirectory: /sys/class/bluetooth untested
	Condition Timestamp: Tue 2020-06-16 19:48:40 IST
	Condition Result: yes
	Assert Timestamp: Tue 2020-06-16 19:48:40 IST
	Assert Result: yes
	Requires: system.slice (origin-file)
	Requires: dbus.socket (origin-file)
	Requires: sysinit.target (origin-default)
	WantedBy: bluetooth.target (destination-file)
	Conflicts: shutdown.target (origin-default)
	Before: bluetooth.target (destination-default)
	Before: shutdown.target (origin-default)
	After: systemd-journald.socket (origin-file)
	After: basic.target (origin-default)
	After: system.slice (origin-file)
	After: dbus.socket (origin-file)
	After: sysinit.target (origin-default)
	References: shutdown.target (origin-default)
	References: systemd-journald.socket (origin-file)
	References: basic.target (origin-default)
	References: system.slice (origin-file)
	References: dbus.socket (origin-file)
	References: sysinit.target (origin-default)
	ReferencedBy: bluetooth.target (destination-file destination-default)
	StopWhenUnneeded: no
	RefuseManualStart: no
	RefuseManualStop: no
	DefaultDependencies: yes
	OnFailureJobMode: replace
	IgnoreOnIsolate: no
	Service State: running
	Result: success
	Reload Result: success
	PermissionsStartOnly: no
	RootDirectoryStartOnly: no
	RemainAfterExit: no
	GuessMainPID: yes
	Type: dbus
	Restart: no
	NotifyAccess: main
	NotifyState: unknown
	Main PID: 640
	Main PID Known: yes
	Main PID Alien: no
	BusName: org.bluez
	Bus Name Good: yes
	RestartSec: 100ms
	TimeoutStartSec: 1min 30s
	TimeoutStopSec: 1min 30s
	RuntimeMaxSec: infinity
	WatchdogSec: 0
	KillMode: control-group
	KillSignal: SIGTERM
	FinalKillSignal: SIGKILL
	SendSIGKILL: yes
	SendSIGHUP:  no
	UMask: 0022
	WorkingDirectory: /
	RootDirectory: /
	NonBlocking: no
	PrivateTmp: no
	PrivateDevices: no
	ProtectKernelTunables: no
	ProtectKernelModules: no
	ProtectControlGroups: no
	PrivateNetwork: no
	PrivateUsers: no
	ProtectHome: yes
	ProtectSystem: full
	MountAPIVFS: no
	IgnoreSIGPIPE: yes
	MemoryDenyWriteExecute: no
	RestrictRealtime: no
	KeyringMode: private
	RuntimeDirectoryPreserve: no
	RuntimeDirectoryMode: 0755
	StateDirectoryMode: 0755
	CacheDirectoryMode: 0755
	LogsDirectoryMode: 0755
	ConfigurationDirectoryMode: 0755
	LimitNPROC: 1
	LimitNPROCSoft: 1
	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_admin
	DynamicUser: no
	LockPersonality: no
	-> ExecStart:
		Command Line: /usr/lib/bluetooth/bluetoothd
	Status Text: Running
	CPUAccounting=no
	IOAccounting=no
	BlockIOAccounting=no
	MemoryAccounting=yes
	TasksAccounting=yes
	IPAccounting=no
	CPUWeight=18446744073709551615
	StartupCPUWeight=18446744073709551615
	CPUShares=18446744073709551615
	StartupCPUShares=18446744073709551615
	CPUQuotaPerSecSec=infinity
	IOWeight=18446744073709551615
	StartupIOWeight=18446744073709551615
	BlockIOWeight=18446744073709551615
	StartupBlockIOWeight=18446744073709551615
	MemoryMin=0
	MemoryLow=0
	MemoryHigh=18446744073709551615
	MemoryMax=18446744073709551615
	MemorySwapMax=18446744073709551615
	MemoryLimit=18446744073709551615
	TasksMax=4915
	DevicePolicy=auto
	Delegate=no
-------------- next part --------------
==> /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/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/rtkit-daemon.service

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service

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

==> /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/uuidd.socket <==

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

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

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

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/lxc-net.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lxc-net.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/ntp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ntp.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/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service

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

==> /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/sysstat.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/sysstat.service

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service

==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nfs-client.target
/etc/systemd/system/remote-fs.target.wants/nfs-client.target

==> /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/network-online.target.wants/NetworkManager-wait-online.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==

==> /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/upower.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/upower.service

==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service

==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.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/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.service

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

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

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

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

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

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

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

==> /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/speech-dispatcherd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/speech-dispatcherd.service
/etc/systemd/system/speech-dispatcher.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.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-lvmpolld.socket <==

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

==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <==

==> /var/lib/systemd/deb-systemd-helper-enabled/lava-server-gunicorn.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lava-server-gunicorn.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/multi-user.target.wants/cron.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-server.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/lava-slave.service <==

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

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

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

==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lava-server-gunicorn.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/ssh.service <==

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

==> /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/auditd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/auditd.service

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==

==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda8 during installation
UUID=a946f5c4-e834-4ec7-a8da-bf58c6bda9fc /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=8CA3-FF53  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda9 during installation
UUID=ab1299d3-9553-4cf8-96f2-6d3829024856 /home           ext4    defaults        0       2
# swap was on /dev/sda7 during installation
UUID=f18b713f-5b86-4581-8524-b513d6940848 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0


More information about the Pkg-systemd-maintainers mailing list