Bug#1130780: systemd: ImportCredential lines in the config cause services to fail
Martin Furter
mf at apache.org
Sun Mar 15 05:39:49 GMT 2026
Package: systemd
Version: 260~rc2-1
Severity: normal
Dear Maintainer,
the problems started when i tried to do a dist-upgrade.
I was running kernel 4.19.0-5 because in later ones pm-suspend did not work
anymore.
The last few lines of output of dist-upgrade looked like this:
Setting up systemd (260~rc2-1) ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/networkd.conf ...
Installing new version of config file /etc/systemd/sleep.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/user.conf ...
Cannot open '/etc/machine-id': Protocol driver not attached
dpkg: error processing package systemd (--configure):
installed systemd package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
systemd-machine-id-setup seems to have caused that error message.
Since kernel 5.9.11-1 has been installed i booted with that kernel and tried
to finish the upgrade. Unfortunately there were problems starting journald
and some other services and it dropped me into the emergency and repair mode.
At least installing the systemd package did not give that error message
anymore. Does it depend on the kernel version running?
Running apt in emergency mode was not really possible. Systemd kept trashing
the terminal and logging me out. So i started apt in a screen session to keep
it from beeing interrupted. That way I was able to finish the upgrade.
But after that a number of services were failing. Jounald kept complaining
about credentials that it does not know. To get the system running again i
had to comment out all ImportCredential lines in the following files in
/usr/lib/systemd/system:
- getty at .service
- procps.service
- systemd-fsck at .service
- systemd-journald.service
- systemd-sysctl.service
- systemd-tmpfiles-setup-dev-early.service
- systemd-tmpfiles-setup-dev.service
- systemd-tmpfiles-setup.service
- systemd-udev-load-credentials.service
Unfortunately journald and systemd did not tell me what the credential was
that caused troubles and where it came from.
Best regards,
Martin
-- Package-specific info:
-- System Information:
Debian Release: forky/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.9.0-4-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages systemd depends on:
ii libc6 2.42-13
ii libssl3t64 3.5.5-1
ii libsystemd-shared 260~rc2-1
ii libsystemd0 260~rc2-1
ii mount 2.41.3-4
Versions of packages systemd recommends:
ii dbus [default-dbus-system-bus] 1.16.2-4
ii linux-sysctl-defaults 4.15
ii login 1:4.16.0-2+really2.41.3-4
ii ntp [time-daemon] 1:4.2.8p15+dfsg-1
ii systemd-cryptsetup 260~rc2-1
Versions of packages systemd suggests:
pn libtss2-tcti-device0 <none>
ii polkitd 127-2
pn systemd-boot <none>
pn systemd-container <none>
pn systemd-homed <none>
pn systemd-repart <none>
pn systemd-resolved <none>
pn systemd-userdbd <none>
Versions of packages systemd is related to:
ii dbus-user-session 1.16.2-4
pn dracut <none>
ii initramfs-tools 0.150
ii libnss-systemd 260~rc2-1
ii libpam-systemd 260~rc2-1
ii udev 260~rc2-1
-- Configuration Files:
/etc/systemd/journald.conf changed:
[Journal]
ImportCredential=
-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/screen-cleanup.conf -> /usr/lib/tmpfiles.d/screen-cleanup.conf
--- /usr/lib/tmpfiles.d/screen-cleanup.conf 2021-02-23 15:48:41.000000000 +0530
+++ /etc/tmpfiles.d/screen-cleanup.conf 2019-09-24 14:51:12.366679257 +0530
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp
[OVERRIDDEN] /etc/tmpfiles.d/tmp.conf -> /usr/lib/tmpfiles.d/tmp.conf
--- /usr/lib/tmpfiles.d/tmp.conf 2026-03-04 18:49:16.000000000 +0530
+++ /etc/tmpfiles.d/tmp.conf 2024-08-22 18:36:03.750390574 +0530
@@ -1,12 +1 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or
-# (at your option) any later version.
-
-# See tmpfiles.d(5) for details.
-
-# Clear tmp directories separately, to make them easier to override
-q /tmp 1777 root root 10d
-q /var/tmp 1777 root root 30d
+D /tmp 1777 root root -
[MASKED] /etc/systemd/system/hostapd.service -> /usr/lib/systemd/system/hostapd.service
[OVERRIDDEN] /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf -> /usr/lib/systemd/system/user at 0.service.d/10-login-barrier.conf
--- /usr/lib/systemd/system/user at 0.service.d/10-login-barrier.conf 2026-03-04 18:49:16.000000000 +0530
+++ /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf 2026-03-04 18:49:16.000000000 +0530
@@ -7,6 +7,8 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
-# Empty file to mask its counterpart for unprivileged users and thus cancels
-# "After=systemd-user-session.service" ordering constraint so that root can log
-# in even if the boot process is not yet finished.
+[Unit]
+# Make sure user instances are started after logins are allowed. However this
+# is not desirable for user at 0.service since root should be able to log in
+# earlier during the boot process especially if something goes wrong.
+After=systemd-user-sessions.service
[EXTENDED] /usr/lib/systemd/system/systemd-fsck-root.service -> /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
[EXTENDED] /usr/lib/systemd/system/systemd-localed.service -> /usr/lib/systemd/system/systemd-localed.service.d/x11-keyboard.conf
[EXTENDED] /usr/lib/systemd/system/systemd-logind.service -> /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
[EXTENDED] /usr/lib/systemd/system/systemd-udevd.service -> /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
[EXTENDED] /usr/lib/systemd/system/user at .service -> /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
[OVERRIDDEN] /etc/udev/rules.d/50-Huawei-Datacard.rules -> /usr/lib/udev/rules.d/50-Huawei-Datacard.rules
Files /usr/lib/udev/rules.d/50-Huawei-Datacard.rules and /etc/udev/rules.d/50-Huawei-Datacard.rules are identical
10 overridden configuration files found.
-------------- next part --------------
Manager: systemd 260~rc2 (260~rc2-1)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +LIBARCHIVE
Timestamp kernel: Sat 2026-03-14 21:45:08 IST
Timestamp userspace: Sat 2026-03-14 21:45:29 IST
Timestamp finish: Sat 2026-03-14 21:46:05 IST
Timestamp security-start: Sat 2026-03-14 21:45:29 IST
Timestamp security-finish: Sat 2026-03-14 21:45:29 IST
Timestamp generators-start: Sat 2026-03-14 21:45:32 IST
Timestamp generators-finish: Sat 2026-03-14 21:45:32 IST
Timestamp units-load-start: Sat 2026-03-14 21:45:32 IST
Timestamp units-load-finish: Sat 2026-03-14 21:45:34 IST
Timestamp units-load: Sun 2026-03-15 09:50:13 IST
Subscribed: :1.0
? Unit console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 636e89ccbd5945ec83c4bee754d37ba4
Fragment Path: /usr/lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon untested
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: xdm.service (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: kbd.service (origin-file)
After: console-screen.service (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: xdm.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: console-screen.service (origin-file)
References: -.mount (origin-path)
References: kbd.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /usr (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/console-setup.sh
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit hostapd.service:
Description: hostapd.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/hostapd.service
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
? Unit acpi-support.service:
Description: ACPI support daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/acpi-support.service
ConditionACPower: false untested
Condition Timestamp: Sat 2026-03-14 21:45:50 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: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /etc/acpi/power.sh true
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 10c2cb632db546c38f69c3456f04d0de
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit modprobe at fuse.service:
Description: Load Kernel Module fuse
Instance: fuse
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:35 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 78298dd3d4aa440383941e491fcb79fc
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !fuse untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq fuse
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit gssproxy.service:
Description: gssproxy.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
WantedBy: auth-rpcgss-module.service (destination-file)
Before: nfs-client.target (destination-file)
Before: nfs-server.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
After: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
? Unit blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target:
Description: Block Device Preparation for /dev/disk/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
Instance: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf untested
Condition Timestamp: Sat 2026-03-14 21:45:55 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sound.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: alsa-restore.service (destination-file)
Before: sound.target (destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: switcheroo-control.service (destination-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: sound.target (destination-file destination-default)
ReferencedBy: switcheroo-control.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s -n 19 -c rdaemon
? ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s kill save_and_quit
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit machines.target:
Description: machines.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
? Unit systemd-random-seed.service:
Description: Load/Save OS Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:36 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 87f4bb414e654c9b92b7c7aec9ba26e5
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /usr/lib/systemd/system/systemd-random-seed.service
ConditionPathExists: !/etc/initrd-release untested
ConditionVirtualization: !container untested
Condition Timestamp: Sat 2026-03-14 21:45:36 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:36 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: first-boot-complete.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: first-boot-complete.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: first-boot-complete.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 10min
TimeoutStopSec: 10min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-random-seed load
? ExecStop:
Command Line: /usr/lib/systemd/systemd-random-seed save
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit session-22.scope:
Description: Session 22 of User mf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:03:37 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:03:37 IST
Active Enter Timestamp: Sun 2026-03-15 10:03:37 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-22.scope
CGroup realized mask: cpu memory pids
CGroup own mask: memory pids
Invocation ID: aa3956af8eb844cf9bd847180f580a44
Fragment Path: /run/systemd/transient/session-22.scope
Condition Timestamp: Sun 2026-03-15 10:03:37 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:03:37 IST
Assert Result: yes
Requires: user-runtime-dir at 1000.service (origin-file)
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Wants: user at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user at 1000.service (origin-file)
After: -.mount (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: systemd-logind.service (origin-file)
After: user-1000.slice (origin-file)
References: shutdown.target (origin-default)
References: -.mount (origin-file)
References: user at 1000.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: systemd-logind.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
InSlice: user-1000.slice (origin-slice-property)
RequiresMountsFor: /home/mf (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
? Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 846e6312ae9946c1b86073806e5372cf
Following Set Member: dev-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/tty/ttyS2
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
Found: found-udev
? Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ untested
ConditionSecurity: audit untested
Requires: system.slice (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: apparmor.service (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-audit.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit modprobe at efi_pstore.service:
Description: Load Kernel Module efi_pstore
Instance: efi_pstore
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:35 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 96408145eee440b891225eb8a606e989
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !efi_pstore untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-pstore.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-pstore.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq efi_pstore
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4bb312c473bb420e99ad6a802a0a7c2a
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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: timers.target (origin-default)
References: systemd-tmpfiles-clean.service (origin-implicit)
ReferencedBy: timers.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnUnitActiveSec: 1d
OnBootSec: 15min
? Unit libvirtd.socket:
Description: libvirtd.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/libvirtd.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:34 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 mask: cpu memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: vsftpd.service (destination-file)
RequiredBy: dpkg-db-backup.service (destination-file)
RequiredBy: acpid.socket (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: acpi-fakekey.socket (destination-file)
RequiredBy: systemd-creds.socket (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: binfmt-support.service (destination-file)
RequiredBy: rpc-svcgssd.service (destination-file)
RequiredBy: systemd-hibernate-resume.service (destination-file)
RequiredBy: systemd-tpm2-setup.service (destination-file)
RequiredBy: cups.socket (destination-file)
RequiredBy: systemd-update-done.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
RequiredBy: rsync.service (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: systemd-journalctl.socket (destination-file)
RequiredBy: systemd-pcrlock.socket (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: nfs-blkmap.service (destination-file)
RequiredBy: dev-sda2.swap (destination-file)
RequiredBy: polkit.service (destination-file)
RequiredBy: systemd-factory-reset.socket (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: mlocate.service (destination-file)
RequiredBy: systemd-networkd-varlink-metrics.socket (destination-file)
RequiredBy: systemd-pcrphase-initrd.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: alsa-state.service (destination-file)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: run-user-0.mount (destination-file)
RequiredBy: rpcbind.socket (destination-file)
RequiredBy: systemd-logind-varlink.socket (destination-file)
RequiredBy: systemd-confext.service (destination-file)
RequiredBy: sshd-keygen.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: systemd-ask-password.socket (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: nfs-config.service (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: initrd-parse-etc.service (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: fancontrol.service (destination-file)
RequiredBy: acpid.service (destination-file)
RequiredBy: systemd-pstore.service (destination-file)
RequiredBy: systemd-hibernate-clear.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: acpi-support.service (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
RequiredBy: systemd-sysext-initrd.service (destination-file)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-hostnamed.socket (destination-file)
RequiredBy: systemd-networkd.socket (destination-file)
RequiredBy: exim4-base.service (destination-file)
RequiredBy: systemd-pcrextend.socket (destination-file)
RequiredBy: systemd-mute-console.socket (destination-file)
RequiredBy: systemd-networkd-persistent-storage.service (destination-file)
RequiredBy: systemd-sysext.socket (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: sysfsutils.service (destination-file)
RequiredBy: rpc-statd.service (destination-file)
RequiredBy: systemd-pcrproduct.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: ssh.service (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: auth-rpcgss-module.service (destination-file)
RequiredBy: ntp.service (destination-file)
RequiredBy: nfs-utils.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: system-sshd.slice (destination-implicit)
RequiredBy: ldconfig.service (destination-file)
RequiredBy: anacron.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: rpcbind.service (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: systemd-pcrmachine.service (destination-file)
RequiredBy: system-cups.slice (destination-implicit)
RequiredBy: systemd-udev-settle.service (destination-file)
RequiredBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: e2scrub_reap.service (destination-file)
RequiredBy: console-setup.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: systemd-pcrnvdone.service (destination-file)
RequiredBy: systemd-tpm2-setup-early.service (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: nfs-server.service (destination-file)
RequiredBy: uuidd.socket (destination-file)
RequiredBy: systemd-hostnamed.service (destination-file)
RequiredBy: run-user-1000.mount (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-file)
RequiredBy: systemd-bsod.service (destination-file)
RequiredBy: acpi-fakekey.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: rpc-statd-notify.service (destination-file)
RequiredBy: exim4.service (destination-file)
RequiredBy: systemd-udev-load-credentials.service (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: system-modprobe.slice (destination-implicit)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: irqbalance.service (destination-file)
RequiredBy: rtun.service (destination-file)
RequiredBy: alsa-restore.service (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: systemd-quotacheck-root.service (destination-file)
RequiredBy: systemd-firstboot.service (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: systemd-journal-catalog-update.service (destination-file)
RequiredBy: systemd-udevd-varlink.socket (destination-file)
RequiredBy: rsyslog.service (destination-file)
RequiredBy: rpc-gssd.service (destination-file)
RequiredBy: smartmontools.service (destination-file)
RequiredBy: nfs-mountd.service (destination-file)
RequiredBy: selinux-autorelabel-mark.service (destination-file)
RequiredBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
RequiredBy: boot.mount (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: systemd-confext-initrd.service (destination-file)
RequiredBy: run-rpc_pipefs.mount (destination-file)
RequiredBy: switcheroo-control.service (destination-file)
RequiredBy: systemd-networkd-resolve-hook.socket (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
RequiredBy: e2scrub_all.service (destination-file)
RequiredBy: initrd-cleanup.service (destination-file)
RequiredBy: sshd-unix-local.socket (destination-file)
RequiredBy: atd.service (destination-file)
RequiredBy: nfs-idmapd.service (destination-file)
RequiredBy: initrd-switch-root.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: systemd-battery-check.service (destination-file)
RequiredBy: uuidd.service (destination-file)
RequiredBy: keyboard-setup.service (destination-file)
RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: systemd-networkd-varlink.socket (destination-file)
RequiredBy: systemd-sysext.service (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: polkit-agent-helper.socket (destination-file)
RequiredBy: systemd-pcrphase.service (destination-file)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: xdm.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
WantedBy: slices.target (destination-file)
Before: auth-rpcgss-module.service (destination-file)
Before: system-sshd.slice (destination-implicit)
Before: systemd-sysext-initrd.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-file)
Before: ssh.service (destination-file)
Before: mlocate.service (destination-file)
Before: tmp.mount (destination-file)
Before: ntp.service (destination-file)
Before: dev-sda2.swap (destination-file)
Before: getty-static.service (destination-file)
Before: systemd-pcrextend.socket (destination-file)
Before: anacron.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: networking.service (destination-file)
Before: polkit-agent-helper.socket (destination-file)
Before: acpid.socket (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
Before: apparmor.service (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: sshd-unix-local.socket (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: systemd-networkd-varlink-metrics.socket (destination-file)
Before: acpid.service (destination-file)
Before: systemd-pcrlock.socket (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
Before: apt-daily.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-file)
Before: polkit.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: upower.service (destination-file)
Before: slices.target (destination-file)
Before: rpc-gssd.service (destination-file)
Before: emergency.service (destination-file)
Before: vsftpd.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: acpi-support.service (destination-file)
Before: dbus.service (destination-file)
Before: sshd-keygen.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: cups.socket (destination-file)
Before: selinux-autorelabel-mark.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: console-setup.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: rpcbind.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: rtun.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-bsod.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: system-systemd\x2dbacklight.slice (destination-implicit)
Before: systemd-quotacheck-root.service (destination-file)
Before: system-cups.slice (destination-implicit)
Before: systemd-networkd.service (destination-file)
Before: acpi-fakekey.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: nfs-server.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-mute-console.socket (destination-file)
Before: sysfsutils.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: system-modprobe.slice (destination-implicit)
Before: systemd-battery-check.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: rpcbind.socket (destination-file)
Before: systemd-creds.socket (destination-file)
Before: dbus.socket (destination-file)
Before: systemd-journald.socket (destination-file)
Before: atd.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: nfs-blkmap.service (destination-file)
Before: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: rtkit-daemon.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: systemd-hostnamed.socket (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: exim4-base.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: nfs-mountd.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: fancontrol.service (destination-file)
Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-file)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: boot.mount (destination-file)
Before: system-getty.slice (destination-implicit)
Before: systemd-sysext.socket (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-networkd-varlink.socket (destination-file)
Before: switcheroo-control.service (destination-file)
Before: run-user-0.mount (destination-file)
Before: syslog.socket (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: run-user-1000.mount (destination-file)
Before: logrotate.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-networkd-resolve-hook.socket (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-ask-password.socket (destination-file)
Before: systemd-logind-varlink.socket (destination-file)
Before: colord.service (destination-file)
Before: nfs-config.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-factory-reset.socket (destination-file)
Before: smartmontools.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: rescue.service (destination-file)
Before: systemd-networkd.socket (destination-file)
Before: xdm.service (destination-file)
Before: uuidd.socket (destination-file)
Before: acpi-fakekey.socket (destination-file)
Before: ldconfig.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: udisks2.service (destination-file)
Before: systemd-udevd-varlink.socket (destination-file)
Before: run-rpc_pipefs.mount (destination-file)
Before: systemd-confext.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: alsa-state.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: nfs-idmapd.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: rsyslog.service (destination-file)
Before: systemd-journalctl.socket (destination-file)
Before: exim4.service (destination-file)
Before: nfs-utils.service (destination-file)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
Before: irqbalance.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: ldconfig.service (destination-file destination-slice-property)
ReferencedBy: cron.service (destination-file destination-slice-property)
ReferencedBy: run-rpc_pipefs.mount (destination-file destination-slice-property)
ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-varlink.socket (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
ReferencedBy: rpcbind.service (destination-file destination-slice-property)
ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
ReferencedBy: cups.socket (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file destination-slice-property)
ReferencedBy: dev-sda2.swap (destination-file destination-slice-property)
ReferencedBy: acpi-fakekey.socket (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.socket (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file destination-slice-property)
ReferencedBy: rpc-statd.service (destination-file destination-slice-property)
ReferencedBy: systemd-journal-catalog-update.service (destination-file destination-slice-property)
ReferencedBy: rtkit-daemon.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-load-credentials.service (destination-file destination-slice-property)
ReferencedBy: syslog.socket (destination-file destination-slice-property)
ReferencedBy: systemd-pcrlock.socket (destination-file destination-slice-property)
ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
ReferencedBy: systemd-pcrnvdone.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
ReferencedBy: lm-sensors.service (destination-file destination-slice-property)
ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
ReferencedBy: rsyslog.service (destination-file destination-slice-property)
ReferencedBy: apparmor.service (destination-file destination-slice-property)
ReferencedBy: systemd-rfkill.socket (destination-file destination-slice-property)
ReferencedBy: systemd-pcrmachine.service (destination-file destination-slice-property)
ReferencedBy: systemd-confext-initrd.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
ReferencedBy: run-user-0.mount (destination-file destination-slice-property)
ReferencedBy: dbus.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file destination-slice-property)
ReferencedBy: systemd-soft-reboot.service (destination-file destination-slice-property)
ReferencedBy: sysfsutils.service (destination-file destination-slice-property)
ReferencedBy: auth-rpcgss-module.service (destination-file destination-slice-property)
ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
ReferencedBy: acpid.socket (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.socket (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-varlink.socket (destination-file destination-slice-property)
ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: acpi-fakekey.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file destination-slice-property)
ReferencedBy: systemd-update-done.service (destination-file destination-slice-property)
ReferencedBy: run-user-1000.mount (destination-file destination-slice-property)
ReferencedBy: systemd-hwdb-update.service (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: systemd-journalctl.socket (destination-file destination-slice-property)
ReferencedBy: rpc-svcgssd.service (destination-file destination-slice-property)
ReferencedBy: networking.service (destination-file destination-slice-property)
ReferencedBy: systemd-bsod.service (destination-file destination-slice-property)
ReferencedBy: console-setup.service (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file destination-slice-property)
ReferencedBy: colord.service (destination-file destination-slice-property)
ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
ReferencedBy: sshd-keygen.service (destination-file destination-slice-property)
ReferencedBy: nfs-mountd.service (destination-file destination-slice-property)
ReferencedBy: smartmontools.service (destination-file destination-slice-property)
ReferencedBy: rtun.service (destination-file destination-slice-property)
ReferencedBy: upower.service (destination-file destination-slice-property)
ReferencedBy: emergency.service (destination-file destination-slice-property)
ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
ReferencedBy: apt-daily.service (destination-file destination-slice-property)
ReferencedBy: sshd-unix-local.socket (destination-file destination-slice-property)
ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
ReferencedBy: acpid.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
ReferencedBy: system-modprobe.slice (destination-implicit)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
ReferencedBy: binfmt-support.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext-initrd.service (destination-file destination-slice-property)
ReferencedBy: switcheroo-control.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file destination-slice-property)
ReferencedBy: uuidd.socket (destination-file destination-slice-property)
ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-slice-property)
ReferencedBy: nfs-utils.service (destination-file destination-slice-property)
ReferencedBy: system-sshd.slice (destination-implicit)
ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
ReferencedBy: bluetooth.service (destination-file destination-slice-property)
ReferencedBy: rpc-statd-notify.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-file destination-slice-property)
ReferencedBy: alsa-restore.service (destination-file destination-slice-property)
ReferencedBy: ntp.service (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file destination-slice-property)
ReferencedBy: systemd-battery-check.service (destination-file destination-slice-property)
ReferencedBy: getty-static.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrproduct.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
ReferencedBy: systemd-mute-console.socket (destination-file destination-slice-property)
ReferencedBy: rpcbind.socket (destination-file destination-slice-property)
ReferencedBy: nfs-config.service (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-clear.service (destination-file destination-slice-property)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
ReferencedBy: system-cups.slice (destination-implicit)
ReferencedBy: exim4-base.service (destination-file destination-slice-property)
ReferencedBy: exim4.service (destination-file destination-slice-property)
ReferencedBy: xdm.service (destination-file destination-slice-property)
ReferencedBy: polkit.service (destination-file destination-slice-property)
ReferencedBy: selinux-autorelabel-mark.service (destination-file destination-slice-property)
ReferencedBy: systemd-quotacheck-root.service (destination-file destination-slice-property)
ReferencedBy: dbus.socket (destination-file destination-slice-property)
ReferencedBy: ssh.service (destination-file destination-slice-property)
ReferencedBy: systemd-reboot.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
ReferencedBy: atd.service (destination-file destination-slice-property)
ReferencedBy: logrotate.service (destination-file destination-slice-property)
ReferencedBy: systemd-poweroff.service (destination-file destination-slice-property)
ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
ReferencedBy: systemd-halt.service (destination-file destination-slice-property)
ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrextend.socket (destination-file destination-slice-property)
ReferencedBy: alsa-state.service (destination-file destination-slice-property)
ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
ReferencedBy: nfs-server.service (destination-file destination-slice-property)
ReferencedBy: mlocate.service (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup.service (destination-file destination-slice-property)
ReferencedBy: man-db.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
ReferencedBy: boot.mount (destination-file destination-slice-property)
ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
ReferencedBy: systemd-creds.socket (destination-file destination-slice-property)
ReferencedBy: nfs-blkmap.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
ReferencedBy: fancontrol.service (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.service (destination-file destination-slice-property)
ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
ReferencedBy: systemd-logind-varlink.socket (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-resume.service (destination-file destination-slice-property)
ReferencedBy: systemd-confext.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-file destination-slice-property)
ReferencedBy: vsftpd.service (destination-file destination-slice-property)
ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
ReferencedBy: systemd-kexec.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
ReferencedBy: irqbalance.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file destination-slice-property)
ReferencedBy: nfs-idmapd.service (destination-file destination-slice-property)
ReferencedBy: tmp.mount (destination-file destination-slice-property)
ReferencedBy: udisks2.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password.socket (destination-file destination-slice-property)
ReferencedBy: systemd-factory-reset.socket (destination-file destination-slice-property)
ReferencedBy: ifupdown-pre.service (destination-file destination-slice-property)
ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
ReferencedBy: polkit-agent-helper.socket (destination-file destination-slice-property)
ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
ReferencedBy: uuidd.service (destination-file destination-slice-property)
ReferencedBy: acpi-support.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-file destination-slice-property)
ReferencedBy: systemd-rfkill.service (destination-file destination-slice-property)
ReferencedBy: rpc-gssd.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
ReferencedBy: rescue.service (destination-file destination-slice-property)
ReferencedBy: anacron.service (destination-file destination-slice-property)
ReferencedBy: rsync.service (destination-file destination-slice-property)
InSlice: -.slice (origin-implicit)
SliceOf: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-slice-property)
SliceOf: rescue.service (destination-slice-property)
SliceOf: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-slice-property)
SliceOf: irqbalance.service (destination-slice-property)
SliceOf: systemd-fsck-root.service (destination-slice-property)
SliceOf: e2scrub_reap.service (destination-slice-property)
SliceOf: run-rpc_pipefs.mount (destination-slice-property)
SliceOf: dbus.service (destination-slice-property)
SliceOf: logrotate.service (destination-slice-property)
SliceOf: nfs-mountd.service (destination-slice-property)
SliceOf: cron.service (destination-slice-property)
SliceOf: apt-daily-upgrade.service (destination-slice-property)
SliceOf: nfs-utils.service (destination-slice-property)
SliceOf: acpi-fakekey.socket (destination-slice-property)
SliceOf: polkit-agent-helper.socket (destination-slice-property)
SliceOf: ssh.service (destination-slice-property)
SliceOf: system-systemd\x2dbacklight.slice (destination-implicit)
SliceOf: alsa-state.service (destination-slice-property)
SliceOf: systemd-bsod.service (destination-slice-property)
SliceOf: systemd-factory-reset.socket (destination-slice-property)
SliceOf: systemd-rfkill.service (destination-slice-property)
SliceOf: uuidd.service (destination-slice-property)
SliceOf: systemd-update-done.service (destination-slice-property)
SliceOf: uuidd.socket (destination-slice-property)
SliceOf: nfs-config.service (destination-slice-property)
SliceOf: initrd-cleanup.service (destination-slice-property)
SliceOf: systemd-halt.service (destination-slice-property)
SliceOf: systemd-ask-password-wall.service (destination-slice-property)
SliceOf: systemd-reboot.service (destination-slice-property)
SliceOf: mlocate.service (destination-slice-property)
SliceOf: systemd-udev-trigger.service (destination-slice-property)
SliceOf: apparmor.service (destination-slice-property)
SliceOf: systemd-remount-fs.service (destination-slice-property)
SliceOf: selinux-autorelabel-mark.service (destination-slice-property)
SliceOf: boot.mount (destination-slice-property)
SliceOf: systemd-poweroff.service (destination-slice-property)
SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
SliceOf: dbus.socket (destination-slice-property)
SliceOf: systemd-creds.socket (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev-early.service (destination-slice-property)
SliceOf: systemd-udev-settle.service (destination-slice-property)
SliceOf: rpc-gssd.service (destination-slice-property)
SliceOf: getty-static.service (destination-slice-property)
SliceOf: systemd-rfkill.socket (destination-slice-property)
SliceOf: systemd-sysusers.service (destination-slice-property)
SliceOf: rpc-statd-notify.service (destination-slice-property)
SliceOf: systemd-journald.socket (destination-slice-property)
SliceOf: systemd-ask-password.socket (destination-slice-property)
SliceOf: networking.service (destination-slice-property)
SliceOf: polkit.service (destination-slice-property)
SliceOf: cups.socket (destination-slice-property)
SliceOf: atd.service (destination-slice-property)
SliceOf: emergency.service (destination-slice-property)
SliceOf: system-cups.slice (destination-implicit)
SliceOf: systemd-tpm2-setup.service (destination-slice-property)
SliceOf: kmod-static-nodes.service (destination-slice-property)
SliceOf: systemd-pcrlock.socket (destination-slice-property)
SliceOf: systemd-pstore.service (destination-slice-property)
SliceOf: systemd-pcrmachine.service (destination-slice-property)
SliceOf: vsftpd.service (destination-slice-property)
SliceOf: systemd-journalctl.socket (destination-slice-property)
SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
SliceOf: systemd-firstboot.service (destination-slice-property)
SliceOf: systemd-modules-load.service (destination-slice-property)
SliceOf: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-slice-property)
SliceOf: tmp.mount (destination-slice-property)
SliceOf: systemd-logind.service (destination-slice-property)
SliceOf: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-slice-property)
SliceOf: system-modprobe.slice (destination-implicit)
SliceOf: initrd-parse-etc.service (destination-slice-property)
SliceOf: systemd-tpm2-setup-early.service (destination-slice-property)
SliceOf: systemd-sysext.socket (destination-slice-property)
SliceOf: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-slice-property)
SliceOf: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-slice-property)
SliceOf: ldconfig.service (destination-slice-property)
SliceOf: systemd-networkd-resolve-hook.socket (destination-slice-property)
SliceOf: systemd-networkd-varlink-metrics.socket (destination-slice-property)
SliceOf: systemd-udev-load-credentials.service (destination-slice-property)
SliceOf: systemd-logind-varlink.socket (destination-slice-property)
SliceOf: systemd-ask-password-console.service (destination-slice-property)
SliceOf: systemd-networkd.service (destination-slice-property)
SliceOf: systemd-pcrextend.socket (destination-slice-property)
SliceOf: rpcbind.socket (destination-slice-property)
SliceOf: initrd-switch-root.service (destination-slice-property)
SliceOf: rpc-svcgssd.service (destination-slice-property)
SliceOf: udisks2.service (destination-slice-property)
SliceOf: anacron.service (destination-slice-property)
SliceOf: fancontrol.service (destination-slice-property)
SliceOf: systemd-journal-flush.service (destination-slice-property)
SliceOf: acpid.socket (destination-slice-property)
SliceOf: system-getty.slice (destination-implicit)
SliceOf: systemd-pcrproduct.service (destination-slice-property)
SliceOf: systemd-binfmt.service (destination-slice-property)
SliceOf: systemd-sysctl.service (destination-slice-property)
SliceOf: systemd-journal-catalog-update.service (destination-slice-property)
SliceOf: xdm.service (destination-slice-property)
SliceOf: exim4.service (destination-slice-property)
SliceOf: nfs-server.service (destination-slice-property)
SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
SliceOf: dev-sda2.swap (destination-slice-property)
SliceOf: systemd-pcrnvdone.service (destination-slice-property)
SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
SliceOf: rtkit-daemon.service (destination-slice-property)
SliceOf: lm-sensors.service (destination-slice-property)
SliceOf: run-user-0.mount (destination-slice-property)
SliceOf: bluetooth.service (destination-slice-property)
SliceOf: console-setup.service (destination-slice-property)
SliceOf: systemd-kexec.service (destination-slice-property)
SliceOf: systemd-udevd-control.socket (destination-slice-property)
SliceOf: systemd-journald.service (destination-slice-property)
SliceOf: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-slice-property)
SliceOf: colord.service (destination-slice-property)
SliceOf: rsyslog.service (destination-slice-property)
SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
SliceOf: systemd-hwdb-update.service (destination-slice-property)
SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
SliceOf: systemd-sysext-initrd.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
SliceOf: systemd-hibernate-resume.service (destination-slice-property)
SliceOf: wpa_supplicant.service (destination-slice-property)
SliceOf: acpi-fakekey.service (destination-slice-property)
SliceOf: rtun.service (destination-slice-property)
SliceOf: acpid.service (destination-slice-property)
SliceOf: man-db.service (destination-slice-property)
SliceOf: systemd-udevd-varlink.socket (destination-slice-property)
SliceOf: systemd-networkd.socket (destination-slice-property)
SliceOf: systemd-networkd-persistent-storage.service (destination-slice-property)
SliceOf: run-user-1000.mount (destination-slice-property)
SliceOf: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-slice-property)
SliceOf: rpcbind.service (destination-slice-property)
SliceOf: alsa-restore.service (destination-slice-property)
SliceOf: systemd-quotacheck-root.service (destination-slice-property)
SliceOf: systemd-journald-audit.socket (destination-slice-property)
SliceOf: systemd-pcrphase.service (destination-slice-property)
SliceOf: systemd-hibernate-clear.service (destination-slice-property)
SliceOf: rsync.service (destination-slice-property)
SliceOf: nfs-idmapd.service (destination-slice-property)
SliceOf: systemd-confext-initrd.service (destination-slice-property)
SliceOf: systemd-machine-id-commit.service (destination-slice-property)
SliceOf: systemd-udevd.service (destination-slice-property)
SliceOf: e2scrub_all.service (destination-slice-property)
SliceOf: ntp.service (destination-slice-property)
SliceOf: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-slice-property)
SliceOf: keyboard-setup.service (destination-slice-property)
SliceOf: upower.service (destination-slice-property)
SliceOf: sshd-keygen.service (destination-slice-property)
SliceOf: exim4-base.service (destination-slice-property)
SliceOf: systemd-confext.service (destination-slice-property)
SliceOf: dpkg-db-backup.service (destination-slice-property)
SliceOf: smartmontools.service (destination-slice-property)
SliceOf: nfs-blkmap.service (destination-slice-property)
SliceOf: apt-daily.service (destination-slice-property)
SliceOf: systemd-battery-check.service (destination-slice-property)
SliceOf: sshd-unix-local.socket (destination-slice-property)
SliceOf: acpi-support.service (destination-slice-property)
SliceOf: auth-rpcgss-module.service (destination-slice-property)
SliceOf: systemd-hostnamed.service (destination-slice-property)
SliceOf: system-sshd.slice (destination-implicit)
SliceOf: systemd-mute-console.socket (destination-slice-property)
SliceOf: systemd-sysext.service (destination-slice-property)
SliceOf: binfmt-support.service (destination-slice-property)
SliceOf: rpc-statd.service (destination-slice-property)
SliceOf: ifupdown-pre.service (destination-slice-property)
SliceOf: switcheroo-control.service (destination-slice-property)
SliceOf: syslog.socket (destination-slice-property)
SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
SliceOf: systemd-hostnamed.socket (destination-slice-property)
SliceOf: systemd-soft-reboot.service (destination-slice-property)
SliceOf: systemd-user-sessions.service (destination-slice-property)
SliceOf: systemd-networkd-varlink.socket (destination-slice-property)
SliceOf: sysfsutils.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
SliceOf: systemd-random-seed.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty at tty2.service:
Description: Getty on tty2
Instance: tty2
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:03:37 IST
Inactive Exit Timestamp: Sat 2026-03-14 22:05:34 IST
Active Enter Timestamp: Sat 2026-03-14 22:05: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-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty2.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: e65f4ddc251a4121b4d8483f92aef1cd
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2026-03-14 22:05:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 22:05:34 IST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: rescue.service (origin-file)
Before: getty.target (origin-file)
Before: shutdown.target (origin-default)
After: plymouth-quit-wait.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: system-getty.slice (origin-file)
After: getty-pre.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: getty.target (origin-file)
References: system-getty.slice (origin-file origin-slice-property)
References: getty-pre.target (origin-file)
References: rescue.service (origin-file)
InSlice: system-getty.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 9382
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: inherit
TTYPath: /dev/tty2
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
TTYRows: 4294967295
TTYColumns: 4294967295
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
UtmpIdentifier: tty2
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/agetty --noreset --noclear - "\${TERM}"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-sda1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 576643cece8a4283bd1f849dedb49313
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
RequiredBy: boot.mount (destination-mountinfo)
Before: boot.mount (destination-mountinfo)
PropagatesStopTo: boot.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/sda1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev,found-mount
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 17f60a071141424ca41261a3ccdd0a73
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-02
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit systemd-networkd-varlink-metrics.socket:
Description: Network Management Metrics Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-varlink-metrics.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: -.mount (origin-path)
References: shutdown.target (origin-file)
References: systemd-networkd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/report/io.systemd.Network (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink-metrics
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/report/io.systemd.Network
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-quotacheck.service:
Description: systemd-quotacheck.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
After: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
? Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: rescue.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
Before: systemd-battery-check.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
? Unit udev.service:
Description: udev.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
? Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:rsync(1)
Documentation: man:rsyncd.conf(5)
Fragment Path: /usr/lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf untested
Condition Timestamp: Sat 2026-03-14 21:45:59 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: system.slice (origin-file)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 1s
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit rsyslog.service:
Alias: syslog.service
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:53 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:53 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: 8055b80781374a3baed8b1e8e93c7ae8
Documentation: man:rsyslogd(8)
Documentation: man:rsyslog.conf(5)
Documentation: https://www.rsyslog.com/doc/
Fragment Path: /usr/lib/systemd/system/rsyslog.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: syslog.socket (origin-file)
Requires: system.slice (origin-file)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: tmp.mount (origin-path)
After: syslog.socket (destination-implicit)
After: system.slice (origin-file)
TriggeredBy: syslog.socket (destination-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: syslog.socket (origin-file)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: tmp.mount (origin-path)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
ReferencedBy: syslog.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 892
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 16384
LimitNOFILESoft: 16384
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_net_bind_service cap_net_admin cap_sys_admin cap_sys_resource cap_lease cap_syslog cap_block_suspend
DynamicUser: no
LockPersonality: no
SystemCallFilter: shutdown epoll_pwait alarm getegid recvmsg connect brk io_getevents sched_getparam ppoll truncate64 socket futex_waitv sigaltstack listxattr timerfd_settime readv pwrite64 prlimit64 riscv_hwprobe mq_timedreceive mq_open select getpeername lstat64 io_pgetevents statx geteuid unlink set_mempolicy getgroups tkill creat pselect6 getsid setfsgid32 setgroups32 getrandom oldstat dup3 lsetxattr madvise write setregid32 fcntl msgctl geteuid32 sched_setaffinity openat2 epoll_ctl process_vm_readv mq_timedsend_time64 migrate_pages munmap fstatat64 sync_file_range2 setresgid32 getuid fcntl64 mkdirat waitpid times setgid timer_create syncfs pread64 sigaction mlock2 userfaultfd fchown io_pgetevents_time64 waitid dup getgid32 chown32 utimes setresgid clock_nanosleep_time64 getsockname recvmmsg_time64 getdents listen pidfd_send_signal _llseek sched_yield fchmod close tee ipc ftruncate64 timerfd_settime64 readlink lsm_get_self_attr sendmmsg epoll_wait_old signalfd4 ftruncate clock_gettime unlinkat pselect6_time64 pause lseek futimesat getsockopt sched_getscheduler fgetxattr munlock ppoll_time64 rseq olduname personality setuid lchown chown timer_settime sched_setscheduler open mbind clone landlock_create_ruleset landlock_restrict_self epoll_create1 prctl setresuid32 sysinfo inotify_add_watch inotify_rm_watch setuid32 capget getpriority clock_gettime64 listxattrat mkdir process_vm_writev setfsuid32 getpgid sync_file_range timer_delete setsockopt exit pwritev2 get_mempolicy fremovexattr oldfstat getitimer sched_get_priority_max epoll_pwait2 flistxattr read sendto listmount pidfd_open timerfd_gettime setgid32 io_cancel epoll_ctl_old sigpending getresuid mq_timedreceive_time64 msync lsm_list_modules uretprobe recvmmsg getpid ioprio_get io_setup mprotect setgroups readahead msgget setregid process_madvise sched_get_priority_min mlockall splice shmdt ioprio_set renameat inotify_init clone3 semctl getxattrat send link ioctl add_key getresgid renameat2 getppid rt_sigreturn chdir dup2 llistxattr nice setpgid cacheflush execveat fallocate recv capset statmount semget pipe umask flock mlock fadvise64 rt_sigtimedwait_time64 arch_prctl sched_getattr _newselect fchown32 utimensat_time64 kill utime getrusage sigprocmask lremovexattr sched_rr_get_interval preadv2 timer_gettime64 set_mempolicy_home_node fstatfs riscv_flush_icache fork getrlimit rt_sigaction fchmodat openat sched_setattr socketpair tgkill sched_setparam ugetrlimit stat fstatfs64 signalfd set_tid_address faccessat request_key accept4 swapcontext gettid oldlstat remap_file_pages accept get_robust_list nanosleep setitimer linkat symlink sendmsg readdir copy_file_range getcwd mmap2 mq_unlink unshare arm_fadvise64_64 io_destroy stat64 landlock_add_rule msgsnd getegid32 getuid32 execve memfd_create name_to_handle_at vmsplice setresuid mmap io_submit fchdir eventfd truncate sched_rr_get_interval_time64 shmat semtimedop_time64 rt_sigpending getdents64 wait4 epoll_create rename getresgid32 statfs64 preadv rt_sigtimedwait clock_getres setreuid32 munlockall lgetxattr vfork poll set_tls io_uring_enter signal setxattr clock_nanosleep readlinkat gettimeofday getxattr set_robust_list sigreturn fsetxattr utimensat uname open_tree fchownat removexattr time getcpu fsync setsid bind move_pages semtimedop mq_getsetattr restart_syscall shmctl newfstatat rt_tgsigqueueinfo semop setrlimit timerfd_create mknodat exit_group recvfrom rt_sigqueueinfo setns fstat64 sched_getaffinity setreuid setfsgid pwritev rmdir keyctl mseal pipe2 access futex shmget clock_getres_time64 timer_getoverrun set_thread_area get_thread_area timerfd_gettime64 timer_gettime sigsuspend socketcall futex_time64 msgrcv oldolduname fstat removexattrat getresuid32 chmod fdatasync lstat mq_timedsend epoll_wait sendfile64 getpgrp lchown32 mq_notify getgid seccomp sendfile setpriority getgroups32 mknod mremap membarrier writev statfs rt_sigsuspend fchmodat2 eventfd2 io_uring_setup sync io_uring_register symlinkat faccessat2 setxattrat rt_sigprocmask timer_settime64 inotify_init1 close_range kcmp setfsuid fadvise64_64
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rsyslogd -n -iNONE
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit cups.service:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:44 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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-cups.slice
CGroup: /system.slice/system-cups.slice/cups.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 9745d8d0548a4242b18f27e060387cfe
Documentation: man:cupsd(8)
Fragment Path: /usr/lib/systemd/system/cups.service
Condition Timestamp: Sun 2026-03-15 09:01:41 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:41 IST
Assert Result: yes
Requires: cups.socket (origin-file)
Requires: system-cups.slice (origin-file)
Requires: sysinit.target (origin-default)
ConsistsOf: cups.socket (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: nslcd.service (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: cups.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
After: time-set.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: system-cups.slice (origin-file)
TriggeredBy: cups.socket (destination-implicit)
References: basic.target (origin-default)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: nslcd.service (origin-file)
References: cups.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: sysinit.target (origin-default)
References: system-cups.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: time-set.target (origin-file)
ReferencedBy: cups.socket (destination-file destination-implicit)
InSlice: system-cups.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 15792
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cupsd -l
Status Text: Scheduler is running...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nfs-blkmap.service:
Description: pNFS block layout mapping daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:36 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/nfs-blkmap.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9a47f9d7674546a8adf39a0dd6e5a01f
Fragment Path: /usr/lib/systemd/system/nfs-blkmap.service
Condition Timestamp: Sat 2026-03-14 21:45:36 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:36 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: system.slice (origin-file origin-slice-property)
References: run-rpc_pipefs.mount (origin-file)
References: umount.target (origin-file)
References: nfs-utils.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: nfs-client.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 325
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/blkmapd.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/blkmapd "\$BLKMAPDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
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/acpid.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 6ef9c055321849599c7b9233c3715245
Documentation: man:acpid(8)
Fragment Path: /usr/lib/systemd/system/acpid.service
ConditionVirtualization: !container untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: acpid.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: acpid.socket (destination-implicit)
After: acpid.path (destination-implicit)
TriggeredBy: acpid.path (destination-implicit)
TriggeredBy: acpid.socket (destination-implicit)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: acpid.socket (origin-file)
ReferencedBy: acpid.path (destination-implicit)
ReferencedBy: acpid.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 883
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: /etc/default/acpid
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/acpid "\$OPTIONS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit tpm2.target:
Description: Trusted Platform Module
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/tpm2.target
Wants: dev-tpm0.device (origin-file)
Wants: dev-tpmrm0.device (origin-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-pcrlock.socket (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-pcrextend.socket (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
After: dev-tpm0.device (origin-file origin-default)
After: dev-tpmrm0.device (origin-file origin-default)
References: dev-tpmrm0.device (origin-file origin-default)
References: shutdown.target (origin-default)
References: dev-tpm0.device (origin-file origin-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-pcrextend.socket (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-pci0000:00-0000:00:14.0-usb3-3\x2d5-3\x2d5:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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
Invocation ID: 91a54a8b0a444e38975b856c664c3b21
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0
Found: found-udev
udev SYSTEMD_WANTS: bluetooth.target
? Unit systemd-tpm2-setup.service:
Description: TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-tpm2-setup.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup.service
ConditionPathExists: !/etc/initrd-release untested
ConditionSecurity: measured-uki untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-tpm2-setup-early.service (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: tpm2.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --graceful
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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
Invocation ID: cd4587f626ae46a3a306fa5ef26f69ab
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb3-3\x2d5-3\x2d5:1.0-bluetooth-hci0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/bluetooth/devices/hci0
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/bluetooth/hci0
Found: found-udev
? Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: c88bf6ed49bc47d1b4b51eb502faae0b
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS2
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
Found: found-udev
? Unit dev-cdrom.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a7bc13bde1554705bfe9e261beed47e3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/cdrom
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit virtlockd-admin.socket:
Description: virtlockd-admin.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/virtlockd-admin.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit exim4-base.timer:
Description: Daily exim4-base housekeeping
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ea799eedb5b24b9f8dd76b0d890570d0
Documentation: man:exim4(8)
Fragment Path: /usr/lib/systemd/system/exim4-base.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: logrotate.timer (origin-file)
Before: exim4-base.service (origin-implicit)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
Triggers: exim4-base.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: logrotate.timer (origin-file)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
References: time-set.target (origin-default)
References: exim4-base.service (origin-implicit)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: exim4-base.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: systemd-firstboot.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-ask-password-console.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: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /sys-kernel-debug.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: a78ce58d006e481fb0b224c6cc065a3d
Documentation: https://docs.kernel.org/filesystems/debugfs.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-debug.mount
Source Path: /proc/self/mountinfo
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-soft-reboot.service:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-soft-reboot.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-soft-reboot.service
Success Action: soft-reboot-force
Requires: umount.target (origin-file)
Requires: final.target (origin-file)
Requires: system.slice (origin-file)
Requires: shutdown.target (origin-file)
RequiredBy: soft-reboot.target (destination-file)
Before: soft-reboot.target (destination-file)
After: umount.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-udevd.service (destination-file)
After: shutdown.target (origin-file)
After: system.slice (origin-file)
After: final.target (origin-file)
After: systemd-journal-flush.service (destination-file)
References: shutdown.target (origin-file)
References: umount.target (origin-file)
References: final.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: soft-reboot.target (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit logrotate.service:
Description: Rotate log files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:45 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:45 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Invocation ID: 9be55c8083524fc59319fc49f852adfc
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /usr/lib/systemd/system/logrotate.service
ConditionACPower: true untested
Condition Timestamp: Sun 2026-03-15 09:01:41 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:41 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: exim4-base.service (destination-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
After: tmp.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: logrotate.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: logrotate.timer (destination-implicit)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-path)
ReferencedBy: logrotate.timer (destination-implicit)
ReferencedBy: exim4-base.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var/log (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/logrotate /etc/logrotate.conf
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit systemd-battery-check.service:
Description: Early Battery Level Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-battery-check.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-battery-check.service
Failure Action: poweroff-force
ConditionKernelCommandLine: !systemd.battery-check=0 untested
ConditionKernelCommandLine: !systemd.battery_check=0 untested
ConditionDirectoryNotEmpty: /sys/class/power_supply untested
ConditionVirtualization: no untested
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Before: systemd-bsod.service (destination-file)
Before: systemd-hibernate-resume.service (origin-file)
Before: initrd-root-device.target (origin-file)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-hibernate-resume.service (origin-file)
References: initrd-root-device.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-bsod.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-battery-check
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:46 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: Sun 2026-03-15 09:01:41 IST
Active Exit Timestamp: Sun 2026-03-15 09:01:46 IST
Inactive Enter Timestamp: Sun 2026-03-15 09:01:46 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: af49d67e43324260bea96485aa607bcd
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-rfkill.service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-rfkill.socket (destination-implicit)
TriggeredBy: systemd-rfkill.socket (destination-implicit)
References: -.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-rfkill.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/rfkill
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-rfkill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit fancontrol.service:
Description: fan speed regulator
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:fancontrol(8)
Documentation: man:pwmconfig(8)
Fragment Path: /usr/lib/systemd/system/fancontrol.service
ConditionFileNotEmpty: /etc/fancontrol untested
Condition Timestamp: Sat 2026-03-14 21:45:51 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: tmp.mount (origin-path)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: lm-sensors.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: tmp.mount (origin-path)
References: lm-sensors.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
PIDFile: /run/fancontrol.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
ReadWritePaths: /run
LockPersonality: yes
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/sbin/fancontrol --check
? ExecStart:
Command Line: /usr/sbin/fancontrol
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit first-boot-complete.target:
Description: First Boot Complete
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/first-boot-complete.target
ConditionFirstBoot: yes untested
Condition Timestamp: Sat 2026-03-14 21:45:49 IST
Condition Result: no
WantedBy: systemd-firstboot.service (destination-file)
WantedBy: systemd-random-seed.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-machine-id-commit.service (destination-file)
Before: shutdown.target (origin-default)
After: systemd-firstboot.service (destination-file)
After: systemd-random-seed.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7e35ecffdd094a13a63cd1e96721542c
Fragment Path: /usr/lib/systemd/system/acpid.path
ConditionVirtualization: !container untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: paths.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: acpid.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: paths.target (origin-default destination-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: acpid.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: acpid.service (origin-implicit)
References: paths.target (origin-default)
ReferencedBy: paths.target (destination-file destination-default)
RequiresMountsFor: /etc/acpi/events (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /etc/acpi/events
? Unit systemd-bsod.service:
Description: Display Boot-Time Emergency Messages In Full Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-bsod.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-bsod.service
ConditionVirtualization: no untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-battery-check.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-battery-check.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-bsod --continuous
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-sysctl.service:
Alias: procps.service
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:38 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:37 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: b805139da97b44f6aee92ef4be353ce6
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /usr/lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net untested
Condition Timestamp: Sat 2026-03-14 21:45:37 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:37 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: networking.service (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-modules-load.service (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysctl
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
State Change Timestamp: Sat 2026-03-14 22:00:12 IST
Inactive Exit Timestamp: Sat 2026-03-14 22:00:12 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 22:00:12 IST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: b728f907e20841aabacd9634f0ff3b0b
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Sat 2026-03-14 22:00:12 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 22:00:12 IST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: time-set.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: local-fs.target (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: time-set.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: initrd-switch-root.target (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: failed
Result: exit-code
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
IOPriority: 4
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --clean
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: fae5d8dae9df4cc198210d619281b334
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/eea31bf9-01
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit blockdev at dev-sda1.target:
Description: Block Device Preparation for /dev/sda1
Instance: dev-sda1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: boot.mount (destination-mountinfo)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: boot.mount (destination-mountinfo)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 142cc8b2459647ebb3b8c2ca6702a27b
Wants: sys-kernel-config.mount (origin-udev)
References: sys-kernel-config.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/module/configfs
Sysfs Path: /sys/module/configfs
Found: found-udev
udev SYSTEMD_WANTS: sys-kernel-config.mount
? Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /dev-mqueue.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: bebec2ae4ce94969bdc2d5f0e0f5721f
Documentation: man:mq_overview(7)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/dev-mqueue.mount
Source Path: /proc/self/mountinfo
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /proc/sys/fs/mqueue untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit swap.target:
Description: Swaps
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 670fbc5ea7234a5aa405e8c004429c8f
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/swap.target
Condition Timestamp: Sat 2026-03-14 21:45:47 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:47 IST
Assert Result: yes
Requires: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: tmp.mount (destination-file)
Before: sysinit.target (destination-file destination-default)
Before: run-user-0.mount (destination-mountinfo)
Before: run-user-1000.mount (destination-mountinfo)
Before: shutdown.target (origin-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
After: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
After: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-default)
After: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
After: dev-sda2.swap (destination-default)
After: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (origin-default destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
References: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: dev-sda2.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
ReferencedBy: run-user-0.mount (destination-mountinfo)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-default)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit proc-fs-nfsd.mount:
Description: NFSD configuration filesystem
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:37 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /proc-fs-nfsd.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 4f31da81b1b84fbb9060dd54b611ef45
Fragment Path: /usr/lib/systemd/system/proc-fs-nfsd.mount
Source Path: /proc/self/mountinfo
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
RequiredBy: nfs-server.service (destination-file)
RequiredBy: nfs-mountd.service (destination-file)
Before: nfs-server.service (destination-file)
Before: nfs-mountd.service (destination-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /proc/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean 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
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.socket:
Description: Network Management Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Documentation: man:rtnetlink(7)
Fragment Path: /usr/lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd.service (origin-implicit)
References: shutdown.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: yes
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: rtnl
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ReceiveBuffer: 134217728
ListenNetlink: route 1361
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nfs-utils.service:
Description: NFS server and client services
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/nfs-utils.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
ConsistsOf: rpc-statd.service (destination-file)
ConsistsOf: rpc-statd-notify.service (destination-file)
ConsistsOf: rpc-gssd.service (destination-file)
ConsistsOf: nfs-blkmap.service (destination-file)
ConsistsOf: rpc-svcgssd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: nfs-blkmap.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /bin/true
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit session-18.scope:
Description: Session 18 of User root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:36 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:00:36 IST
Active Enter Timestamp: Sun 2026-03-15 10:00:36 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-0.slice
CGroup: /user.slice/user-0.slice/session-18.scope
CGroup realized mask: cpu memory pids
CGroup own mask: memory pids
Invocation ID: 1d689f820c3f4599845a71a5d3ead9b2
Fragment Path: /run/systemd/transient/session-18.scope
Condition Timestamp: Sun 2026-03-15 10:00:36 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:00:36 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-runtime-dir at 0.service (origin-file)
Requires: user-0.slice (origin-file)
Wants: user at 0.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user at 0.service (origin-file)
After: systemd-logind.service (origin-file)
After: user-0.slice (origin-file)
After: user-runtime-dir at 0.service (origin-file)
After: -.mount (origin-file)
References: shutdown.target (origin-default)
References: user-0.slice (origin-file origin-slice-property)
References: user at 0.service (origin-file)
References: systemd-logind.service (origin-file)
References: user-runtime-dir at 0.service (origin-file)
References: -.mount (origin-file)
InSlice: user-0.slice (origin-slice-property)
RequiresMountsFor: /root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
? Unit dev-tpm0.device:
Description: /dev/tpm0
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
WantedBy: tpm2.target (destination-file)
Before: tpm2.target (destination-file destination-default)
ReferencedBy: tpm2.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: dead
Device Path: n/a
Sysfs Path: n/a
Found: n/a
? Unit dev-sda2.swap:
Description: /dev/sda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: f6c1f433dda24bd999e6456837b8c5dd
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: dev-sda2.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: dev-sda2.device (origin-proc-swap)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: dev-sda2.device (origin-proc-swap)
References: umount.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/sda2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/sda2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit slices.target:
Description: Slice Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 0830b0c69555429a93867c8a7ddc6d81
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/slices.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Wants: system.slice (origin-file)
Wants: -.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: user.slice (destination-file)
After: system.slice (origin-file)
After: -.slice (origin-file)
References: system.slice (origin-file)
References: -.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: user.slice (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit libvirt-guests.service:
Description: libvirt-guests.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/libvirt-guests.service
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
? Unit rtun.service:
Description: Automatic Remote Tunnel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:46 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:46 IST
Active Enter Timestamp: Sun 2026-03-15 09:01:46 IST
Active Exit Timestamp: Sun 2026-03-15 09:01:46 IST
Inactive Enter Timestamp: Sun 2026-03-15 09:01:46 IST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rtun.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 8460d27d0bc64c2cbdd5e351224c567c
Fragment Path: /etc/systemd/system/rtun.service
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 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: auditd.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: nss-user-lookup.target (origin-file)
References: auditd.service (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: exec
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 15863
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: skypemf
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/ssh -i /home/mf/rtun/rtun_key -R 8022:localhost:22 mf at borg.ch bin/dots.sh
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:56 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:56 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: df1209ada6ff43a8b1a65f555002f672
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sound.target
Condition Timestamp: Sat 2026-03-14 21:45:56 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:56 IST
Assert Result: yes
Wants: alsa-state.service (origin-file)
Wants: alsa-restore.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: alsa-state.service (origin-default)
After: alsa-restore.service (origin-default)
References: shutdown.target (origin-default)
References: alsa-state.service (origin-file origin-default)
References: alsa-restore.service (origin-file origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit mlocate.service:
Description: Update a database for mlocate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:updatedb.mlocate(8)
Documentation: man:updatedb.conf(5)
Fragment Path: /usr/lib/systemd/system/mlocate.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: tmp.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
After: mlocate.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: mlocate.timer (destination-implicit)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-path)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: mlocate.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: yes
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/updatedb.mlocate
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty at tty4.service:
Description: Getty on tty4
Instance: tty4
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 22:05:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 22:05:35 IST
Active Enter Timestamp: Sat 2026-03-14 22:05: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-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty4.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 73423f23ad574aa698e45bdfb79b2933
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2026-03-14 22:05:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 22:05:35 IST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: getty.target (origin-file)
Before: shutdown.target (origin-default)
Before: rescue.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: getty-pre.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: plymouth-quit-wait.service (origin-file)
After: system-getty.slice (origin-file)
References: rescue.service (origin-file)
References: system-getty.slice (origin-file origin-slice-property)
References: getty-pre.target (origin-file)
References: systemd-user-sessions.service (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: getty.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
InSlice: system-getty.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 9417
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: inherit
TTYPath: /dev/tty4
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
TTYRows: 4294967295
TTYColumns: 4294967295
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
UtmpIdentifier: tty4
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/agetty --noreset --noclear - "\${TERM}"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit poweroff.target:
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/poweroff.target
Job Timeout: 30min
Job Timeout Action: poweroff-force
Requires: systemd-poweroff.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: systemd-poweroff.service (origin-file)
References: systemd-poweroff.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:41 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:36 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: d80960b94dd9401f8ecbd7fa8cf137e0
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journal-flush.service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:36 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:36 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: systemd-journald.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: soft-reboot.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: soft-reboot.target (origin-file)
After: systemd-quotacheck-root.service (origin-file)
After: systemd-journald.service (origin-file)
After: -.mount (origin-path)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-quotacheck-root.service (origin-file)
References: soft-reboot.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-soft-reboot.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/log/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --flush
? ExecStop:
Command Line: journalctl --smart-relinquish-var
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:34 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: n/a
CGroup own mask: memory pids
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Requires: -.slice (origin-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-path)
RequiredBy: acpi-fakekey.socket (destination-path)
RequiredBy: apt-daily.timer (destination-path)
RequiredBy: upower.service (destination-file)
RequiredBy: e2scrub_all.timer (destination-path)
RequiredBy: systemd-pcrproduct.service (destination-path)
RequiredBy: systemd-networkd-varlink-metrics.socket (destination-path)
RequiredBy: sys-kernel-debug.mount (destination-path)
RequiredBy: systemd-journald.service (destination-path)
RequiredBy: session-18.scope (destination-file)
RequiredBy: syslog.socket (destination-path)
RequiredBy: run-user-0.mount (destination-implicit)
RequiredBy: colord.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-path)
RequiredBy: rpcbind.socket (destination-path)
RequiredBy: console-setup.service (destination-path)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: anacron.timer (destination-path)
RequiredBy: systemd-factory-reset.socket (destination-path)
RequiredBy: systemd-networkd-persistent-storage.service (destination-path)
RequiredBy: systemd-creds.socket (destination-path)
RequiredBy: systemd-journal-flush.service (destination-path)
RequiredBy: systemd-journald.socket (destination-path)
RequiredBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-path)
RequiredBy: systemd-journald-dev-log.socket (destination-path)
RequiredBy: systemd-random-seed.service (destination-path)
RequiredBy: systemd-sysext.socket (destination-path)
RequiredBy: dev-sda2.swap (destination-path)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-path)
RequiredBy: systemd-udevd-control.socket (destination-path)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: sys-kernel-config.mount (destination-path)
RequiredBy: systemd-networkd-resolve-hook.socket (destination-path)
RequiredBy: rpcbind.service (destination-path)
RequiredBy: systemd-logind-varlink.socket (destination-path)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: systemd-ask-password-wall.path (destination-path)
RequiredBy: systemd-ask-password-console.path (destination-path)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
RequiredBy: acpid.path (destination-path)
RequiredBy: logrotate.timer (destination-path)
RequiredBy: run-user-1000.mount (destination-implicit)
RequiredBy: session-22.scope (destination-file)
RequiredBy: exim4-base.timer (destination-path)
RequiredBy: run-rpc_pipefs.mount (destination-path)
RequiredBy: systemd-ask-password.socket (destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
RequiredBy: sshd at sshd-keygen.service (destination-path)
RequiredBy: dpkg-db-backup.timer (destination-path)
RequiredBy: wpa_supplicant.service (destination-path)
RequiredBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-path)
RequiredBy: systemd-networkd.service (destination-path)
RequiredBy: cups.socket (destination-path)
RequiredBy: systemd-networkd-varlink.socket (destination-path)
RequiredBy: mlocate.timer (destination-path)
RequiredBy: ssh.service (destination-path)
RequiredBy: sys-kernel-tracing.mount (destination-path)
RequiredBy: systemd-mute-console.socket (destination-path)
RequiredBy: systemd-udevd-varlink.socket (destination-path)
RequiredBy: basic.target (destination-path)
RequiredBy: systemd-pstore.service (destination-path)
RequiredBy: systemd-pcrlock.socket (destination-path)
RequiredBy: uuidd.socket (destination-path)
RequiredBy: boot.mount (destination-path)
RequiredBy: polkit-agent-helper.socket (destination-path)
RequiredBy: systemd-pcrextend.socket (destination-path)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-path)
RequiredBy: systemd-tpm2-setup.service (destination-path)
RequiredBy: systemd-logind.service (destination-path)
RequiredBy: sshd-unix-local.socket (destination-path)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
RequiredBy: systemd-hostnamed.socket (destination-path)
RequiredBy: tmp.mount (destination-path)
RequiredBy: logrotate.service (destination-path)
RequiredBy: irqbalance.service (destination-path)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-path)
RequiredBy: dev-hugepages.mount (destination-path)
RequiredBy: session-28.scope (destination-file)
RequiredBy: man-db.timer (destination-path)
RequiredBy: proc-fs-nfsd.mount (destination-path)
RequiredBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
RequiredBy: e2scrub_reap.service (destination-file)
RequiredBy: apparmor.service (destination-path)
RequiredBy: systemd-journalctl.socket (destination-path)
RequiredBy: dev-mqueue.mount (destination-path)
RequiredBy: dbus.socket (destination-path)
RequiredBy: acpid.socket (destination-path)
WantedBy: ntp.service (destination-path)
WantedBy: exim4.service (destination-path)
WantedBy: emergency.service (destination-path)
WantedBy: rescue.service (destination-path)
WantedBy: e2scrub_reap.service (destination-file)
WantedBy: systemd-logind.service (destination-path)
WantedBy: mlocate.service (destination-path)
WantedBy: colord.service (destination-file)
WantedBy: fancontrol.service (destination-path)
WantedBy: irqbalance.service (destination-path)
WantedBy: bluetooth.service (destination-file)
WantedBy: upower.service (destination-file)
WantedBy: switcheroo-control.service (destination-file)
WantedBy: logrotate.service (destination-path)
WantedBy: polkit.service (destination-file)
WantedBy: lm-sensors.service (destination-path)
WantedBy: systemd-hostnamed.service (destination-path)
WantedBy: man-db.service (destination-path)
WantedBy: rsyslog.service (destination-path)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-path)
Before: man-db.service (destination-path)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
Before: acpi-fakekey.socket (destination-path)
Before: systemd-rfkill.service (destination-file)
Before: systemd-hostnamed.socket (destination-path)
Before: rpcbind.service (destination-path)
Before: emergency.service (destination-path)
Before: dev-mqueue.mount (destination-path)
Before: apparmor.service (destination-path)
Before: sys-kernel-tracing.mount (destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-path)
Before: session-22.scope (destination-file)
Before: systemd-hostnamed.service (destination-path)
Before: anacron.timer (destination-path)
Before: systemd-networkd-persistent-storage.service (destination-path)
Before: systemd-pcrlock.socket (destination-path)
Before: systemd-pcrproduct.service (destination-path)
Before: sshd-unix-local.socket (destination-path)
Before: basic.target (destination-path)
Before: colord.service (destination-file)
Before: tmp.mount (destination-path)
Before: systemd-journalctl.socket (destination-path)
Before: apt-daily-upgrade.timer (destination-path)
Before: sys-kernel-config.mount (destination-path)
Before: systemd-networkd-varlink.socket (destination-path)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-path)
Before: logrotate.service (destination-path)
Before: boot.mount (destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-path)
Before: ssh.service (destination-path)
Before: sys-kernel-debug.mount (destination-path)
Before: systemd-pstore.service (destination-path)
Before: dpkg-db-backup.timer (destination-path)
Before: dbus.socket (destination-path)
Before: switcheroo-control.service (destination-file)
Before: run-rpc_pipefs.mount (destination-path)
Before: systemd-mute-console.socket (destination-path)
Before: exim4.service (destination-path)
Before: e2scrub_reap.service (destination-file)
Before: systemd-creds.socket (destination-path)
Before: wpa_supplicant.service (destination-path)
Before: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
Before: systemd-networkd-varlink-metrics.socket (destination-path)
Before: proc-fs-nfsd.mount (destination-path)
Before: rsyslog.service (destination-path)
Before: fancontrol.service (destination-path)
Before: systemd-logind.service (destination-path)
Before: cups.socket (destination-path)
Before: systemd-ask-password-console.path (destination-path)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-path)
Before: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-path)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
Before: session-28.scope (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: systemd-networkd-resolve-hook.socket (destination-path)
Before: irqbalance.service (destination-path)
Before: systemd-ask-password.socket (destination-path)
Before: rescue.service (destination-path)
Before: systemd-logind-varlink.socket (destination-path)
Before: run-user-1000.mount (destination-implicit)
Before: dev-sda2.swap (destination-path)
Before: systemd-journald-dev-log.socket (destination-path)
Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-path)
Before: systemd-pcrextend.socket (destination-path)
Before: sshd at sshd-keygen.service (destination-path)
Before: acpid.path (destination-path)
Before: systemd-journald.socket (destination-path)
Before: dev-hugepages.mount (destination-path)
Before: polkit.service (destination-file)
Before: mlocate.timer (destination-path)
Before: mlocate.service (destination-path)
Before: systemd-sysext.socket (destination-path)
Before: exim4-base.timer (destination-path)
Before: rpcbind.socket (destination-path)
Before: systemd-networkd.service (destination-path)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
Before: local-fs.target (origin-file)
Before: apt-daily.timer (destination-path)
Before: polkit-agent-helper.socket (destination-path)
Before: systemd-ask-password-wall.path (destination-path)
Before: acpid.socket (destination-path)
Before: systemd-udevd-varlink.socket (destination-path)
Before: systemd-journal-flush.service (destination-path)
Before: sys-fs-fuse-connections.mount (destination-path)
Before: bluetooth.service (destination-file)
Before: man-db.timer (destination-path)
Before: systemd-tpm2-setup.service (destination-path)
Before: systemd-journald.service (destination-path)
Before: ntp.service (destination-path)
Before: logrotate.timer (destination-path)
Before: session-18.scope (destination-file)
Before: systemd-udevd-control.socket (destination-path)
Before: systemd-random-seed.service (destination-path)
Before: uuidd.socket (destination-path)
Before: run-user-0.mount (destination-implicit)
Before: syslog.socket (destination-path)
Before: e2scrub_all.timer (destination-path)
Before: upower.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: console-setup.service (destination-path)
Before: lm-sensors.service (destination-path)
Before: systemd-factory-reset.socket (destination-path)
After: -.slice (origin-file)
After: blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target (origin-file)
References: blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target (origin-file)
References: local-fs.target (origin-file)
References: -.slice (origin-file origin-slice-property)
ReferencedBy: systemd-pcrextend.socket (destination-path)
ReferencedBy: systemd-journald.service (destination-path)
ReferencedBy: systemd-logind.service (destination-path)
ReferencedBy: systemd-hostnamed.service (destination-path)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: rescue.service (destination-path)
ReferencedBy: rpcbind.service (destination-path)
ReferencedBy: run-rpc_pipefs.mount (destination-path)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-path)
ReferencedBy: cups.socket (destination-path)
ReferencedBy: systemd-pcrproduct.service (destination-path)
ReferencedBy: ntp.service (destination-path)
ReferencedBy: systemd-journal-flush.service (destination-path)
ReferencedBy: dev-mqueue.mount (destination-path)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: proc-fs-nfsd.mount (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
ReferencedBy: systemd-hostnamed.socket (destination-path)
ReferencedBy: systemd-mute-console.socket (destination-path)
ReferencedBy: dev-hugepages.mount (destination-path)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-path)
ReferencedBy: man-db.timer (destination-path)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
ReferencedBy: acpid.path (destination-path)
ReferencedBy: tmp.mount (destination-path)
ReferencedBy: systemd-udevd-control.socket (destination-path)
ReferencedBy: colord.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-path)
ReferencedBy: systemd-networkd.service (destination-path)
ReferencedBy: mlocate.service (destination-path)
ReferencedBy: systemd-logind-varlink.socket (destination-path)
ReferencedBy: sys-kernel-tracing.mount (destination-path)
ReferencedBy: anacron.timer (destination-path)
ReferencedBy: dev-sda2.swap (destination-path)
ReferencedBy: session-28.scope (destination-file)
ReferencedBy: systemd-creds.socket (destination-path)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-factory-reset.socket (destination-path)
ReferencedBy: uuidd.socket (destination-path)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-path)
ReferencedBy: irqbalance.service (destination-path)
ReferencedBy: run-user-1000.mount (destination-implicit)
ReferencedBy: sshd-unix-local.socket (destination-path)
ReferencedBy: apt-daily.timer (destination-path)
ReferencedBy: systemd-journald-dev-log.socket (destination-path)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
ReferencedBy: systemd-journald.socket (destination-path)
ReferencedBy: sys-kernel-config.mount (destination-path)
ReferencedBy: session-18.scope (destination-file)
ReferencedBy: systemd-udevd-varlink.socket (destination-path)
ReferencedBy: systemd-networkd-varlink.socket (destination-path)
ReferencedBy: console-setup.service (destination-path)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-path)
ReferencedBy: systemd-sysext.socket (destination-path)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: acpid.socket (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
ReferencedBy: session-22.scope (destination-file)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-path)
ReferencedBy: fancontrol.service (destination-path)
ReferencedBy: systemd-pcrlock.socket (destination-path)
ReferencedBy: dbus.socket (destination-path)
ReferencedBy: systemd-tpm2-setup.service (destination-path)
ReferencedBy: mlocate.timer (destination-path)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-path)
ReferencedBy: systemd-ask-password-console.path (destination-path)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: rpcbind.socket (destination-path)
ReferencedBy: e2scrub_all.timer (destination-path)
ReferencedBy: apparmor.service (destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-path)
ReferencedBy: man-db.service (destination-path)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-path)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-path)
ReferencedBy: acpi-fakekey.socket (destination-path)
ReferencedBy: systemd-random-seed.service (destination-path)
ReferencedBy: basic.target (destination-path)
ReferencedBy: lm-sensors.service (destination-path)
ReferencedBy: sshd at sshd-keygen.service (destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
ReferencedBy: ssh.service (destination-path)
ReferencedBy: exim4-base.timer (destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: polkit-agent-helper.socket (destination-path)
ReferencedBy: exim4.service (destination-path)
ReferencedBy: run-user-0.mount (destination-implicit)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-path)
ReferencedBy: syslog.socket (destination-path)
ReferencedBy: systemd-ask-password-wall.path (destination-path)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-path)
ReferencedBy: rsyslog.service (destination-path)
ReferencedBy: systemd-ask-password.socket (destination-path)
ReferencedBy: switcheroo-control.service (destination-file)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-path)
ReferencedBy: systemd-journalctl.socket (destination-path)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-path)
ReferencedBy: systemd-pstore.service (destination-path)
ReferencedBy: boot.mount (destination-path)
ReferencedBy: upower.service (destination-file)
ReferencedBy: logrotate.timer (destination-path)
ReferencedBy: emergency.service (destination-path)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/c852be44-cff3-4e06-9a6c-914c5915ff31 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /
What: /dev/sda3
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
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: null
StandardError: inherit
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit reboot.target:
Alias: ctrl-alt-del.target
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/reboot.target
Job Timeout: 30min
Job Timeout Action: reboot-force
Requires: systemd-reboot.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: systemd-reboot.service (origin-file)
References: systemd-reboot.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 3af4cdcf07664ce99bbb9f8c531d261f
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit systemd-tmpfiles-setup.service:
Description: Create System Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:49 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: cf53d2eff60e40f6a2132cfb5e3612a6
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: ntp.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: e2scrub_reap.service (destination-file)
Before: exim4.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: sysinit.target (origin-file)
Before: upower.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: logrotate.service (destination-file)
Before: ldconfig.service (destination-file)
Before: fancontrol.service (destination-file)
Before: polkit.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: shutdown.target (origin-file)
Before: irqbalance.service (destination-file)
Before: rpcbind.service (destination-file)
Before: switcheroo-control.service (destination-file)
Before: rsyslog.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: bluetooth.service (destination-file)
Before: mlocate.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-sysext.service (destination-file)
After: system.slice (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-confext.service (destination-file)
After: systemd-journald.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: local-fs.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: mlocate.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: switcheroo-control.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: fancontrol.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 2d180f7cdef1451585798b2889cdb3f9
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-dev-log.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Timestamping: us
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /dev/log
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 24e1a23245ce49dc9cd73230e107b261
Documentation: man:systemd-remount-fs.service(8)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/systemd-remount-fs.service
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 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-backlight at backlight:intel_backlight.service (destination-file)
Before: upower.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-logind.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-rfkill.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: bluetooth.service (destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: systemd-fsck-root.service (origin-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-remount-fs
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 583674906f3c4804bb260e435ea30302
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/wwn-0x50000397a4b029d4-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit session-28.scope:
Description: Session 28 of User mf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:29:06 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:29:06 IST
Active Enter Timestamp: Sun 2026-03-15 10:29:06 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-28.scope
CGroup realized mask: cpu memory pids
CGroup own mask: memory pids
Invocation ID: 181930168d48463ebfbc79f4b8fe2cbc
Fragment Path: /run/systemd/transient/session-28.scope
Condition Timestamp: Sun 2026-03-15 10:29:06 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:29:06 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Requires: user-runtime-dir at 1000.service (origin-file)
Wants: user at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user-runtime-dir at 1000.service (origin-file)
After: -.mount (origin-file)
After: user at 1000.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-logind.service (origin-file)
After: user-1000.slice (origin-file)
References: shutdown.target (origin-default)
References: -.mount (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: user-runtime-dir at 1000.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user at 1000.service (origin-file)
References: systemd-logind.service (origin-file)
InSlice: user-1000.slice (origin-slice-property)
RequiresMountsFor: /home/mf (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
? Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:45 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:45 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: b85df167508d459fad454b30b2c7af89
Following Set Member: dev-rfkill.device
Wants: systemd-rfkill.socket (origin-udev)
BoundBy: systemd-rfkill.socket (destination-file)
BoundBy: systemd-rfkill.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-rfkill.service (destination-file)
References: systemd-rfkill.socket (origin-udev)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/misc/rfkill
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
udev SYSTEMD_WANTS: systemd-rfkill.socket
? Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sulogin(8)
Fragment Path: /usr/lib/systemd/system/rescue.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: getty at tty2.service (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: getty at tty3.service (destination-file)
ConflictedBy: getty at tty4.service (destination-file)
ConflictedBy: multi-user.target (destination-file)
Before: graphical.target (destination-file)
Before: initrd.target (destination-file)
Before: multi-user.target (destination-file)
Before: rescue.target (destination-file)
Before: shutdown.target (origin-file)
After: plymouth-start.service (origin-file)
After: getty at tty2.service (destination-file)
After: getty at tty1.service (destination-file)
After: system.slice (origin-file)
After: getty at tty3.service (destination-file)
After: getty at tty4.service (destination-file)
After: emergency.service (destination-file)
After: -.mount (origin-path)
After: sysinit.target (origin-file)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: getty at tty2.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: getty at tty4.service (destination-file)
ReferencedBy: getty at tty3.service (destination-file)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sulogin-shell rescue
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit e2scrub_all.timer:
Description: Periodic ext4 Online Metadata Check for All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 963e717d07584d619a1d20eb1966a09c
Fragment Path: /usr/lib/systemd/system/e2scrub_all.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: e2scrub_all.service (origin-implicit)
Before: timers.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: e2scrub_all.service (origin-implicit)
References: timers.target (origin-default)
References: e2scrub_all.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: time-set.target (origin-default)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: e2scrub_all.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: Sun *-*-* 03:10:00
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/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: Sat 2026-03-14 21:45:48 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: run-rpc_pipefs.mount (origin-file)
Wants: nfs-config.service (origin-file)
PartOf: nfs-server.service (origin-file)
PartOf: nfs-utils.service (origin-file)
WantedBy: auth-rpcgss-module.service (destination-file)
Before: nfs-server.service (destination-file)
Before: nfs-client.target (destination-file)
After: systemd-journald.socket (origin-file)
After: run-rpc_pipefs.mount (origin-file)
After: gssproxy.service (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: nfs-config.service (origin-file)
After: auth-rpcgss-module.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: run-rpc_pipefs.mount (origin-file)
References: nfs-utils.service (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: gssproxy.service (origin-file)
References: nfs-server.service (origin-file)
References: nfs-config.service (origin-file)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rpc.svcgssd "\$SVCGSSDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-journald.socket:
Description: Journal Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 0de155b09a7541b9a1db154797e868b0
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: console-setup.service (destination-file)
Before: rpcbind.service (destination-file)
Before: upower.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: rsync.service (destination-file)
Before: smartmontools.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: ldconfig.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: alsa-state.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: ntp.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: mlocate.service (destination-file)
Before: polkit.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: nfs-mountd.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: user at 1000.service (destination-file)
Before: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-file)
Before: irqbalance.service (destination-file)
Before: switcheroo-control.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: ssh.service (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: exim4.service (destination-file)
Before: apt-daily.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: bluetooth.service (destination-file)
Before: xdm.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: acpi-support.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: modprobe at dm_mod.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: networking.service (destination-file)
Before: cron.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: run-user-1000.mount (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: exim4-base.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
Before: colord.service (destination-file)
Before: nfs-server.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
Before: systemd-halt.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: rtun.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: dbus.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
Before: proc-fs-nfsd.mount (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
Before: logrotate.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: boot.mount (destination-file)
Before: anacron.service (destination-file)
Before: modprobe at configfs.service (destination-file)
Before: rpc-gssd.service (destination-file)
Before: getty-static.service (destination-file)
Before: acpi-fakekey.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: udisks2.service (destination-file)
Before: sshd-keygen.service (destination-file)
Before: atd.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: auth-rpcgss-module.service (destination-file)
Before: nfs-config.service (destination-file)
Before: systemd-bsod.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: systemd-sysext-initrd.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: modprobe at loop.service (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: run-rpc_pipefs.mount (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-file)
Before: nfs-blkmap.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: user at 0.service (destination-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: apparmor.service (destination-file)
Before: uuidd.service (destination-file)
Before: nfs-utils.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: run-user-0.mount (destination-file)
Before: tmp.mount (destination-file)
Before: modprobe at efi_pstore.service (destination-file)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: nfs-idmapd.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: dev-sda2.swap (destination-file)
Before: systemd-pstore.service (destination-file)
Before: selinux-autorelabel-mark.service (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: user-runtime-dir at 0.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: fancontrol.service (destination-file)
Before: vsftpd.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: cups.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: user-runtime-dir at 0.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: mlocate.service (destination-file)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: run-rpc_pipefs.mount (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: acpi-fakekey.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: proc-fs-nfsd.mount (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: smartmontools.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: modprobe at loop.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: nfs-idmapd.service (destination-file)
ReferencedBy: user at 0.service (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: selinux-autorelabel-mark.service (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: nfs-blkmap.service (destination-file)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: sshd-keygen.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: dev-sda2.swap (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-file)
ReferencedBy: acpi-support.service (destination-file)
ReferencedBy: nfs-config.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: nfs-utils.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: xdm.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: vsftpd.service (destination-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: modprobe at dm_mod.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: switcheroo-control.service (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: alsa-state.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: exim4-base.service (destination-file)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: rtun.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: run-user-0.mount (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: fancontrol.service (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-file)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
RequiresMountsFor: /run/systemd/journal/socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Timestamping: us
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/socket
ListenStream: /run/systemd/journal/stdout
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:36 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 1420c66de1fd46d79ca50ae86308c09a
Fragment Path: /usr/lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Sat 2026-03-14 21:45:36 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:36 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: networking.service (destination-file)
Before: networking.service (destination-file)
Before: network.target (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
ReferencedBy: networking.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /bin/sh -c "if [ \"\$CONFIGURE_INTERFACES\" != \"no\" ] && [ -n \"\$(ifquery --read-environment --list --exclude=lo)\" ] && [ -x /bin/udevadm ]; then udevadm settle; fi"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrnvdone.service:
Description: TPM PCR NvPCR Initialization Separator
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrnvdone.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrnvdone.service
Failure Action: reboot-force
ConditionPathExists: !/etc/initrd-release untested
ConditionSecurity: measured-uki untested
Condition Timestamp: Sat 2026-03-14 21:45:46 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: systemd-tpm2-setup-early.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tpm2-setup.service (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tpm2-setup.service (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --pcr=kernel-initrd --event-type=nvpcr-separator nvpcr-separator
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit lvm2-lvmpolld.socket:
Description: lvm2-lvmpolld.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/lvm2-lvmpolld.socket
WantedBy: sysinit.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
? Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 63ab7cfd020d494e8e2dbb2d905b519f
Wants: sys-fs-fuse-connections.mount (origin-udev)
References: sys-fs-fuse-connections.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/module/fuse
Sysfs Path: /sys/module/fuse
Found: found-udev
udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
? Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:55 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/dbus.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: c88c7a06ffa34f1c940e15db493e1ed8
Documentation: man:dbus-daemon(1)
Fragment Path: /usr/lib/systemd/system/dbus.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: shutdown.target (origin-default)
Before: wpa_supplicant.service (destination-file)
Before: multi-user.target (destination-default)
Before: user-runtime-dir at 1000.service (destination-file)
Before: user-runtime-dir at 0.service (destination-file)
Before: user at 0.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dbus.socket (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
TriggeredBy: dbus.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: user at 0.service (destination-file)
ReferencedBy: user-runtime-dir at 0.service (destination-file)
ReferencedBy: dbus.socket (destination-implicit)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 887
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -900
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
AmbientCapabilities: cap_audit_write
User: messagebus
Group: messagebus
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? 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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 1f6a3ae15ccb4760a46661df8b4b8629
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit system-cups.slice:
Description: CUPS Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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/system-cups.slice
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 43b8986aabbb4c7094fe2d0742ef0359
Documentation: man:cups(1)
Fragment Path: /usr/lib/systemd/system/system-cups.slice
Condition Timestamp: Sun 2026-03-15 09:01:41 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:41 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: cups.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: cups.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: cups.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: cups.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dpkg-db-backup.service:
Description: Daily dpkg database backup service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:44 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:44 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 5f4cbcc453904a3a957814606f46ba60
Documentation: man:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.service
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: dpkg-db-backup.timer (destination-implicit)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
TriggeredBy: dpkg-db-backup.timer (destination-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: dpkg-db-backup.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/dpkg/dpkg-db-backup
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit binfmt-support.service:
Description: Enable support for additional executable binary formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: fdb979b2e6af4dcaae0194fb6d635411
Documentation: man:update-binfmts(8)
Fragment Path: /usr/lib/systemd/system/binfmt-support.service
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: systemd-binfmt.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-binfmt.service (origin-file)
ReferencedBy: multi-user.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
? ExecStop:
Command Line: /usr/sbin/update-binfmts --disable
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit ssh.service:
Alias: sshd.service
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:01 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:46:01 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: a3cfca12cf6b46a8a3f43678ce54eb84
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /usr/lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Wants: sshd-keygen.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: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sshd-keygen.service (destination-file)
After: network.target (origin-file)
After: system.slice (origin-file)
After: auditd.service (origin-file)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sshd-keygen.service (origin-file)
References: nss-user-lookup.target (origin-file)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: network.target (origin-file)
ReferencedBy: sshd-keygen.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/sshd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1348
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? 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"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit modprobe at dm_mod.service:
Description: Load Kernel Module dm_mod
Instance: dm_mod
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !dm_mod untested
ConditionCapability: CAP_SYS_MODULE untested
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Before: systemd-sysext-initrd.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq dm_mod
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit paths.target:
Description: Path Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: af2e626a56be4cf39bd8d2517a140411
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/paths.target
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Wants: acpid.path (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: acpid.path (origin-default destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: acpid.path (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: acpid.path (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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-oomd.service:
Description: systemd-oomd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: user at 1000.service (destination-file)
Before: user at 0.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: user at 0.service (destination-file)
? Unit switcheroo-control.service:
Description: Switcheroo Control Proxy service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/switcheroo-control.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 2cde5e68832a456b8b8429f8d901b7f9
Fragment Path: /usr/lib/systemd/system/switcheroo-control.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (origin-file)
Before: alsa-restore.service (origin-file)
Before: xdm.service (origin-file)
Before: graphical.target (destination-default)
Before: shutdown.target (origin-default)
Before: alsa-state.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: tmp.mount (origin-file)
After: dbus.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: tmp.mount (origin-file)
References: shutdown.target (origin-default)
References: alsa-state.service (origin-file)
References: -.mount (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: multi-user.target (origin-file)
References: xdm.service (origin-file)
References: sysinit.target (origin-default)
References: alsa-restore.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 896
Main PID Known: yes
Main PID Alien: no
BusName: net.hadess.SwitcherooControl
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/switcheroo-control
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 43e60c4607654659bf3719d0f0889a4c
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/basic.target
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-file)
Wants: selinux-autorelabel-mark.service (origin-file)
Wants: slices.target (origin-file)
Wants: timers.target (origin-file)
Wants: sockets.target (origin-file)
Wants: paths.target (origin-file)
Wants: tmp.mount (origin-file)
RequiredBy: initrd.target (destination-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4-base.service (destination-default)
Before: getty at tty3.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: user-runtime-dir at 0.service (destination-default)
Before: vsftpd.service (destination-default)
Before: dbus.service (destination-default)
Before: getty at tty2.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: polkit.service (destination-default)
Before: user at 0.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: rtun.service (destination-default)
Before: nfs-utils.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: ssh.service (destination-default)
Before: upower.service (destination-default)
Before: apt-daily.service (destination-default)
Before: initrd.target (destination-file destination-default)
Before: exim4.service (destination-default)
Before: logrotate.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: systemd-hostnamed.service (destination-default)
Before: irqbalance.service (destination-default)
Before: rsyslog.service (destination-default)
Before: user at 1000.service (destination-default)
Before: colord.service (destination-default)
Before: sysfsutils.service (destination-default)
Before: getty-static.service (destination-default)
Before: uuidd.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: multi-user.target (destination-file destination-default)
Before: mlocate.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: cups.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: sshd-keygen.service (destination-default)
Before: alsa-state.service (destination-default)
Before: bluetooth.service (destination-default)
Before: ntp.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: atd.service (destination-default)
Before: cron.service (destination-default)
Before: acpid.service (destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: fancontrol.service (destination-default)
Before: anacron.service (destination-default)
Before: man-db.service (destination-default)
Before: getty at tty4.service (destination-default)
Before: smartmontools.service (destination-default)
Before: sshd at sshd-keygen.service (destination-default)
Before: udisks2.service (destination-default)
Before: acpi-fakekey.service (destination-default)
Before: switcheroo-control.service (destination-default)
Before: shutdown.target (origin-default)
Before: acpi-support.service (destination-default)
Before: xdm.service (destination-default)
Before: rsync.service (destination-default)
After: slices.target (origin-file origin-default)
After: paths.target (origin-file origin-default)
After: sysinit.target (origin-file origin-default)
After: sockets.target (origin-file origin-default)
After: tmp.mount (origin-file)
After: systemd-pcrphase-sysinit.service (destination-file)
After: -.mount (origin-path)
References: slices.target (origin-file origin-default)
References: sockets.target (origin-file origin-default)
References: selinux-autorelabel-mark.service (origin-file)
References: sysinit.target (origin-file origin-default)
References: timers.target (origin-file)
References: paths.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: tmp.mount (origin-file)
References: -.mount (origin-path)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: vsftpd.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: acpi-fakekey.service (destination-default)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: getty at tty2.service (destination-default)
ReferencedBy: initrd.target (destination-file destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: fancontrol.service (destination-default)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: xdm.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: getty at tty4.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: user at 0.service (destination-default)
ReferencedBy: rtun.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: acpi-support.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: user-runtime-dir at 0.service (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: switcheroo-control.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: getty at tty3.service (destination-default)
ReferencedBy: rsync.service (destination-default)
RequiresMountsFor: /var (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit time-set.target:
Description: System Time Set
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-set.target
WantedBy: time-sync.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4-base.timer (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: man-db.timer (destination-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: cups.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: time-sync.target (destination-file destination-default)
Before: mlocate.timer (destination-default)
Before: anacron.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: shutdown.target (origin-default)
Before: logrotate.timer (destination-default)
References: shutdown.target (origin-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: time-sync.target (destination-file destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: cups.service (destination-file)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:41 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 8bd49cd4aec543f993c348fab8ce02a6
Documentation: man:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true untested
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: apt-daily.service (origin-file)
After: connman.service (origin-file)
After: basic.target (origin-default)
After: NetworkManager.service (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: systemd-networkd.service (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: systemd-networkd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: connman.service (origin-file)
References: NetworkManager.service (origin-file)
References: network-online.target (origin-file)
References: apt-daily.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 15min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-mute-console.socket:
Description: Console Output Muting Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: af8a0d4dbc5542f697b2c27b571ddc8d
Documentation: man:systemd-mute-console(8)
Fragment Path: /usr/lib/systemd/system/systemd-mute-console.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-firstboot.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: sockets.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.MuteConsole (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.MuteConsole
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.MuteConsole
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit polkit-agent-helper.socket:
Description: Authorization Manager Agent Helper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: eb61ecf10f0745449e6059409186a21a
Documentation: man:polkit(8)
Fragment Path: /usr/lib/systemd/system/polkit-agent-helper.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/polkit/agent-helper.socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: connection
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 0
ListenStream: /run/polkit/agent-helper.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit system-sshd.slice:
Description: Slice /system/sshd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
CGroup members mask: memory pids
Requires: system.slice (origin-implicit)
RequiredBy: sshd at sshd-keygen.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sshd at sshd-keygen.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: sshd at sshd-keygen.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: sshd at sshd-keygen.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /dev-hugepages.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 4cbdbbff50ed49538779905e362f6381
Documentation: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/dev-hugepages.mount
Source Path: /proc/self/mountinfo
ConditionVirtualization: !private-users untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,nosuid,nodev,relatime,pagesize=2M
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit home.mount:
Description: home.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
? Unit remote-veritysetup.target:
Description: Remote Verity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-veritysetup.target
WantedBy: initrd-root-device.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: veritysetup-pre.target (origin-file)
After: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: veritysetup-pre.target (origin-file)
ReferencedBy: initrd-root-device.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-confext-initrd.service:
Description: Merge System Configuration Images into /etc/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-confext-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-confext-initrd.service
ConditionPathExists: /etc/initrd-release untested
ConditionDirectoryNotEmpty: |/.extra/global_confext untested
ConditionDirectoryNotEmpty: |/.extra/confext untested
ConditionDirectoryNotEmpty: |/usr/lib/confexts untested
ConditionDirectoryNotEmpty: |/usr/local/lib/confexts untested
ConditionDirectoryNotEmpty: |/var/lib/confexts untested
ConditionDirectoryNotEmpty: |/run/confexts untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
Wants: modprobe at dm_mod.service (origin-file)
Wants: cryptsetup-pre.target (origin-file)
Wants: modprobe at loop.service (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: modprobe at loop.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: modprobe at dm_mod.service (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: local-fs-pre.target (origin-file)
References: modprobe at loop.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: modprobe at dm_mod.service (origin-file)
References: cryptsetup-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-confext refresh
? ExecReload:
Command Line: systemd-confext refresh
? ExecStop:
Command Line: systemd-confext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck-root.service
DropIn Path: /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-remount-fs.service (destination-file)
Before: local-fs.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
OnFailure: emergency.target (origin-file)
References: local-fs.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit timers.target:
Description: Timer Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 74f018bf03ba429286538407c74c28f3
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/timers.target
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Wants: logrotate.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: exim4-base.timer (origin-file)
Wants: e2scrub_all.timer (origin-file)
Wants: mlocate.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: dpkg-db-backup.timer (origin-file)
Wants: anacron.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: e2scrub_all.timer (destination-default)
After: apt-daily.timer (destination-default)
After: logrotate.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: mlocate.timer (destination-default)
After: dpkg-db-backup.timer (destination-default)
After: man-db.timer (destination-default)
After: exim4-base.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: anacron.timer (destination-default)
References: e2scrub_all.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: dpkg-db-backup.timer (origin-file)
References: shutdown.target (origin-file)
References: man-db.timer (origin-file)
References: exim4-base.timer (origin-file)
References: apt-daily.timer (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
References: mlocate.timer (origin-file)
References: anacron.timer (origin-file)
References: logrotate.timer (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: mlocate.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit acpi-fakekey.service:
Description: ACPI fakekey daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
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/acpi-fakekey.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 78b1e2989b544480acb9b7aaf3f84724
Documentation: man:acpi_fakekey(8)
Fragment Path: /usr/lib/systemd/system/acpi-fakekey.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: acpi-fakekey.socket (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: system.slice (origin-file)
After: acpi-fakekey.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
TriggeredBy: acpi-fakekey.socket (destination-implicit)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: acpi-fakekey.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: acpi-fakekey.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 881
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/acpi_fakekeyd -f
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit modprobe at configfs.service:
Description: Load Kernel Module configfs
Instance: configfs
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:35 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 53bd5f21eb9341ba8a0eec95e347edcc
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !configfs untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-kernel-config.mount (destination-file)
Before: sysinit.target (origin-file)
Before: sys-kernel-config.mount (destination-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq configfs
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-reboot.service:
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-reboot.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-reboot.service
Success Action: reboot-force
Requires: final.target (origin-file)
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
Requires: shutdown.target (origin-file)
RequiredBy: reboot.target (destination-file)
Before: reboot.target (destination-file)
After: final.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
References: final.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: reboot.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit user-runtime-dir at 0.service:
Description: User Runtime Directory /run/user/0
Instance: 0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:35 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:00:35 IST
Active Enter Timestamp: Sun 2026-03-15 10:00: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: user-0.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: cb360566517d410087b92a63c2203181
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Sun 2026-03-15 10:00:35 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:00:35 IST
Assert Result: yes
Requires: user-0.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: session-18.scope (destination-file)
BoundBy: user at 0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-18.scope (destination-file)
Before: user at 0.service (destination-file)
Before: shutdown.target (origin-default)
After: dbus.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-logind.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: user-0.slice (origin-file)
References: basic.target (origin-default)
References: dbus.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-logind.service (origin-file)
References: user-0.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: session-18.scope (destination-file)
ReferencedBy: user at 0.service (destination-file)
InSlice: user-0.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir start 0
PID: 19049
Start Timestamp: Sun 2026-03-15 10:00:35.647736 IST
Handoff Timestamp: 31.099ms since start
Exit Timestamp: 39.702ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-tpmrm0.device:
Description: /dev/tpmrm0
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
WantedBy: tpm2.target (destination-file)
Before: tpm2.target (destination-file destination-default)
ReferencedBy: tpm2.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: dead
Device Path: n/a
Sysfs Path: n/a
Found: n/a
? Unit systemd-pcrproduct.service:
Description: TPM NvPCR Product ID Measurement
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrproduct.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrproduct.service
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: -.mount (origin-path)
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: -.mount (origin-path)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: tpm2.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/nvpcr (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --product-id
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap:
Description: /dev/disk/by-id/wwn-0x50000397a4b029d4-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 19e87d4fd5a04d2c8083e9979f5ec52a
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: system.slice (origin-file)
Requires: dev-sda2.device (origin-proc-swap)
Requires: -.mount (origin-path)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: dev-sda2.device (origin-proc-swap)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: swap.target (origin-default)
References: dev-sda2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-default)
References: systemd-journald.socket (origin-file)
References: blockdev at dev-sda2.target (origin-proc-swap)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-id/wwn-0x50000397a4b029d4-part2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-id/wwn-0x50000397a4b029d4-part2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:01:18 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:01:17 IST
Active Enter Timestamp: Sun 2026-03-15 10:01: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: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized mask: cpu memory pids
CGroup own mask: cpu memory pids
CGroup delegate mask: cpu memory pids
Invocation ID: e366a2eecd1745fdb6c3907bbf74eeed
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user at .service
DropIn Path: /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
Condition Timestamp: Sun 2026-03-15 10:01:17 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:01:17 IST
Assert Result: yes
Requires: user-1000.slice (origin-file)
Requires: sysinit.target (origin-default)
BindsTo: user-runtime-dir at 1000.service (origin-file)
WantedBy: session-22.scope (destination-file)
WantedBy: session-28.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-22.scope (destination-file)
Before: session-28.scope (destination-file)
Before: shutdown.target (origin-default)
After: dbus.service (origin-file)
After: systemd-logind.service (origin-file)
After: systemd-oomd.service (origin-file)
After: basic.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: user-1000.slice (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: systemd-oomd.service (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: systemd-logind.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: basic.target (origin-default)
References: dbus.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: session-22.scope (destination-file)
ReferencedBy: session-28.scope (destination-file)
InSlice: user-1000.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: continue
ReloadSignal: RTMIN+25
Main PID: 19182
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 2min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: inherit
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: 100
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: 1000
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd --user
PID: 19182
Start Timestamp: Sun 2026-03-15 10:01:17.883757 IST
Handoff Timestamp: 27.015ms since start
Status Text: Ready.
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: skip
CoredumpReceive: no
DelegateSubgroup: init.scope
MemoryPressureThresholdSec: 200ms
? Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 393c8c54130346fa9b5300fc370dd6a8
Fragment Path: /usr/lib/systemd/system/uuidd.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: uuidd.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: uuidd.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: uuidd.service (origin-implicit)
References: uuidd.service (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/uuidd/request (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: uuidd.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/uuidd/request
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit soft-reboot.target:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/soft-reboot.target
Job Timeout: 30min
Job Timeout Action: soft-reboot-force
Requires: systemd-soft-reboot.service (origin-file)
ConflictedBy: systemd-journal-flush.service (destination-file)
ConflictedBy: systemd-udevd.service (destination-file)
ConflictedBy: systemd-journald.service (destination-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-soft-reboot.service (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-udevd.service (destination-file)
References: systemd-soft-reboot.service (origin-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit virtlogd.socket:
Description: virtlogd.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/virtlogd.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit systemd-networkd-resolve-hook.socket:
Description: Network Management Resolve Hook Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-resolve-hook.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: systemd-networkd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/resolve.hook/io.systemd.Network (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: resolve-hook
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/resolve.hook/io.systemd.Network
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target:
Description: Block Device Preparation for /dev/disk/by-uuid/c852be44-cff3-4e06-9a6c-914c5915ff31
Instance: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: -.mount (destination-file)
References: umount.target (origin-file)
ReferencedBy: -.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit user-0.slice:
Description: User Slice of UID 0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:35 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:00:35 IST
Active Enter Timestamp: Sun 2026-03-15 10:00: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: user.slice
CGroup: /user.slice/user-0.slice
CGroup realized mask: cpu memory pids
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu memory pids
Invocation ID: eb3ff500f929425b86499682aed56c1e
Documentation: man:user at .service(5)
DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Sun 2026-03-15 10:00:35 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:00:35 IST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: user at 0.service (destination-file)
RequiredBy: user-runtime-dir at 0.service (destination-file)
RequiredBy: session-18.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: user at 0.service (destination-file)
Before: user-runtime-dir at 0.service (destination-file)
Before: session-18.scope (destination-file)
After: user.slice (origin-implicit)
References: user.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: session-18.scope (destination-file destination-slice-property)
ReferencedBy: user at 0.service (destination-file destination-slice-property)
ReferencedBy: user-runtime-dir at 0.service (destination-file destination-slice-property)
InSlice: user.slice (origin-implicit)
SliceOf: session-18.scope (destination-slice-property)
SliceOf: user at 0.service (destination-slice-property)
SliceOf: user-runtime-dir at 0.service (destination-slice-property)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 42020
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-hibernate-clear.service:
Description: Clear Stale Hibernate Storage Info
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-hibernate-clear.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hibernate-clear.service
ConditionPathExists: !/etc/initrd-release untested
ConditionPathExists: /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 untested
Condition Timestamp: Sat 2026-03-14 21:45:46 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)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume --clear
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/umount.target
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
ConflictedBy: rpc-gssd.service (destination-file)
ConflictedBy: tmp.mount (destination-file)
ConflictedBy: blockdev at dev-sda1.target (destination-file)
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
ConflictedBy: nfs-blkmap.service (destination-file)
ConflictedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-default)
ConflictedBy: boot.mount (destination-mountinfo)
ConflictedBy: run-user-1000.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target (destination-file)
ConflictedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-default)
ConflictedBy: blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target (destination-file)
ConflictedBy: blockdev at dev-sda2.target (destination-file)
ConflictedBy: blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target (destination-file)
ConflictedBy: run-rpc_pipefs.mount (destination-file)
ConflictedBy: dev-sda2.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
ConflictedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
ConflictedBy: run-user-0.mount (destination-mountinfo)
ConflictedBy: rpc-statd.service (destination-file)
Before: final.target (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-reboot.service (destination-file)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
After: blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target (destination-file)
After: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-default)
After: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
After: boot.mount (destination-mountinfo)
After: run-user-1000.mount (destination-mountinfo)
After: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
After: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-default)
After: run-user-0.mount (destination-mountinfo)
After: blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target (destination-file)
After: blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target (destination-file)
After: dev-sda2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-default)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
After: blockdev at dev-sda1.target (destination-file)
After: tmp.mount (destination-file)
After: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
After: blockdev at dev-sda2.target (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target (destination-file)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-default)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: dev-sda2.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
ReferencedBy: final.target (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.target (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: run-rpc_pipefs.mount (destination-file)
ReferencedBy: run-user-0.mount (destination-mountinfo)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: nfs-blkmap.service (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-default)
ReferencedBy: blockdev at dev-sda1.target (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: blockdev at dev-sda2.target (destination-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-default)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-path)
After: man-db.timer (destination-implicit)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
TriggeredBy: man-db.timer (destination-implicit)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: tmp.mount (origin-path)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: man-db.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
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_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: man
DynamicUser: no
LockPersonality: yes
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
Command Line: /usr/bin/mandb --quiet
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit systemd-udev-settle.service:
Description: Wait for udev To Complete Device Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-udev-settle.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-udev-settle.service
ConditionPathIsReadWrite: /sys untested
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: sysinit.target (origin-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm settle
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-eno1.device:
Description: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 6d216f50f1064c3e86188b0be10ec885
Following Set Member: sys-devices-pci0000:00-0000:00:1c.6-0000:0f:00.0-net-eno1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/eno1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.6/0000:0f:00.0/net/eno1
Found: found-udev
? Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:34 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 mask: cpu memory pids bpf-firewall bpf-devices
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu memory pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
RequiredBy: -.mount (destination-file)
RequiredBy: user.slice (destination-implicit)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: proc-fs-nfsd.mount (destination-file)
RequiredBy: init.scope (destination-file)
RequiredBy: sys-kernel-tracing.mount (destination-file)
RequiredBy: system.slice (destination-implicit)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
WantedBy: slices.target (destination-file)
Before: slices.target (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: proc-fs-nfsd.mount (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: user.slice (destination-implicit)
Before: system.slice (destination-implicit)
Before: init.scope (destination-file)
Before: -.mount (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
ReferencedBy: -.mount (destination-file destination-slice-property)
ReferencedBy: init.scope (destination-file destination-slice-property)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
ReferencedBy: system.slice (destination-implicit)
ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: proc-fs-nfsd.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
SliceOf: sys-kernel-debug.mount (destination-slice-property)
SliceOf: dev-mqueue.mount (destination-slice-property)
SliceOf: dev-hugepages.mount (destination-slice-property)
SliceOf: system.slice (destination-implicit)
SliceOf: proc-fs-nfsd.mount (destination-slice-property)
SliceOf: -.mount (destination-slice-property)
SliceOf: sys-kernel-config.mount (destination-slice-property)
SliceOf: user.slice (destination-implicit)
SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
SliceOf: sys-kernel-tracing.mount (destination-slice-property)
SliceOf: init.scope (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit xdm.service:
Alias: display-manager.service
Description: X-Window Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:06:48 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:06:48 IST
Active Enter Timestamp: Sun 2026-03-15 10:06:48 IST
Active Exit Timestamp: Sun 2026-03-15 10:06:48 IST
Inactive Enter Timestamp: Sun 2026-03-15 10:06:48 IST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/xdm.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 6c439d311ba447d5a041d0ad861cc82a
Fragment Path: /usr/lib/systemd/system/xdm.service
Condition Timestamp: Sun 2026-03-15 10:06:48 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:06:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: console-setup.service (destination-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: switcheroo-control.service (destination-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: switcheroo-control.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 19915
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /bin/sh -c "[ \"\$(cat /etc/X11/default-display-manager 2>/dev/null)\" = \"/usr/bin/xdm\" ]"
PID: 19913
Start Timestamp: Sun 2026-03-15 10:06:48.553932 IST
Handoff Timestamp: 4.817ms since start
Exit Timestamp: 1.442ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStart:
Command Line: /usr/bin/xdm -nodaemon
PID: 19915
Start Timestamp: Sun 2026-03-15 10:06:48.560607 IST
Handoff Timestamp: 5.062ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-update-done.service:
Description: Update is Completed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-update-done.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-update-done.service
ConditionNeedsUpdate: |/var untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Sat 2026-03-14 21:45:49 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: local-fs.target (origin-file)
After: systemd-hwdb-update.service (destination-file)
After: ldconfig.service (destination-file)
After: systemd-journal-catalog-update.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-update-done
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1c.6-0000:0f:00.0-net-eno1.device:
Description: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7da99f58f4cd4a3192dee1125d39d2bd
Following Set Member: sys-subsystem-net-devices-eno1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1c.6/0000:0f:00.0/net/eno1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.6/0000:0f:00.0/net/eno1
Found: found-udev
? Unit systemd-pcrlock.socket:
Description: Make TPM PCR Policy
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrlock(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrlock.socket
ConditionSecurity: measured-uki untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: tpm2.target (origin-file)
References: -.mount (origin-path)
References: tpm2.target (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.PCRLock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.PCRLock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.PCRLock
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 11a5f9ceacb8493bb9823c3c7fc5cb4e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit libvirtd.service:
Description: libvirtd.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/libvirtd.service
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
? Unit systemd-poweroff.service:
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-poweroff.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-poweroff.service
Success Action: poweroff-force
Requires: final.target (origin-file)
Requires: umount.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: system.slice (origin-file)
RequiredBy: poweroff.target (destination-file)
Before: poweroff.target (destination-file)
After: final.target (origin-file)
After: systemd-journald.socket (origin-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
After: system.slice (origin-file)
References: final.target (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: poweroff.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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
Invocation ID: a3d059c5ed364d20b5b13ecdb5e1d414
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty.target
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 IST
Assert Result: yes
Wants: getty-static.service (origin-file)
Wants: getty at tty1.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: getty at tty3.service (destination-file)
After: getty at tty1.service (origin-default destination-file)
After: getty-static.service (origin-default)
After: getty at tty2.service (destination-file)
After: getty at tty4.service (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: getty at tty3.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: getty at tty2.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: getty at tty4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dm-event.socket:
Description: dm-event.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/dm-event.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit vsftpd.service:
Description: vsftpd FTP server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:59 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/vsftpd.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 0dcde71203544ae1b4eadb330fcd3b91
Fragment Path: /usr/lib/systemd/system/vsftpd.service
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 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: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1099
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /bin/mkdir -p /var/run/vsftpd/empty
? ExecStart:
Command Line: /usr/sbin/vsftpd /etc/vsftpd.conf
? ExecReload:
Command Line: /bin/kill -HUP "\$MAINPID"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap:
Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 9ae1e99f5f494e30bd6d884875ffef66
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-sda2.swap
Requires: -.mount (origin-path)
Requires: dev-sda2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: dev-sda2.device (origin-proc-swap)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: system.slice (origin-file)
References: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: swap.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-default)
References: dev-sda2.device (origin-proc-swap)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-quotacheck-root.service:
Description: Root File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-quotacheck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-quotacheck-root.service
ConditionPathExists: !/etc/initrd-release untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-quotacheck /
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-journalctl.socket:
Description: Journal Log Access Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:38 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:38 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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-journalctl.socket
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 119db51ce88b465a86006e9dcfcad9a2
Documentation: man:journalctl(1)
Fragment Path: /usr/lib/systemd/system/systemd-journalctl.socket
Condition Timestamp: Sat 2026-03-14 21:45:38 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:38 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.JournalAccess (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0660
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
SocketUser: n/a
SocketGroup: systemd-journal
ListenStream: /run/systemd/io.systemd.JournalAccess
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.JournalAccess
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:57 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:56 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:57 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: 6a742f0989c74969b34e34fcaff84c63
Documentation: man:polkit(8)
Fragment Path: /usr/lib/systemd/system/polkit.service
Condition Timestamp: Sat 2026-03-14 21:45:56 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:56 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: tmp.mount (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1016
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0077
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 0
LimitMEMLOCKSoft: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_setgid cap_setuid
User: polkitd
DynamicUser: no
LockPersonality: yes
SystemCallFilter: dup3 setgroups32 lstat64 socket fallocate setresuid32 setxattr sched_get_priority_max pwritev readlink tgkill lgetxattr setsockopt link cacheflush fsync getpgrp timer_delete inotify_add_watch timerfd_settime fremovexattr ioctl ugetrlimit timerfd_create pwritev2 mq_timedreceive pwrite64 mbind restart_syscall brk setuid getegid32 setfsuid32 pipe arm_fadvise64_64 getgroups rt_sigaction clock_gettime setitimer fork sigaction mseal getegid get_thread_area recvmsg clock_nanosleep send poll fadvise64 seccomp rmdir semctl accept listxattr utimensat_time64 read setgroups getrandom clock_nanosleep_time64 name_to_handle_at write shmctl clone3 sched_getscheduler unlinkat mq_timedsend waitpid prctl removexattrat utimes userfaultfd madvise migrate_pages llistxattr statx sched_setparam fstatfs64 ipc utimensat mlock getpeername gettimeofday set_tls getuid32 recvfrom clock_gettime64 epoll_ctl mq_unlink memfd_create setxattrat open_tree capset tkill process_vm_readv removexattr ftruncate semtimedop statfs64 uname setns chown32 vfork fchdir oldfstat msgget shmat listen connect pause symlink sched_setaffinity request_key fcntl statmount move_pages io_uring_setup readlinkat membarrier socketpair _llseek ppoll_time64 mmap2 mmap fstatat64 getppid fstat64 stat64 signal clock_getres_time64 setregid32 epoll_ctl_old sendfile64 readv getxattr msgsnd sigreturn rt_tgsigqueueinfo olduname sync_file_range access setresgid setuid32 rt_sigtimedwait_time64 set_tid_address mkdir sched_setattr fchmod oldstat rename stat mq_notify fdatasync timer_settime64 rt_sigqueueinfo mlockall lchown32 eventfd2 rt_sigprocmask io_cancel exit_group sendfile chown timer_gettime64 fgetxattr flock munmap lremovexattr timer_settime gettid getsockname mknodat socketcall setgid32 setgid lstat fcntl64 msync mq_getsetattr pselect6_time64 io_destroy mprotect execveat accept4 faccessat getsid preadv2 getresuid landlock_add_rule getsockopt sigprocmask getdents64 execve pselect6 landlock_restrict_self listmount fchmodat process_vm_writev io_uring_enter truncate writev openat2 getpriority epoll_pwait2 signalfd4 set_thread_area preadv futex rt_sigtimedwait uretprobe semop lseek sched_setscheduler sendmmsg setrlimit io_uring_register set_mempolicy_home_node sched_rr_get_interval_time64 getrusage vmsplice kcmp unshare kill epoll_create1 utime syncfs sigaltstack mknod times fadvise64_64 epoll_wait open epoll_create prlimit64 setregid futex_time64 msgctl ppoll sigpending recvmmsg fchownat signalfd getpid riscv_flush_icache epoll_wait_old close_range sendmsg mlock2 geteuid32 io_setup setsid dup ftruncate64 msgrcv exit setresgid32 io_pgetevents sched_get_priority_min _newselect linkat setfsgid renameat2 mq_timedreceive_time64 sched_getparam sched_rr_get_interval getgid32 copy_file_range clone getgid getuid fchown fsetxattr umask waitid truncate64 timer_create symlinkat rt_sigpending personality tee sched_getaffinity mkdirat futimesat close getdents fchown32 unlink setreuid32 fchmodat2 mq_open shutdown sync oldlstat oldolduname readdir setpriority time flistxattr fstatfs ioprio_set getpgid eventfd setfsgid32 clock_getres io_submit sched_yield rseq io_pgetevents_time64 bind readahead getresgid32 ioprio_get getgroups32 riscv_hwprobe munlock lsm_list_modules nice chdir landlock_create_ruleset get_mempolicy swapcontext rt_sigreturn getrlimit recvmmsg_time64 renameat inotify_init rt_sigsuspend listxattrat add_key getresuid32 wait4 getcpu timer_gettime keyctl sysinfo capget pipe2 timerfd_settime64 shmget remap_file_pages dup2 sync_file_range2 getitimer getresgid pidfd_open timerfd_gettime getxattrat chmod splice semget pread64 setresuid recv openat faccessat2 futex_waitv nanosleep setfsuid timerfd_gettime64 geteuid getcwd lsm_get_self_attr inotify_rm_watch timer_getoverrun setpgid get_robust_list creat lchown pidfd_send_signal newfstatat sched_getattr sendto lsetxattr mq_timedsend_time64 set_mempolicy arch_prctl alarm sigsuspend fstat setreuid set_robust_list inotify_init1 shmdt mremap semtimedop_time64 statfs select process_madvise epoll_pwait munlockall io_getevents
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/polkit-1/polkitd --no-debug --log-level=notice
Status Text: Processing requests...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 33554432
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 33554432
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: strict
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: /dev/null rw
? Unit dev-sda3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 74c9724a80a94b689a5a3ec22813bc10
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/sda3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev,found-mount
? Unit dpkg-db-backup.timer:
Description: Daily dpkg database backup timer
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 08040b8018244400ae539b36224f3775
Documentation: man:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: dpkg-db-backup.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-set.target (origin-default)
Triggers: dpkg-db-backup.service (origin-implicit)
References: time-set.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: time-sync.target (origin-default)
References: dpkg-db-backup.service (origin-implicit)
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: dpkg-db-backup.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit initrd-root-fs.target:
Description: Initrd Root File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-fs.target
AssertPathExists: /etc/initrd-release untested
RequiredBy: initrd-parse-etc.service (destination-file)
WantedBy: initrd.target (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd-switch-root.target (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: initrd.target (destination-file)
Before: initrd-cleanup.service (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 21c6ac3af99b4be8a566fea925fab5ce
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/rescue.target
Requires: rescue.service (origin-file)
Requires: sysinit.target (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: multi-user.target (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-file)
Before: graphical.target (destination-file)
Before: initrd.target (destination-file)
After: rescue.service (origin-file)
After: sysinit.target (origin-file origin-default)
References: rescue.service (origin-file)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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
Invocation ID: 0fbc1f82f49643d6ac08fa92356046cb
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/multi-user.target
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 IST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: machines.target (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: nfs-server.service (origin-file)
Wants: acpi-support.service (origin-file)
Wants: rpcbind.service (origin-file)
Wants: fancontrol.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: nvidia-persistenced.service (origin-file)
Wants: atd.service (origin-file)
Wants: sysfsutils.service (origin-file)
Wants: rtun.service (origin-file)
Wants: irqbalance.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: libvirtd.service (origin-file)
Wants: anacron.service (origin-file)
Wants: binfmt-support.service (origin-file)
Wants: rsync.service (origin-file)
Wants: networking.service (origin-file)
Wants: rsyslog.service (origin-file)
Wants: hostapd.service (origin-file)
Wants: acpi-fakekey.service (origin-file)
Wants: libvirt-guests.service (origin-file)
Wants: dbus.service (origin-file)
Wants: cron.service (origin-file)
Wants: ssh.service (origin-file)
Wants: smartmontools.service (origin-file)
Wants: vsftpd.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: stunnel.target (origin-file)
Wants: exim4.service (origin-file)
Wants: nfs-client.target (origin-file)
Wants: wpa_supplicant.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: ntp.service (origin-file)
Wants: getty.target (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.target (origin-file)
Conflicts: rescue.service (origin-file)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: acpi-fakekey.service (origin-default)
After: ssh.service (origin-default)
After: nfs-client.target (origin-default)
After: vsftpd.service (origin-default)
After: getty.target (origin-default)
After: lm-sensors.service (origin-default)
After: ntp.service (origin-default)
After: rsyslog.service (origin-default)
After: rescue.service (origin-file)
After: wpa_supplicant.service (origin-default)
After: switcheroo-control.service (destination-file)
After: anacron.service (origin-default)
After: irqbalance.service (origin-default)
After: smartmontools.service (origin-default)
After: rsync.service (origin-default)
After: rescue.target (origin-file)
After: systemd-logind.service (origin-default)
After: systemd-networkd.service (destination-file)
After: basic.target (origin-file origin-default)
After: dbus.service (origin-default)
After: rtun.service (origin-default)
After: stunnel.target (origin-default)
After: fancontrol.service (origin-default)
After: systemd-user-sessions.service (origin-default)
After: acpi-support.service (origin-default)
After: atd.service (origin-default)
After: cron.service (origin-default)
After: sysfsutils.service (origin-default)
After: exim4.service (origin-default)
References: exim4.service (origin-file origin-default)
References: rpcbind.service (origin-file)
References: rtun.service (origin-file origin-default)
References: smartmontools.service (origin-file origin-default)
References: wpa_supplicant.service (origin-file origin-default)
References: fancontrol.service (origin-file origin-default)
References: rescue.service (origin-file)
References: atd.service (origin-file origin-default)
References: ssh.service (origin-file origin-default)
References: remote-fs.target (origin-file)
References: stunnel.target (origin-file origin-default)
References: ntp.service (origin-file origin-default)
References: nvidia-persistenced.service (origin-file)
References: systemd-user-sessions.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: machines.target (origin-file)
References: irqbalance.service (origin-file origin-default)
References: vsftpd.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: nfs-client.target (origin-file origin-default)
References: sysfsutils.service (origin-file origin-default)
References: rsyslog.service (origin-file origin-default)
References: lm-sensors.service (origin-file origin-default)
References: libvirt-guests.service (origin-file)
References: rescue.target (origin-file)
References: acpi-support.service (origin-file origin-default)
References: libvirtd.service (origin-file)
References: networking.service (origin-file)
References: rsync.service (origin-file origin-default)
References: binfmt-support.service (origin-file)
References: anacron.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: systemd-logind.service (origin-file origin-default)
References: getty.target (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: hostapd.service (origin-file)
References: acpi-fakekey.service (origin-file origin-default)
References: nfs-server.service (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: switcheroo-control.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit halt.target:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/halt.target
Job Timeout: 30min
Job Timeout Action: halt-force
Requires: systemd-halt.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: systemd-halt.service (origin-file)
References: systemd-halt.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 03df404f0a2f4a21b8843914f377a0f6
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: sysinit.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: -.mount (origin-path)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: apt-daily-upgrade.service (origin-implicit)
References: sysinit.target (origin-default)
References: time-set.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 06:00:00
? Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:51 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 1a024ce41fb14b549cc609e61bd0f428
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/rpcbind.target
Condition Timestamp: Sat 2026-03-14 21:45:51 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:51 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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-sync.target
Wants: time-set.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: exim4-base.timer (destination-default)
Before: logrotate.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: man-db.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: anacron.timer (destination-default)
Before: mlocate.timer (destination-default)
Before: shutdown.target (origin-default)
Before: anacron.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: dpkg-db-backup.timer (destination-default)
After: time-set.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: time-set.target (origin-file origin-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:37 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 13c3268e0c2f44a296b25c7979dce957
Fragment Path: /usr/lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Before: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit rpcbind.service:
Alias: portmap.service
Description: RPC bind portmap service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:49 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/rpcbind.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: be54cf0dd9554916bce21c7a9ff43414
Documentation: man:rpcbind(8)
Fragment Path: /usr/lib/systemd/system/rpcbind.service
Condition Timestamp: Sat 2026-03-14 21:45:49 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:49 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: rpcbind.socket (origin-file)
Requires: system.slice (origin-file)
Wants: rpcbind.target (origin-file)
Wants: remote-fs-pre.target (origin-file)
WantedBy: multi-user.target (destination-file)
Before: rpcbind.target (origin-file)
Before: remote-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: rpcbind.socket (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
TriggeredBy: rpcbind.socket (destination-implicit)
References: remote-fs-pre.target (origin-file)
References: rpcbind.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: rpcbind.target (origin-file)
References: -.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: rpcbind.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/rpcbind (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 765
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: OPTIONS=-w
EnvironmentFile: -/etc/rpcbind.conf
EnvironmentFile: -/etc/default/rpcbind
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rpcbind -f "\$OPTIONS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-lookup.target
RequiredBy: rpc-statd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: rpc-statd-notify.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: exim4.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit modprobe at drm.service:
Description: Load Kernel Module drm
Instance: drm
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:35 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 02d47350e0c3424594b48eed7f0f3234
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !drm untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-logind.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq drm
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 0976df09ad204e6382f47666b012da8c
Fragment Path: /usr/lib/systemd/system/acpid.socket
ConditionVirtualization: !container untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
RequiredBy: acpid.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: acpid.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: acpid.service (origin-implicit)
References: acpid.service (origin-implicit)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: acpid.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/acpid.socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: acpid.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/acpid.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-setup-dev-early.service:
Description: Create Static Device Nodes in /dev gracefully
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:38 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 9eb0f80674a5403d96d01d6ce6a315cd
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-sysusers.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
After: system.slice (origin-file)
After: kmod-static-nodes.service (destination-file)
After: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: local-fs-pre.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --prefix=/dev --create --boot --graceful
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:59 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 50ad0ad6a94c4f09be00184aad1c0485
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network.target
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
RequiredBy: nfs-server.service (destination-file)
RequiredBy: rpc-statd-notify.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: ntp.service (destination-file)
Before: network-online.target (destination-file)
Before: ssh.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: nfs-mountd.service (destination-file)
Before: nfs-server.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: apt-daily.service (destination-file)
Before: rsync.service (destination-file)
Before: cups.service (destination-file)
Before: shutdown.target (origin-default)
Before: rpc-statd.service (destination-file)
Before: vsftpd.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: rtun.service (destination-file)
After: wpa_supplicant.service (destination-file)
After: ifupdown-pre.service (destination-file)
After: network-pre.target (origin-file)
After: networking.service (destination-file)
After: systemd-networkd.service (destination-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: rtun.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: vsftpd.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: cups.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit run-user-0.mount:
Description: /run/user/0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:35 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:00:35 IST
Active Enter Timestamp: Sun 2026-03-15 10:00: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: n/a
CGroup own mask: memory pids
Invocation ID: 992520ff5a7444b1a8d20fa680d95fda
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: system.slice (origin-file)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: swap.target (origin-mountinfo)
References: swap.target (origin-mountinfo)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/0
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=1633452k,nr_inodes=408363,mode=700
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a84705a80d0c43eca2967ba61b215d61
Following Set Member: dev-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/tty/ttyS3
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
Found: found-udev
? Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/boot.mount
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 7c55124b77994fe9aeceea12e31ecd86
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (origin-file)
Requires: dev-sda1.device (origin-mountinfo)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-file origin-mountinfo)
After: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (origin-file)
After: blockdev at dev-sda1.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target (origin-file)
After: systemd-journald.socket (origin-file)
After: dev-sda1.device (origin-mountinfo)
After: system.slice (origin-file)
After: -.mount (origin-path)
StopPropagatedFrom: dev-sda1.device (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: dev-sda1.device (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (origin-file)
References: local-fs.target (origin-file origin-mountinfo)
References: system.slice (origin-file origin-slice-property)
References: blockdev at dev-sda1.target (origin-mountinfo)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108 (origin-file)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /boot
What: /dev/sda1
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
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit ldconfig.service:
Description: Rebuild Dynamic Linker Cache
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:ldconfig(8)
Fragment Path: /usr/lib/systemd/system/ldconfig.service
ConditionFileNotEmpty: |!/etc/ld.so.cache untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Sat 2026-03-14 21:45:49 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-update-done.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: systemd-confext.service (origin-file)
After: local-fs.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-confext.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: ldconfig -X
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:34 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 mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Documentation: man:systemd(1)
Requires: -.slice (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
InSlice: -.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: stop
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit nslcd.service:
Description: nslcd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: cups.service (destination-file)
ReferencedBy: cups.service (destination-file)
? Unit graphical.target:
Alias: default.target
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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
Invocation ID: 24899a34c0644fb4b9d7ddfd2f387a7c
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/graphical.target
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 IST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: xdm.service (origin-file)
Wants: switcheroo-control.service (origin-file)
Wants: udisks2.service (origin-file)
Wants: e2scrub_reap.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Conflicts: rescue.target (origin-file)
Before: shutdown.target (origin-default)
After: rescue.target (origin-file)
After: switcheroo-control.service (origin-default)
After: xdm.service (origin-file origin-default)
After: rescue.service (origin-file)
After: multi-user.target (origin-file origin-default)
After: e2scrub_reap.service (origin-default)
After: udisks2.service (origin-default)
References: xdm.service (origin-file origin-default)
References: switcheroo-control.service (origin-file origin-default)
References: multi-user.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: rescue.service (origin-file)
References: e2scrub_reap.service (origin-file origin-default)
References: udisks2.service (origin-file origin-default)
References: rescue.target (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit initrd-root-device.target:
Description: Initrd Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-device.target
AssertPathExists: /etc/initrd-release untested
Wants: remote-cryptsetup.target (origin-file)
Wants: remote-veritysetup.target (origin-file)
Wants: remote-integritysetup.target (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
After: systemd-battery-check.service (destination-file)
OnFailure: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: remote-cryptsetup.target (origin-file)
References: remote-veritysetup.target (origin-file)
References: remote-integritysetup.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-journal-catalog-update.service:
Description: Rebuild Journal Catalog
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journal-catalog-update.service
ConditionNeedsUpdate: /var untested
Condition Timestamp: Sat 2026-03-14 21:45:49 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: systemd-update-done.service (origin-file)
Before: sysinit.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --update-catalog
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 034f35b4c5b64fcfb7b57fbf06946ba6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:50:14 IST
Active Enter Timestamp: Sun 2026-03-15 09:50:14 IST
Active Exit Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Enter Timestamp: Sun 2026-03-15 09:50:14 IST
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 1a2a3ba89e9140d0886bb25810c1a114
Documentation: man:atd(8)
Fragment Path: /usr/lib/systemd/system/atd.service
Condition Timestamp: Sun 2026-03-15 09:50:14 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:50:14 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: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
References: nss-user-lookup.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 17617
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: find /var/spool/cron/atjobs -type f -name "=*" -not -newercc /run/systemd -delete
PID: 17615
Start Timestamp: Sun 2026-03-15 09:50:14.031429 IST
Handoff Timestamp: 4.721ms since start
Exit Timestamp: 1.247ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStart:
Command Line: /usr/sbin/atd -f
PID: 17617
Start Timestamp: Sun 2026-03-15 09:50:14.037765 IST
Handoff Timestamp: 4.760ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit e2scrub_all.service:
Description: Online ext4 Metadata Check for All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:40 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:40 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c27f608ff2ad4f1685e158fbe9f52926
Documentation: man:e2scrub_all(8)
Fragment Path: /usr/lib/systemd/system/e2scrub_all.service
ConditionCapability: CAP_SYS_RAWIO untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionACPower: true untested
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: e2scrub_all.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: e2scrub_all.timer (destination-implicit)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: e2scrub_all.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: SERVICE_MODE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/e2scrub_all
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tpm2-setup-early.service:
Description: Early TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-tpm2-setup.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup-early.service
ConditionPathExists: !/run/systemd/tpm2-srk-public-key.pem untested
ConditionSecurity: measured-uki untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-pcrnvdone.service (destination-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-pcrphase-initrd.service (origin-file)
References: tpm2.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-pcrphase-initrd.service (origin-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --early=yes --graceful
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit veritysetup.target:
Description: Local Verity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 5fa547562540472f9c8c2d879eda451e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/veritysetup.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 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: veritysetup-pre.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: veritysetup-pre.target (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-udev-trigger.service:
Description: Coldplug All udev Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 9009eb2ad6fd424b9224f737833a7c1c
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: sysinit.target (origin-file)
Before: ifupdown-pre.service (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
After: systemd-udevd-varlink.socket (origin-file)
After: systemd-udevd-control.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-udevd-varlink.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit user-1000.slice:
Description: User Slice of UID 1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:01:17 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:01:17 IST
Active Enter Timestamp: Sun 2026-03-15 10:01:17 IST
Active Exit 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 mask: cpu memory pids
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu memory pids
Invocation ID: 385350564e304711bbfbd4ce1217202d
Documentation: man:user at .service(5)
DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Sun 2026-03-15 10:01:17 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:01:17 IST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: user at 1000.service (destination-file)
RequiredBy: session-22.scope (destination-file)
RequiredBy: user-runtime-dir at 1000.service (destination-file)
RequiredBy: session-28.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: shutdown.target (origin-default)
Before: session-28.scope (destination-file)
Before: session-22.scope (destination-file)
After: user.slice (origin-implicit)
References: user.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: user at 1000.service (destination-file destination-slice-property)
ReferencedBy: user-runtime-dir at 1000.service (destination-file destination-slice-property)
ReferencedBy: session-28.scope (destination-file destination-slice-property)
ReferencedBy: session-22.scope (destination-file destination-slice-property)
InSlice: user.slice (origin-implicit)
SliceOf: user at 1000.service (destination-slice-property)
SliceOf: user-runtime-dir at 1000.service (destination-slice-property)
SliceOf: session-28.scope (destination-slice-property)
SliceOf: session-22.scope (destination-slice-property)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 42020
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 518f9ea2a87546b4ae39c77d22b8a76f
Following Set Member: dev-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/tty/ttyS0
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
Found: found-udev
? Unit systemd-sysext.service:
Description: Merge System Extension Images into /usr/ and /opt/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-sysext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.service
ConditionPathExists: !/etc/initrd-release untested
ConditionDirectoryNotEmpty: |/var/lib/extensions untested
ConditionDirectoryNotEmpty: |/run/extensions untested
ConditionDirectoryNotEmpty: |/etc/extensions untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysext refresh
? ExecReload:
Command Line: systemd-sysext refresh
? ExecStop:
Command Line: systemd-sysext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 50ab61612fc04c6a8cd54239bc94b78c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/c852be44-cff3-4e06-9a6c-914c5915ff31
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit systemd-confext.service:
Description: Merge System Configuration Images into /etc/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-confext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-confext.service
ConditionPathExists: !/etc/initrd-release untested
ConditionDirectoryNotEmpty: |/usr/lib/confexts untested
ConditionDirectoryNotEmpty: |/usr/local/lib/confexts untested
ConditionDirectoryNotEmpty: |/var/lib/confexts untested
ConditionDirectoryNotEmpty: |/run/confexts untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: ldconfig.service (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: ldconfig.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-confext refresh
? ExecReload:
Command Line: systemd-confext refresh
? ExecStop:
Command Line: systemd-confext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: fc9814a841d34c4f84c31a015e0a54da
Fragment Path: /usr/lib/systemd/system/apt-daily.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.timer (destination-file)
Before: timers.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-set.target (origin-default)
After: time-sync.target (origin-default)
Triggers: apt-daily.service (origin-implicit)
References: apt-daily.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: time-set.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 06,18:00:00
? Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:45 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:44 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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-systemd\x2dbacklight.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 3d49004ed36d4549912c8612ad465c2e
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-backlight at .service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:44 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:44 IST
Assert Result: yes
Requires: system-systemd\x2dbacklight.slice (origin-file)
Requires: -.mount (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: system-systemd\x2dbacklight.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
References: system-systemd\x2dbacklight.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
InSlice: system-systemd\x2dbacklight.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/backlight
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-backlight load backlight:intel_backlight
? ExecStop:
Command Line: /usr/lib/systemd/systemd-backlight save backlight:intel_backlight
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit network-pre.target:
Description: Preparation for Network
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network-pre.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: network.target (destination-file)
Before: networking.service (destination-file)
Before: systemd-networkd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: network.target (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: dcde69333c87426798d2e5f26d1cdc01
Following Set Member: dev-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/tty/ttyS1
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
? Unit libvirtd-ro.socket:
Description: libvirtd-ro.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/libvirtd-ro.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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: n/a
CGroup own mask: memory pids
Invocation ID: 7c2eda3744ff4e5da79fe7de61ea31d8
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 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: xdm.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: getty at tty2.service (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: getty at tty4.service (destination-file)
Before: getty at tty3.service (destination-file)
Before: user at 1000.service (destination-file)
Before: session-22.scope (destination-file)
Before: session-28.scope (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
After: systemd-pcrphase.service (destination-file)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: home.mount (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: home.mount (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: nss-user-lookup.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: session-22.scope (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: getty at tty2.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: getty at tty4.service (destination-file)
ReferencedBy: session-28.scope (destination-file)
ReferencedBy: getty at tty3.service (destination-file)
ReferencedBy: xdm.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-sessions start
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-sessions stop
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap:
Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: d0f396b7cc674d77b8a63251d4d94456
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: -.mount (origin-path)
Requires: dev-sda2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: dev-sda2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: swap.target (origin-default)
References: umount.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dev-sda2.device (origin-proc-swap)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-sysext-initrd.service:
Description: Merge System Extension Images into /usr/ and /opt/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-sysext-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext-initrd.service
ConditionPathExists: /etc/initrd-release untested
ConditionDirectoryNotEmpty: |/.extra/global_sysext untested
ConditionDirectoryNotEmpty: |/.extra/sysext untested
ConditionDirectoryNotEmpty: |/var/lib/extensions untested
ConditionDirectoryNotEmpty: |/run/extensions untested
ConditionDirectoryNotEmpty: |/etc/extensions untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Wants: modprobe at loop.service (origin-file)
Wants: modprobe at dm_mod.service (origin-file)
Wants: cryptsetup-pre.target (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: modprobe at loop.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: modprobe at dm_mod.service (origin-file)
References: local-fs-pre.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: modprobe at loop.service (origin-file)
References: modprobe at dm_mod.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: cryptsetup-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysext refresh
? ExecReload:
Command Line: systemd-sysext refresh
? ExecStop:
Command Line: systemd-sysext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase-initrd.service:
Description: TPM PCR Barrier (initrd)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-initrd.service
Failure Action: reboot-force
ConditionSecurity: measured-uki untested
ConditionPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-sysext.service (origin-file)
Before: cryptsetup.target (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: sysinit.target (origin-file)
References: tpm2.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: cryptsetup.target (origin-file)
References: systemd-sysext.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful enter-initrd
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful leave-initrd
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-usr-fs.target:
Description: Initrd /usr File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-usr-fs.target
AssertPathExists: /etc/initrd-release untested
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap:
Description: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 04409034be4e4cdc8c7146bcb0f16597
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: dev-sda2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: dev-sda2.device (origin-proc-swap)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: dev-sda2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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
Invocation ID: dc2f10dd63ed48f7ade70b496bb05652
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs.target
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 IST
Assert Result: yes
Wants: nfs-client.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: cron.service (destination-file)
Before: atd.service (destination-file)
After: remote-fs-pre.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: nfs-client.target (origin-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit kexec.target:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/kexec.target
Job Timeout: 30min
Job Timeout Action: kexec-force
Requires: systemd-kexec.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: systemd-kexec.service (origin-file)
References: systemd-kexec.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit remote-fs-pre.target:
Description: Preparation for Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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
Invocation ID: e908991e76074f15ac700f8fe6d8bc0d
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 IST
Assert Result: yes
WantedBy: nfs-client.target (destination-file)
WantedBy: rpcbind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: remote-veritysetup.target (destination-file)
Before: remote-cryptsetup.target (destination-file)
Before: remote-integritysetup.target (destination-file)
Before: remote-fs.target (destination-file)
Before: shutdown.target (origin-default)
After: nfs-client.target (destination-file)
After: rpcbind.service (destination-file)
After: nfs-server.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: remote-veritysetup.target (destination-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: remote-integritysetup.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-hibernate-resume.service:
Description: Resume from hibernation
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-hibernate-resume.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hibernate-resume.service
ConditionKernelCommandLine: !noresume untested
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: systemd-battery-check.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-battery-check.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-ask-password-wall.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-ask-password-wall.path (destination-implicit)
After: basic.target (origin-default)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: systemctl stop --no-block systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
? ExecStart:
Command Line: systemd-tty-ask-password-agent --wall
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:25 IST
Active Enter Timestamp: Sat 2026-03-14 21:46:25 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9606df74288d4493bf6bee53ff6f3ab2
Fragment Path: /usr/lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Sat 2026-03-14 21:46:25 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:25 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1540
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_nice
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/rtkit-daemon
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password.socket:
Description: Query the User Interactively for a Password
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 3f24a0664bbb4edbac3d04ae24d394b9
Documentation: man:systemd-ask-password(1)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.AskPassword (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.AskPassword
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.AskPassword
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase.service:
Description: TPM PCR Barrier (User)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase.service
Failure Action: reboot-force
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-user-sessions.service (origin-file)
After: remote-fs.target (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: remote-cryptsetup.target (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
References: remote-cryptsetup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: tpm2.target (origin-file)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful ready
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful shutdown
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/rpc-statd-notify.service
Requires: network.target (origin-file)
Requires: system.slice (origin-file)
Wants: nfs-config.service (origin-file)
PartOf: nfs-utils.service (origin-file)
WantedBy: rpc-statd.service (destination-file)
After: nss-lookup.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: nfs-config.service (origin-file)
After: local-fs.target (origin-file)
After: nfs-server.service (origin-file destination-file)
After: network.target (origin-file)
References: nss-lookup.target (origin-file)
References: nfs-server.service (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: nfs-config.service (origin-file)
References: local-fs.target (origin-file)
References: nfs-utils.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/sm-notify "\$SMNOTIFYARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:59 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/networking.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: d44c3036f34544bba48bd4595b926994
Documentation: man:interfaces(5)
Fragment Path: /usr/lib/systemd/system/networking.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
Wants: ifupdown-pre.service (origin-file)
WantedBy: network-online.target (destination-file)
WantedBy: multi-user.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: apparmor.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysctl.service (origin-file)
After: ifupdown-pre.service (origin-file)
After: network-pre.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
References: apparmor.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-sysctl.service (origin-file)
References: network-pre.target (origin-file)
References: ifupdown-pre.service (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: shutdown.target (origin-file)
References: network.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 5min
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/ifup -a --read-environment
Command Line: /bin/sh -c "if [ -f /run/network/restart-hotplug ]; then /usr/sbin/ifup -a --read-environment --allow=hotplug; fi"
? ExecStop:
Command Line: /usr/sbin/ifdown -a --read-environment --exclude=lo
? ExecStopPost:
Command Line: /usr/bin/touch /run/network/restart-hotplug
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit remote-cryptsetup.target:
Description: Remote Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-cryptsetup.target
WantedBy: initrd-root-device.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-pcrphase.service (destination-file)
After: cryptsetup-pre.target (origin-file)
After: remote-fs-pre.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/rpc-gssd.service
ConditionPathExists: /etc/krb5.keytab untested
Condition Timestamp: Sat 2026-03-14 21:45:48 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-server.service (destination-file)
Before: nfs-client.target (destination-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)
After: system.slice (origin-file)
References: run-rpc_pipefs.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
References: nfs-config.service (origin-file)
References: nfs-utils.service (origin-file)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rpc.gssd "\$GSSDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7374587ff7ba4c8482461b04bbad7bab
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS1
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
? Unit local-fs-pre.target:
Description: Preparation for Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:39 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:39 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: d8d2c10226bb416e9cf0be18e9907c53
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sat 2026-03-14 21:45:39 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:39 IST
Assert Result: yes
WantedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
WantedBy: systemd-remount-fs.service (destination-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-tmpfiles-setup-dev.service (destination-file)
WantedBy: systemd-hibernate-resume.service (destination-file)
WantedBy: keyboard-setup.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: local-fs.target (destination-file)
Before: shutdown.target (origin-default)
Before: run-user-1000.mount (destination-mountinfo)
Before: run-user-0.mount (destination-mountinfo)
Before: boot.mount (destination-mountinfo)
Before: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-hibernate-resume.service (destination-file)
After: systemd-remount-fs.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: keyboard-setup.service (destination-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: run-user-0.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: getty at tty3.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: getty at tty2.service (destination-file)
Before: getty at tty4.service (destination-file)
ReferencedBy: getty at tty3.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: getty at tty2.service (destination-file)
ReferencedBy: getty at tty4.service (destination-file)
? Unit rpcbind.socket:
Description: RPCbind Server Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/rpcbind.socket
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 41f3505a0e0842c3a80ec0c1283e57a5
Fragment Path: /usr/lib/systemd/system/rpcbind.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: rpc-statd.service (destination-file)
RequiredBy: rpcbind.service (destination-file)
WantedBy: nfs-server.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: nfs-server.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: rpcbind.service (origin-implicit)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: rpcbind.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: rpcbind.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/rpcbind.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: ipv6-only
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: rpcbind.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/rpcbind.sock
ListenStream: 0.0.0.0:111
ListenDatagram: 0.0.0.0:111
ListenStream: [::]:111
ListenDatagram: [::]:111
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit system-getty.slice:
Description: Slice /system/getty
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/system-getty.slice
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 9d2d27d222884759b985fb761d091c53
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
RequiredBy: getty at tty4.service (destination-file)
RequiredBy: getty at tty3.service (destination-file)
RequiredBy: getty at tty2.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: getty at tty4.service (destination-file)
Before: getty at tty3.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: getty at tty2.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: getty at tty1.service (destination-file destination-slice-property)
ReferencedBy: getty at tty3.service (destination-file destination-slice-property)
ReferencedBy: getty at tty2.service (destination-file destination-slice-property)
ReferencedBy: getty at tty4.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: getty at tty1.service (destination-slice-property)
SliceOf: getty at tty3.service (destination-slice-property)
SliceOf: getty at tty2.service (destination-slice-property)
SliceOf: getty at tty4.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 5dd74a5248b84465abc6736907b1162a
Following: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device
Following Set Member: dev-cdrom.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-3.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 10:33:21 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:33:21 IST
Active Enter Timestamp: Sun 2026-03-15 10:33:21 IST
Active Exit Timestamp: Sun 2026-03-15 10:33:21 IST
Inactive Enter Timestamp: Sun 2026-03-15 10:33:21 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 9e435a0910bc423d928ef550f12326e0
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /usr/lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Sun 2026-03-15 10:33:21 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:33:21 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: time-sync.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: anacron.timer (destination-implicit)
TriggeredBy: anacron.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: time-sync.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: anacron.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGUSR1
RestartKillSignal: SIGUSR1
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: /etc/default/anacron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/anacron -d -q "\$ANACRON_ARGS"
PID: 21874
Start Timestamp: Sun 2026-03-15 10:33:21.390257 IST
Handoff Timestamp: 15.756ms since start
Exit Timestamp: 5.532ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap:
Description: /dev/disk/by-partuuid/eea31bf9-02
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 61160a54d79e491699a95f5993e3bff9
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: dev-sda2.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: -.mount (origin-path)
After: dev-sda2.device (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-sda2.device (origin-proc-swap)
References: umount.target (origin-default)
References: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-partuuid/eea31bf9-02 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-partuuid/eea31bf9-02
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: adc99b2cdfa64ebd92d2251cc0cfbc65
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit user at 0.service:
Description: User Manager for UID 0
Instance: 0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:36 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:00:35 IST
Active Enter Timestamp: Sun 2026-03-15 10:00: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: user-0.slice
CGroup: /user.slice/user-0.slice/user at 0.service
CGroup realized mask: cpu memory pids
CGroup own mask: cpu memory pids
CGroup delegate mask: cpu memory pids
Invocation ID: 8842ff99a84145d6b7ca0aedf16e7cf3
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user at .service
DropIn Path: /usr/lib/systemd/system/user at 0.service.d/10-login-barrier.conf
Condition Timestamp: Sun 2026-03-15 10:00:35 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:00:35 IST
Assert Result: yes
Requires: user-0.slice (origin-file)
Requires: sysinit.target (origin-default)
BindsTo: user-runtime-dir at 0.service (origin-file)
WantedBy: session-18.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-18.scope (destination-file)
Before: shutdown.target (origin-default)
After: systemd-oomd.service (origin-file)
After: user-0.slice (origin-file)
After: basic.target (origin-default)
After: user-runtime-dir at 0.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: systemd-logind.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: user-runtime-dir at 0.service (origin-file)
References: shutdown.target (origin-default)
References: user-0.slice (origin-file origin-slice-property)
References: systemd-logind.service (origin-file)
References: systemd-oomd.service (origin-file)
References: dbus.service (origin-file)
ReferencedBy: session-18.scope (destination-file)
InSlice: user-0.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: continue
ReloadSignal: RTMIN+25
Main PID: 19052
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 2min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: inherit
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: 100
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: 0
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd --user
PID: 19052
Start Timestamp: Sun 2026-03-15 10:00:35.721577 IST
Handoff Timestamp: 20.386ms since start
Status Text: Ready.
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: skip
CoredumpReceive: no
DelegateSubgroup: init.scope
MemoryPressureThresholdSec: 200ms
? Unit systemd-kexec.service:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-kexec.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-kexec.service
Success Action: kexec-force
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
RequiredBy: kexec.target (destination-file)
Before: kexec.target (destination-file)
After: systemd-journald.socket (origin-file)
After: final.target (origin-file)
After: shutdown.target (origin-file)
After: system.slice (origin-file)
After: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: final.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
ReferencedBy: kexec.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit mlocate.timer:
Description: Updates mlocate database every day
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b9546082ee824755931c2c7d05dcc4af
Fragment Path: /usr/lib/systemd/system/mlocate.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: mlocate.service (origin-implicit)
After: sysinit.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
Triggers: mlocate.service (origin-implicit)
References: mlocate.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: time-set.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: mlocate.service
Persistent: yes
WakeSystem: no
Accuracy: 1d
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-01 00:00:00
? Unit systemd-creds.socket:
Description: Credential Encryption/Decryption
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: d34b8c50ae0f488392008f40e1f9d71c
Documentation: man:systemd-creds(1)
Fragment Path: /usr/lib/systemd/system/systemd-creds.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Credentials (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.Credentials
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Credentials
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target (origin-default)
Before: cron.service (destination-file)
Before: ssh.service (destination-file)
Before: cups.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: sshd at sshd-keygen.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-user-sessions.service (destination-file)
Before: atd.service (destination-file)
Before: rtun.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: atd.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: rtun.service (destination-file)
ReferencedBy: cron.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:56:25 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:56:24 IST
Active Enter Timestamp: Sun 2026-03-15 09:56:25 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: d923c67be9004affafcc6e291c480a1c
Documentation: man:upowerd(8)
Fragment Path: /usr/lib/systemd/system/upower.service
Condition Timestamp: Sun 2026-03-15 09:56:24 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:56:24 IST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: dbus.socket (origin-file)
References: -.mount (origin-file)
References: basic.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var/lib/upower (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 18303
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: upower
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 0
LimitMEMLOCKSoft: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
ReadWritePaths: /var/lib/upower
LockPersonality: yes
SystemCallFilter: setgroups sched_getscheduler truncate64 pselect6 ugetrlimit ioctl epoll_wait_old preadv2 stat64 msgctl getuid ppoll_time64 shmget shmat mlock2 getresgid fadvise64_64 getresuid getxattrat sendmmsg vmsplice oldstat rt_sigtimedwait_time64 pidfd_open io_uring_enter execve io_cancel fchmodat utimensat chown32 fchdir futex umask fadvise64 rt_sigpending fremovexattr sync_file_range fstatfs lremovexattr setsockopt select mmap2 bind recvmmsg_time64 copy_file_range timer_getoverrun getresgid32 io_setup inotify_init1 clock_gettime64 sigprocmask getpgrp tkill listmount setxattr clock_nanosleep_time64 riscv_flush_icache setreuid userfaultfd getitimer lchown splice renameat llistxattr clone3 rename creat setuid32 io_destroy setfsuid32 sigaltstack pause mprotect rt_sigreturn landlock_add_rule mq_timedreceive statfs64 sched_rr_get_interval setpriority getdents64 sigaction chown setrlimit shmctl mmap recvfrom exit_group remap_file_pages vfork clock_getres_time64 waitpid faccessat2 newfstatat fchmodat2 pipe2 ioprio_set sendmsg statfs getuid32 rt_sigqueueinfo lgetxattr fsetxattr sigreturn gettid fchownat io_uring_setup getsockname msgget semctl munlock geteuid sysinfo timer_create lchown32 rt_sigaction fstatat64 landlock_restrict_self rmdir mremap epoll_ctl msgrcv unlinkat sched_setparam personality tgkill timerfd_create mknod getresuid32 capset set_mempolicy_home_node timer_settime64 mbind exit fstat getxattr sched_getaffinity fchown32 epoll_wait futex_waitv landlock_create_ruleset eventfd mq_getsetattr oldlstat clock_gettime timerfd_gettime sendfile fork seccomp readv io_pgetevents_time64 timer_settime alarm futex_time64 sched_setaffinity set_tls setresgid semtimedop readdir writev uretprobe fstat64 nice getpgid fgetxattr getcpu getgid32 get_mempolicy _llseek sched_rr_get_interval_time64 fallocate membarrier close_range epoll_create connect utime rt_sigprocmask fchown flistxattr listxattr getsockopt setxattrat mknodat setresgid32 utimensat_time64 set_mempolicy set_thread_area name_to_handle_at removexattr capget readlink open read mq_unlink dup3 sigpending shmdt msgsnd msync mkdirat setfsuid add_key tee arch_prctl signal pidfd_send_signal inotify_add_watch signalfd futimesat linkat getegid32 process_madvise getcwd pipe get_thread_area sched_yield statmount setitimer fsync semtimedop_time64 recv inotify_rm_watch io_pgetevents ftruncate clone removexattrat timerfd_settime64 _newselect socket kill rt_tgsigqueueinfo set_tid_address getrusage socketcall syncfs setns truncate mq_open socketpair fcntl64 getgroups32 link pwritev2 setregid fdatasync utimes getdents fstatfs64 sched_get_priority_min io_submit cacheflush nanosleep getpriority sync rt_sigtimedwait listen getsid setregid32 prlimit64 setsid setfsgid oldfstat mq_timedsend_time64 poll uname symlinkat brk epoll_pwait open_tree timer_gettime64 setresuid time sched_setscheduler lstat64 flock timer_delete sigsuspend mkdir prctl move_pages close semget pwrite64 rt_sigsuspend dup2 get_robust_list getgroups ppoll request_key mq_timedreceive_time64 munmap accept sched_getparam lsm_get_self_attr sched_getattr lstat madvise waitid chmod getrandom recvmsg dup riscv_hwprobe kcmp epoll_pwait2 mseal getpeername chdir lsm_list_modules munlockall io_uring_register migrate_pages getppid times process_vm_readv clock_nanosleep readahead pwritev accept4 setresuid32 faccessat getgid sendfile64 mlockall io_getevents ipc timer_gettime signalfd4 setpgid swapcontext send setfsgid32 pselect6_time64 set_robust_list write setreuid32 eventfd2 unlink geteuid32 oldolduname arm_fadvise64_64 mq_notify timerfd_settime sendto renameat2 setgid recvmmsg mq_timedsend wait4 execveat shutdown process_vm_writev keyctl openat2 readlinkat sync_file_range2 epoll_create1 access gettimeofday unshare setgroups32 rseq epoll_ctl_old setuid pread64 sched_setattr symlink ioprio_get openat fchmod lsetxattr getrlimit ftruncate64 memfd_create listxattrat setgid32 stat sched_get_priority_max preadv inotify_init getegid semop mlock olduname lseek getpid timerfd_gettime64 statx restart_syscall clock_getres fcntl
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/upowerd
PID: 18303
Start Timestamp: Sun 2026-03-15 09:56:24.304376 IST
Handoff Timestamp: 85.298ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? 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: Sat 2026-03-14 21:45:44 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:44 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a4d1c6dea2df49959813cbe3481328f4
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
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 dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 35cb24ecc5cd4ee0bbcdc96ee3802258
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit smartmontools.service:
Alias: smartd.service
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:54 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/smartmontools.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 53b022e9a0d74c829ba9b325a9437aaa
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /usr/lib/systemd/system/smartmontools.service
ConditionVirtualization: no untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 895
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: smartd_opts=
EnvironmentFile: -/etc/default/smartmontools
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/smartd -n "\$smartd_opts"
? ExecReload:
Command Line: /bin/kill -HUP "\$MAINPID"
Status Text: Next check of 1 device will start at 10:45:54
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:uuidd(8)
Fragment Path: /usr/lib/systemd/system/uuidd.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: uuidd.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: uuidd.socket (destination-implicit)
After: system.slice (origin-file)
TriggeredBy: uuidd.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: uuidd.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: uuidd.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: uuidd
Group: uuidd
DynamicUser: no
ReadWritePaths: /var/lib/libuuid
LockPersonality: no
SystemCallFilter: setns socketpair flistxattr migrate_pages bind wait4 get_thread_area recvfrom nice uname inotify_init1 setxattr getresuid unlinkat sched_yield add_key setfsgid setresgid readlink nanosleep eventfd2 lchown32 timer_getoverrun setresgid32 mbind getgid32 recv mq_timedsend_time64 lstat sendto futex_time64 utime statfs prlimit64 sysinfo readdir chown32 symlink sync_file_range mq_notify socketcall oldfstat waitid lsm_list_modules gettimeofday shmat clone listmount landlock_add_rule sigaction madvise personality utimensat_time64 getsid arch_prctl setuid32 setrlimit splice kcmp tgkill rt_sigtimedwait_time64 getrusage getxattrat ioprio_get io_pgetevents getcpu tee sched_getscheduler semop exit getsockopt sendfile getgroups fsetxattr setitimer mq_timedreceive_time64 io_getevents msgrcv sched_getaffinity process_vm_writev sched_getattr unshare pselect6 signalfd access lgetxattr setreuid32 shmctl fallocate statmount rt_sigsuspend fgetxattr signalfd4 brk readv sched_get_priority_max sigsuspend pipe msgsnd umask epoll_pwait getxattr removexattr mq_getsetattr ioctl dup2 poll fdatasync timerfd_settime writev preadv2 renameat2 set_mempolicy_home_node inotify_rm_watch tkill io_pgetevents_time64 recvmmsg _llseek getsockname connect shmdt faccessat2 clock_getres_time64 semctl oldolduname write utimensat llistxattr recvmsg listxattr fchownat mknodat setreuid listen fchmodat2 set_mempolicy sched_rr_get_interval_time64 mq_timedsend waitpid setgroups getegid32 fchmodat fork clock_gettime64 pselect6_time64 fstatat64 prctl rt_tgsigqueueinfo riscv_flush_icache gettid alarm mremap mmap2 ppoll eventfd removexattrat epoll_pwait2 sched_get_priority_min times fstat getrandom io_uring_enter munmap stat64 syncfs flock io_cancel execveat get_robust_list newfstatat mlock2 rt_sigqueueinfo unlink truncate vmsplice getpgid statx inotify_init rt_sigreturn msync pipe2 socket getdents ioprio_set vfork futex getpgrp epoll_wait fcntl64 fchown pidfd_send_signal sched_setaffinity sendfile64 shmget sigaltstack fchdir clock_nanosleep dup userfaultfd timer_gettime msgctl signal fcntl oldstat clock_nanosleep_time64 fsync select sigreturn getresgid futimesat epoll_ctl epoll_ctl_old epoll_create1 readahead getegid time creat rt_sigtimedwait setfsuid32 ugetrlimit send mknod set_tid_address riscv_hwprobe mq_open sigpending fadvise64 open_tree membarrier setsockopt rt_sigprocmask sched_rr_get_interval move_pages request_key symlinkat timer_delete io_uring_setup getuid32 chown getgroups32 getcwd fchown32 keyctl sched_setscheduler lchown fremovexattr uretprobe ftruncate64 dup3 faccessat readlinkat rmdir recvmmsg_time64 setresuid32 process_madvise getgid setuid utimes pwritev2 sendmsg shutdown io_destroy io_submit sigprocmask munlockall remap_file_pages read setgid chdir timerfd_gettime64 setgroups32 clone3 mkdirat fstat64 name_to_handle_at preadv pwritev kill mlockall renameat timerfd_gettime listxattrat clock_gettime lremovexattr memfd_create restart_syscall chmod lsm_get_self_attr linkat mmap sync_file_range2 arm_fadvise64_64 process_vm_readv semtimedop capset ipc futex_waitv openat geteuid32 sendmmsg get_mempolicy setregid32 getdents64 clock_getres timer_create pidfd_open ftruncate set_thread_area mlock timer_settime copy_file_range pread64 getuid set_robust_list setregid cacheflush setpgid mkdir ppoll_time64 rt_sigaction msgget pause mseal exit_group io_setup setfsuid link geteuid seccomp mq_timedreceive fstatfs lstat64 oldlstat setfsgid32 open getresuid32 timerfd_settime64 sched_setattr accept close_range timer_settime64 rename stat munlock accept4 set_tls capget setsid fadvise64_64 fchmod mprotect inotify_add_watch _newselect setxattrat rt_sigpending getpid landlock_create_ruleset swapcontext truncate64 getppid getpriority sched_getparam setpriority landlock_restrict_self epoll_wait_old olduname getrlimit mq_unlink timer_gettime64 getresgid32 epoll_create lseek sync openat2 timerfd_create setgid32 rseq execve setresuid lsetxattr getitimer pwrite64 io_uring_register getpeername close semget fstatfs64 sched_setparam semtimedop_time64 statfs64
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation --cont-clock
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase-sysinit.service:
Description: TPM PCR Barrier (Initialization)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase-sysinit.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-sysinit.service
Failure Action: reboot-force
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:50 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: basic.target (origin-file)
After: sysinit.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tpm2.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful sysinit
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful final
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /usr/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)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: emergency.service (origin-file)
Before: initrd-switch-root.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: plymouth-start.service (origin-file)
After: systemd-vconsole-setup.service (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: shutdown.target (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: emergency.service (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-ask-password-console.path (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tty-ask-password-agent --watch --console
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:53 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: cbc78dc96c1b4ffcbea338f00d844056
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/SYSLOG
Fragment Path: /usr/lib/systemd/system/syslog.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: rsyslog.service (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: rsyslog.service (origin-implicit)
Before: emergency.service (origin-file)
Before: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: rsyslog.service (origin-implicit)
References: sockets.target (origin-file)
References: rsyslog.service (origin-implicit)
References: emergency.service (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: syslog.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit NetworkManager.service:
Description: NetworkManager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
? Unit dev-snd-controlC1.device:
Description: /dev/snd/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 80e3eddd7ee747a5a2ecc2dbf6461e13
Following: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1
Found: found-udev
? Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
? Unit systemd-udevd-varlink.socket:
Description: udev Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 1fe399bdfe1c4e1db9bdda69ab4db432
Documentation: man:systemd-udevd-varlink.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-varlink.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: -.mount (origin-path)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/udev/io.systemd.Udev (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ListenStream: /run/udev/io.systemd.Udev
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Udev
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit postfix.service:
Description: postfix.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
ConflictedBy: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
? Unit dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: d3ad11551005436da8b966e0564047e9
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/eea31bf9-03
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:00:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 22:05:32 IST
Active Enter Timestamp: Sat 2026-03-14 22:05:32 IST
Active Exit Timestamp: Sat 2026-03-14 21:46:06 IST
Inactive Enter Timestamp: Sat 2026-03-14 21:46:06 IST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: a2e9f04025034bc48d7382451675511a
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2026-03-14 22:05:32 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 22:05:32 IST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: getty.target (origin-file destination-default)
Before: rescue.service (origin-file)
After: getty-pre.target (origin-file)
After: basic.target (origin-default)
After: system-getty.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
References: rescue.service (origin-file)
References: getty-pre.target (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: system-getty.slice (origin-file origin-slice-property)
References: getty.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: getty.target (destination-file destination-default)
InSlice: system-getty.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 9370
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
TTYRows: 4294967295
TTYColumns: 4294967295
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
UtmpIdentifier: tty1
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/agetty --noreset --noclear - "\${TERM}"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sshd at sshd-keygen.service:
Alias: sshd-unix-local at sshd-keygen.service
Description: OpenBSD Secure Shell server per-connection daemon
Instance: sshd-keygen
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-sshd.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /usr/lib/systemd/system/sshd at .service
Requires: sysinit.target (origin-default)
Requires: system-sshd.slice (origin-file)
Requires: -.mount (origin-path)
Wants: sshd-keygen.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: nss-user-lookup.target (origin-file)
After: sshd-keygen.service (destination-file)
After: system-sshd.slice (origin-file)
After: auditd.service (origin-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: nss-user-lookup.target (origin-file)
References: sshd-keygen.service (origin-file)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: system-sshd.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
ReferencedBy: sshd-keygen.service (destination-file)
InSlice: system-sshd.slice (origin-slice-property)
RequiresMountsFor: /run/sshd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: exec
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/sshd -i "\$SSHD_OPTS" -o "AuthorizedKeysFile \${CREDENTIALS_DIRECTORY}/ssh.ephemeral-authorized_keys-all .ssh/authorized_keys"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit bluetooth.service:
Alias: dbus-org.bluez.service
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/bluetooth.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 60388143ee8548c781b311d873900588
Documentation: man:bluetoothd(8)
Fragment Path: /usr/lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
WantedBy: bluetooth.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: bluetooth.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: tmp.mount (origin-file)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: basic.target (origin-default)
ReferencedBy: bluetooth.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var/lib/bluetooth (origin-file)
RequiresMountsFor: /etc/bluetooth (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 886
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0700
StateDirectory: bluetooth
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0555
ConfigurationDirectory: bluetooth
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNPROC: 1
LimitNPROCSoft: 1
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_admin
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/bluetooth/bluetoothd
Status Text: Running
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-timesyncd.service:
Description: systemd-timesyncd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
ConflictedBy: ntp.service (destination-file)
ReferencedBy: ntp.service (destination-file)
? Unit module-init-tools.service:
Description: module-init-tools.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
? Unit dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 599e14b363ba41b78a2e6e7fb1bbbca3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/wwn-0x50000397a4b029d4-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 64b2b9ebfcb84831929f81c185968944
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/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
ConditionPathIsMountPoint: /proc/sys/fs/binfmt_misc untested
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 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: binfmt-support.service (destination-file)
After: systemd-journald.socket (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: proc-sys-fs-binfmt_misc.mount (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-binfmt
? ExecStop:
Command Line: /usr/lib/systemd/systemd-binfmt --unregister
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrmachine.service:
Description: TPM PCR Machine ID Measurement
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrmachine.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrmachine.service
Failure Action: reboot-force
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:46 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: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: tpm2.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --machine-id
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:57 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9c9af278ec7d42c5b9fd3fd9033df3ad
Documentation: man:udisks(8)
Fragment Path: /usr/lib/systemd/system/udisks2.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 899
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGINT
RestartKillSignal: SIGINT
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/udisks2/udisksd
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit kmod-static-nodes.service:
Description: Create List of Static Device Nodes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 0f5ca9405e29489980806ed111793542
Documentation: man:kmod(8)
Fragment Path: /usr/lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /usr/bin/kmod untested
ConditionFileNotEmpty: /lib/modules/5.9.0-4-amd64/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:55 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 58272d46f1d2499eb65e6de9f914d8dd
Fragment Path: /usr/lib/systemd/system/dbus.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: colord.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: switcheroo-control.service (destination-file)
RequiredBy: upower.service (destination-file)
WantedBy: systemd-logind.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: switcheroo-control.service (destination-file)
Before: shutdown.target (origin-default)
Before: udisks2.service (destination-file)
Before: upower.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: bluetooth.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: dbus.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: systemd-logind.service (destination-file)
Before: colord.service (destination-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: dbus.service (origin-implicit)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: dbus.service (origin-implicit)
References: sysinit.target (origin-default)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: upower.service (destination-file)
ReferencedBy: switcheroo-control.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: dbus.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit wpa_supplicant.service:
Alias: dbus-fi.w1.wpa_supplicant1.service
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:55 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/wpa_supplicant.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 570b834bc48843c69474ad674cc3c6d3
Fragment Path: /usr/lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Sat 2026-03-14 21:45:55 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
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: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: dbus.socket (origin-file)
References: -.mount (origin-path)
References: dbus.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: dbus.service (origin-file)
References: basic.target (origin-default)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/wpa_supplicant (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1001
Main PID Known: yes
Main PID Alien: no
BusName: fi.w1.wpa_supplicant1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0750
RuntimeDirectory: wpa_supplicant
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
Group: netdev
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/wpa_supplicant -u -s -O "DIR=/run/wpa_supplicant GROUP=netdev"
? ExecReload:
Command Line: /bin/kill -HUP "\$MAINPID"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 9074c0705c534237a60519e27ab811fa
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/systemd-journald.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: ee1f6e5e19da43c3a15f67bc20e378e0
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.service
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: systemd-journald.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: soft-reboot.target (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: sysinit.target (origin-file)
Before: soft-reboot.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: -.mount (origin-path)
After: syslog.socket (origin-file)
TriggeredBy: systemd-journald-audit.socket (destination-implicit)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
References: sysinit.target (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: soft-reboot.target (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: syslog.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-soft-reboot.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 286
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
PassEnvironment: TERM
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/journal
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -250
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
DynamicUser: no
LockPersonality: yes
SystemCallFilter: munmap tkill timer_getoverrun eventfd2 renameat pselect6 landlock_add_rule sync_file_range sigsuspend lsm_list_modules sigaltstack connect renameat2 unlink getdents fstat64 fsync sched_getattr getgid close mq_open userfaultfd lseek pidfd_open mq_unlink ipc getsid oldlstat epoll_create1 setresgid32 olduname dup3 timer_delete mlock2 futimesat getegid32 sigaction lstat setsockopt mq_timedreceive clock_getres_time64 personality fstatat64 setitimer lsetxattr get_mempolicy getresgid clock_nanosleep setregid32 mseal utimes fchmodat setrlimit getsockname sigpending recvfrom timerfd_gettime64 getuid setgroups creat dup timerfd_gettime seccomp setuid32 sched_setparam readlinkat readdir epoll_pwait2 recvmmsg_time64 name_to_handle_at ioprio_set link io_pgetevents gettid openat2 rt_sigpending getcpu memfd_create getrandom setxattr utime setxattrat oldstat epoll_wait setgid setgid32 ioprio_get msgsnd mkdirat execve getpgid set_tid_address migrate_pages lchown sync_file_range2 add_key utimensat epoll_pwait prctl ppoll msgrcv shmat lremovexattr setfsuid rt_sigsuspend capset readv select dup2 listmount _newselect rt_sigprocmask faccessat2 setresgid set_thread_area open exit_group truncate64 io_destroy mknod brk shutdown epoll_create geteuid alarm oldolduname fremovexattr futex_time64 setfsuid32 inotify_init1 pipe2 access kill accept getdents64 io_uring_setup mlockall setregid sched_yield inotify_init fdatasync getitimer flock nice futex getgroups capget semtimedop process_vm_writev truncate rt_sigqueueinfo futex_waitv removexattr timer_settime64 setsid mq_timedsend_time64 rt_sigtimedwait fchown fstatfs copy_file_range preadv2 linkat recv ppoll_time64 sched_getaffinity mknodat prlimit64 semtimedop_time64 rt_sigreturn getgid32 io_getevents socketpair io_submit sendto timerfd_settime64 madvise epoll_ctl_old stat sendfile64 getrlimit sched_get_priority_max chown32 statfs process_madvise mq_getsetattr clock_gettime64 pwrite64 oldfstat clone3 setreuid riscv_flush_icache arch_prctl fchmodat2 write ftruncate waitid readlink semop sched_setaffinity setfsgid rt_sigaction recvmsg setfsgid32 timerfd_settime getgroups32 sched_rr_get_interval mmap2 fork mq_notify pwritev2 fchown32 process_vm_readv preadv poll kcmp fallocate lchown32 rt_tgsigqueueinfo mq_timedreceive_time64 timerfd_create getcwd io_setup ioctl openat sched_rr_get_interval_time64 inotify_rm_watch chown setpriority pselect6_time64 pwritev waitpid semget rseq readahead fstatfs64 writev times socketcall io_cancel setresuid32 _llseek shmget mprotect wait4 lstat64 sched_setattr set_mempolicy sync symlinkat mq_timedsend stat64 send clock_getres set_tls statx getpeername umask sendfile cacheflush rename fcntl64 utimensat_time64 listen sched_get_priority_min vmsplice close_range pread64 epoll_ctl riscv_hwprobe io_uring_enter gettimeofday inotify_add_watch sendmmsg uname clone msgget ftruncate64 listxattr listxattrat recvmmsg signalfd getpriority fcntl timer_gettime splice removexattrat faccessat ugetrlimit setreuid32 io_uring_register geteuid32 io_pgetevents_time64 getresuid32 munlockall tgkill sendmsg timer_settime chdir membarrier execveat set_robust_list timer_create unshare munlock read flistxattr shmctl fgetxattr getpgrp fstat fchdir rmdir sigreturn landlock_create_ruleset bind accept4 mbind restart_syscall semctl arm_fadvise64_64 fsetxattr set_mempolicy_home_node pause setgroups32 pipe llistxattr mremap mmap nanosleep getxattrat signalfd4 fadvise64_64 getegid shmdt clock_nanosleep_time64 remap_file_pages signal swapcontext msgctl vfork tee get_robust_list setns sched_setscheduler get_thread_area getpid getsockopt pidfd_send_signal getresuid fchmod fchownat lgetxattr setresuid symlink landlock_restrict_self timer_gettime64 socket keyctl time msync mlock sched_getparam statmount sigprocmask getxattr fadvise64 getuid32 getrusage chmod request_key sysinfo getresgid32 uretprobe setuid rt_sigtimedwait_time64 lsm_get_self_attr eventfd open_tree mkdir epoll_wait_old getppid sched_getscheduler exit statfs64 move_pages setpgid syncfs unlinkat newfstatat clock_gettime
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-journald
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Pin: yes
File Descriptor Store Current: 32
File Descriptor Store Entry: 'stored' (type=sock; dev=0:8; inode=96019; rdev=0:0; path=socket:[96019]; access=rw)
'stored' (type=sock; dev=0:8; inode=95622; rdev=0:0; path=socket:[95622]; access=rw)
'stored' (type=sock; dev=0:8; inode=95606; rdev=0:0; path=socket:[95606]; access=rw)
'stored' (type=sock; dev=0:8; inode=86680; rdev=0:0; path=socket:[86680]; access=rw)
'stored' (type=sock; dev=0:8; inode=82605; rdev=0:0; path=socket:[82605]; access=rw)
'stored' (type=sock; dev=0:8; inode=84188; rdev=0:0; path=socket:[84188]; access=rw)
'stored' (type=sock; dev=0:8; inode=78658; rdev=0:0; path=socket:[78658]; access=rw)
'stored' (type=sock; dev=0:8; inode=81564; rdev=0:0; path=socket:[81564]; access=rw)
'stored' (type=sock; dev=0:8; inode=75630; rdev=0:0; path=socket:[75630]; access=rw)
'stored' (type=sock; dev=0:8; inode=83248; rdev=0:0; path=socket:[83248]; access=rw)
'stored' (type=sock; dev=0:8; inode=82511; rdev=0:0; path=socket:[82511]; access=rw)
'stored' (type=sock; dev=0:8; inode=75539; rdev=0:0; path=socket:[75539]; access=rw)
'stored' (type=sock; dev=0:8; inode=83045; rdev=0:0; path=socket:[83045]; access=rw)
'stored' (type=sock; dev=0:8; inode=78124; rdev=0:0; path=socket:[78124]; access=rw)
'stored' (type=sock; dev=0:8; inode=25446; rdev=0:0; path=socket:[25446]; access=rw)
'stored' (type=sock; dev=0:8; inode=25309; rdev=0:0; path=socket:[25309]; access=rw)
'stored' (type=sock; dev=0:8; inode=27663; rdev=0:0; path=socket:[27663]; access=rw)
'stored' (type=sock; dev=0:8; inode=24505; rdev=0:0; path=socket:[24505]; access=rw)
'stored' (type=sock; dev=0:8; inode=25973; rdev=0:0; path=socket:[25973]; access=rw)
'stored' (type=sock; dev=0:8; inode=24418; rdev=0:0; path=socket:[24418]; access=rw)
'stored' (type=sock; dev=0:8; inode=17094; rdev=0:0; path=socket:[17094]; access=rw)
'stored' (type=sock; dev=0:8; inode=17093; rdev=0:0; path=socket:[17093]; access=rw)
'stored' (type=sock; dev=0:8; inode=17092; rdev=0:0; path=socket:[17092]; access=rw)
'stored' (type=sock; dev=0:8; inode=13138; rdev=0:0; path=socket:[13138]; access=rw)
'stored' (type=sock; dev=0:8; inode=26907; rdev=0:0; path=socket:[26907]; access=rw)
'stored' (type=sock; dev=0:8; inode=23213; rdev=0:0; path=socket:[23213]; access=rw)
'stored' (type=sock; dev=0:8; inode=26882; rdev=0:0; path=socket:[26882]; access=rw)
'stored' (type=sock; dev=0:8; inode=14188; rdev=0:0; path=socket:[14188]; access=rw)
'stored' (type=sock; dev=0:8; inode=18507; rdev=0:0; path=socket:[18507]; access=rw)
'stored' (type=sock; dev=0:8; inode=66389; rdev=0:0; path=socket:[66389]; access=rw)
'stored' (type=sock; dev=0:8; inode=66457; rdev=0:0; path=socket:[66457]; access=rw)
'stored' (type=sock; dev=0:8; inode=68413; rdev=0:0; path=socket:[68413]; access=rw)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 32aeacbcc15c4033a3d8f3ecf7a2842b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
BoundBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit systemd-hostnamed.socket:
Description: Hostname Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:26 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 9a7d7c3c3dc240989cdd938c936c8fb7
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-hostnamed.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: systemd-hostnamed.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
References: systemd-hostnamed.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Hostname (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/io.systemd.Hostname
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Hostname
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:45 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 7fe321a62c4141f9ade8439637d18e49
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /usr/lib/systemd/system/systemd-rfkill.socket
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sat 2026-03-14 21:45:45 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:45 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: systemd-rfkill.service (origin-implicit)
Before: shutdown.target (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
Triggers: systemd-rfkill.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-rfkill.service (origin-implicit)
References: -.mount (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/rfkill (origin-file)
RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: yes
FileDescriptorName: systemd-rfkill.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenSpecial: /dev/rfkill
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit veritysetup-pre.target:
Description: Local Verity Protected Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/veritysetup-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-veritysetup.target (destination-file)
Before: veritysetup.target (origin-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
References: veritysetup.target (origin-file)
ReferencedBy: remote-veritysetup.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 507a5cee6daf40d3884f0bfa3f26a9c8
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/wwn-0x50000397a4b029d4
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a7f8826fa2db4f86b369a7c70b0d3b5f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/c852be44-cff3-4e06-9a6c-914c5915ff31
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit cryptsetup-pre.target:
Description: Local Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/cryptsetup-pre.target
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: remote-cryptsetup.target (destination-file)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-default)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
References: cryptsetup.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-hostnamed.service:
Alias: dbus-org.freedesktop.hostname1.service
Description: Hostname Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:46:26 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:56 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:56 IST
Active Exit Timestamp: Sat 2026-03-14 21:46:26 IST
Inactive Enter Timestamp: Sat 2026-03-14 21:46:26 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: ceddf32b13214f6eb8a318f656c7a14b
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: man:org.freedesktop.hostname1(5)
Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.service
Condition Timestamp: Sat 2026-03-14 21:45:56 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:56 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-path)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-hostnamed.socket (destination-implicit)
TriggeredBy: systemd-hostnamed.socket (destination-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: tmp.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-hostnamed.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.freedesktop.hostname1
Bus Name Good: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: invisible
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_admin
DynamicUser: no
ReadWritePaths: /etc /run/systemd
LockPersonality: yes
SystemCallFilter: getgroups access epoll_create openat2 alarm rt_sigprocmask msgrcv getsid faccessat2 getegid prlimit64 gettimeofday io_pgetevents setuid setreuid name_to_handle_at shmat sched_get_priority_max getresgid32 sigaltstack ioctl io_destroy tkill recvmsg inotify_add_watch olduname truncate64 statfs getsockname lgetxattr arm_fadvise64_64 getuid landlock_create_ruleset setrlimit chdir mkdir getcpu remap_file_pages epoll_pwait renameat2 dup3 pread64 sched_setaffinity timerfd_create semctl fstatfs sched_getparam rt_sigpending prctl rt_sigaction getppid vfork wait4 getresuid32 listxattrat utime tee truncate fcntl add_key setfsuid capget get_robust_list pselect6 signalfd munlockall getgid32 recv sysinfo sched_get_priority_min semtimedop getuid32 sched_rr_get_interval clock_nanosleep_time64 gettid preadv utimensat setitimer send landlock_add_rule mq_getsetattr write execveat oldlstat setresuid32 mq_notify lchown mq_timedsend get_thread_area fcntl64 listen timer_getoverrun set_thread_area io_getevents pause ioprio_set pselect6_time64 kill msgctl ipc faccessat epoll_pwait2 move_pages statmount close_range rt_sigtimedwait_time64 setgid accept semtimedop_time64 ftruncate userfaultfd capset timerfd_settime getxattrat fgetxattr msync futimesat symlink socket io_submit setgroups fchmodat getpriority eventfd lseek fallocate setfsuid32 fadvise64 chown32 readv getdents fork io_cancel keyctl sigprocmask swapcontext sigreturn mlock2 readdir setregid32 cacheflush statfs64 fstatfs64 sync rt_sigreturn pipe2 setgid32 shutdown sendmmsg sendto oldolduname sendmsg getresgid msgsnd sched_rr_get_interval_time64 riscv_hwprobe timer_settime setresuid fremovexattr migrate_pages pipe request_key getpgrp readlink setxattrat memfd_create setfsgid32 pwritev read utimes openat exit stat64 arch_prctl uretprobe getrusage membarrier set_mempolicy_home_node getgid seccomp sched_setattr setpriority socketcall sendfile64 getcwd mq_unlink geteuid32 fchown llistxattr ugetrlimit times clock_gettime exit_group getpid renameat process_vm_writev poll getrlimit rt_sigqueueinfo pidfd_send_signal semop lremovexattr rt_sigtimedwait set_robust_list fchown32 setreuid32 sched_setscheduler munlock stat get_mempolicy fstat mbind oldfstat fchownat inotify_rm_watch sched_getaffinity lchown32 ioprio_get unlinkat mq_timedsend_time64 getsockopt time lsetxattr setfsgid dup2 io_uring_enter clone semget setsockopt epoll_create1 preadv2 lstat epoll_ctl timerfd_gettime oldstat madvise splice munmap chown rt_tgsigqueueinfo rt_sigsuspend close fchdir fstatat64 mlock process_vm_readv lsm_list_modules getegid32 nice landlock_restrict_self sigaction lsm_get_self_attr timer_create sigsuspend open setresgid _newselect futex_time64 setpgid lstat64 fchmodat2 sched_getattr dup epoll_wait mq_timedreceive_time64 setxattr mkdirat fdatasync futex unshare newfstatat tgkill setregid restart_syscall timer_gettime pidfd_open writev pwritev2 shmdt ftruncate64 listmount waitpid epoll_wait_old mknodat sched_setparam sched_yield mq_timedreceive sigpending clock_gettime64 utimensat_time64 vmsplice bind rseq getpgid clock_nanosleep msgget uname fsync link mmap mseal clock_getres syncfs sched_getscheduler fstat64 creat fchmod setns mprotect fadvise64_64 recvfrom readlinkat getrandom flock io_uring_setup removexattrat _llseek execve clock_getres_time64 getdents64 geteuid shmget chmod set_tls getgroups32 getpeername pwrite64 signal waitid select personality recvmmsg_time64 epoll_ctl_old brk io_uring_register unlink readahead sendfile signalfd4 setuid32 eventfd2 accept4 removexattr listxattr getresuid getxattr ppoll_time64 setresgid32 mlockall mq_open mremap nanosleep set_tid_address flistxattr riscv_flush_icache io_setup inotify_init recvmmsg setgroups32 linkat sync_file_range2 io_pgetevents_time64 set_mempolicy ppoll timer_gettime64 timer_settime64 setsid rmdir socketpair symlinkat umask inotify_init1 kcmp process_madvise futex_waitv getitimer shmctl timerfd_gettime64 clone3 sync_file_range mknod fsetxattr timerfd_settime64 timer_delete statx copy_file_range connect sethostname rename mmap2 open_tree
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hostnamed
Status Text: Shutting down...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: /dev/vsock r
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:03 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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/cron.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 84f2a94680fe4755900e7b2026bfe120
Documentation: man:cron(8)
Fragment Path: /usr/lib/systemd/system/cron.service
Condition Timestamp: Sat 2026-03-14 21:46:03 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:03 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: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: nss-user-lookup.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1392
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: cron
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cron -f "\$EXTRA_OPTS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device:
Description: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7cd32d569e694d1982db41d78bb4b9fc
Following Set Member: dev-snd-controlC1.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit nfs-client.target:
Description: NFS client services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: f2da01f7e5ce4cbe9a2ff0d1680fe757
Fragment Path: /usr/lib/systemd/system/nfs-client.target
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Wants: remote-fs-pre.target (origin-file)
Wants: auth-rpcgss-module.service (origin-file)
Wants: nfs-blkmap.service (origin-file)
WantedBy: remote-fs.target (destination-file)
WantedBy: multi-user.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-gssd.service (origin-file)
After: rpc-svcgssd.service (origin-file)
References: nfs-blkmap.service (origin-file)
References: shutdown.target (origin-default)
References: rpc-svcgssd.service (origin-file)
References: remote-fs-pre.target (origin-file)
References: rpc-gssd.service (origin-file)
References: gssproxy.service (origin-file)
References: auth-rpcgss-module.service (origin-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit system-systemd\x2dbacklight.slice:
Description: Slice /system/systemd-backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:44 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:44 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/system-systemd\x2dbacklight.slice
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: f14b4553cae249489a07b678966c16f4
Condition Timestamp: Sat 2026-03-14 21:45:44 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:44 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: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-backlight at backlight:intel_backlight.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9b0e24ef573a49d0ab60445c141d3f03
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sysinit.target
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Wants: systemd-update-done.service (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: systemd-journal-catalog-update.service (origin-file)
Wants: systemd-pstore.service (origin-file)
Wants: keyboard-setup.service (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: veritysetup.target (origin-file)
Wants: ldconfig.service (origin-file)
Wants: systemd-firstboot.service (origin-file)
Wants: systemd-pcrphase-sysinit.service (origin-file)
Wants: blk-availability.service (origin-file)
Wants: imports.target (origin-file)
Wants: apparmor.service (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: systemd-pcrmachine.service (origin-file)
Wants: swap.target (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: lvm2-lvmpolld.socket (origin-file)
Wants: integritysetup.target (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: systemd-tpm2-setup-early.service (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: cryptsetup.target (origin-file)
Wants: sys-kernel-tracing.mount (origin-file)
Wants: systemd-hibernate-clear.service (origin-file)
Wants: systemd-pcrproduct.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: console-setup.service (origin-file)
Wants: systemd-pcrnvdone.service (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: lvm2-monitor.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: systemd-pcrphase.service (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: systemd-tpm2-setup.service (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: systemd-tmpfiles-setup-dev-early.service (origin-file)
RequiredBy: ssh.service (destination-default)
RequiredBy: anacron.service (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: getty at tty4.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: e2scrub_all.service (destination-default)
RequiredBy: exim4-base.timer (destination-default)
RequiredBy: ntp.service (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: user at 0.service (destination-default)
RequiredBy: alsa-state.service (destination-default)
RequiredBy: switcheroo-control.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: acpid.path (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: dpkg-db-backup.service (destination-default)
RequiredBy: udisks2.service (destination-default)
RequiredBy: e2scrub_all.timer (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: colord.service (destination-default)
RequiredBy: acpi-support.service (destination-default)
RequiredBy: e2scrub_reap.service (destination-default)
RequiredBy: polkit.service (destination-default)
RequiredBy: wpa_supplicant.service (destination-default)
RequiredBy: xdm.service (destination-default)
RequiredBy: atd.service (destination-default)
RequiredBy: nfs-utils.service (destination-default)
RequiredBy: systemd-pcrphase.service (destination-default)
RequiredBy: user-runtime-dir at 0.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: rtun.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: exim4.service (destination-default)
RequiredBy: getty at tty3.service (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: sshd-unix-local.socket (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: acpi-fakekey.service (destination-default)
RequiredBy: acpid.socket (destination-default)
RequiredBy: sshd at sshd-keygen.service (destination-default)
RequiredBy: systemd-hostnamed.socket (destination-default)
RequiredBy: getty at tty2.service (destination-default)
RequiredBy: exim4-base.service (destination-default)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: acpi-fakekey.socket (destination-default)
RequiredBy: acpid.service (destination-default)
RequiredBy: upower.service (destination-default)
RequiredBy: sshd-keygen.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: rsyslog.service (destination-default)
RequiredBy: smartmontools.service (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: systemd-logind-varlink.socket (destination-default)
RequiredBy: uuidd.service (destination-default)
RequiredBy: uuidd.socket (destination-default)
RequiredBy: dpkg-db-backup.timer (destination-default)
RequiredBy: vsftpd.service (destination-default)
RequiredBy: irqbalance.service (destination-default)
RequiredBy: mlocate.timer (destination-default)
RequiredBy: sysfsutils.service (destination-default)
RequiredBy: systemd-hostnamed.service (destination-default)
RequiredBy: rsync.service (destination-default)
RequiredBy: rtkit-daemon.service (destination-default)
RequiredBy: cups.service (destination-default)
RequiredBy: user-runtime-dir at 1000.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: mlocate.service (destination-default)
RequiredBy: man-db.timer (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: anacron.timer (destination-default)
RequiredBy: cups.socket (destination-default)
RequiredBy: bluetooth.service (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: polkit-agent-helper.socket (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: user at 1000.service (destination-default)
RequiredBy: alsa-restore.service (destination-default)
RequiredBy: fancontrol.service (destination-default)
Conflicts: emergency.service (origin-file)
Conflicts: emergency.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: acpi-support.service (destination-default)
Before: sshd-unix-local.socket (destination-default)
Before: user-runtime-dir at 0.service (destination-default)
Before: ssh.service (destination-default)
Before: acpid.socket (destination-default)
Before: exim4-base.service (destination-default)
Before: acpi-fakekey.socket (destination-default)
Before: udisks2.service (destination-default)
Before: uuidd.socket (destination-default)
Before: basic.target (destination-file destination-default)
Before: logrotate.service (destination-default)
Before: mlocate.timer (destination-default)
Before: sysfsutils.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: ntp.service (destination-default)
Before: sshd at sshd-keygen.service (destination-default)
Before: getty at tty3.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: acpid.service (destination-default)
Before: polkit.service (destination-default)
Before: smartmontools.service (destination-default)
Before: logrotate.timer (destination-default)
Before: colord.service (destination-default)
Before: bluetooth.service (destination-default)
Before: mlocate.service (destination-default)
Before: shutdown.target (origin-default)
Before: atd.service (destination-default)
Before: getty-static.service (destination-default)
Before: sshd-keygen.service (destination-default)
Before: alsa-state.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: dbus.socket (destination-default)
Before: nfs-utils.service (destination-default)
Before: acpid.path (destination-default)
Before: cups.service (destination-default)
Before: cron.service (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: getty at tty1.service (destination-default)
Before: exim4.service (destination-default)
Before: anacron.service (destination-default)
Before: switcheroo-control.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: getty at tty4.service (destination-default)
Before: emergency.service (origin-file)
Before: e2scrub_all.timer (destination-default)
Before: polkit-agent-helper.socket (destination-default)
Before: systemd-hostnamed.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: vsftpd.service (destination-default)
Before: emergency.target (origin-file)
Before: systemd-ask-password-wall.service (destination-default)
Before: upower.service (destination-default)
Before: user at 0.service (destination-default)
Before: rescue.service (destination-file)
Before: rsync.service (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: dbus.service (destination-default)
Before: uuidd.service (destination-default)
Before: irqbalance.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: acpi-fakekey.service (destination-default)
Before: fancontrol.service (destination-default)
Before: exim4-base.timer (destination-default)
Before: rtun.service (destination-default)
Before: cups.socket (destination-default)
Before: rsyslog.service (destination-default)
Before: man-db.service (destination-default)
Before: apt-daily.service (destination-default)
Before: xdm.service (destination-default)
Before: user at 1000.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: rescue.target (destination-file destination-default)
Before: e2scrub_reap.service (destination-default)
Before: systemd-hostnamed.socket (destination-default)
Before: systemd-logind-varlink.socket (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: anacron.timer (destination-default)
Before: getty at tty2.service (destination-default)
Before: apt-daily.timer (destination-default)
Before: man-db.timer (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
After: imports.target (origin-default)
After: systemd-firstboot.service (destination-file)
After: systemd-udev-trigger.service (destination-file)
After: systemd-update-done.service (destination-file)
After: systemd-confext.service (destination-file)
After: veritysetup.target (origin-default)
After: cryptsetup.target (origin-default)
After: sys-kernel-debug.mount (destination-file)
After: modprobe at loop.service (destination-file)
After: systemd-udev-settle.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: modprobe at efi_pstore.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: modprobe at drm.service (destination-file)
After: sys-kernel-tracing.mount (destination-file)
After: kmod-static-nodes.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-modules-load.service (destination-file)
After: ldconfig.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: modprobe at configfs.service (destination-file)
After: apparmor.service (destination-file)
After: systemd-pcrproduct.service (destination-file)
After: systemd-tpm2-setup-early.service (destination-file)
After: systemd-udevd.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: systemd-tpm2-setup.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: swap.target (origin-file origin-default)
After: systemd-sysctl.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: modprobe at dm_mod.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-hibernate-clear.service (destination-file)
After: systemd-sysext.service (destination-file)
After: systemd-journald.service (destination-file)
After: integritysetup.target (origin-default)
After: systemd-pcrmachine.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: selinux-autorelabel-mark.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: modprobe at fuse.service (destination-file)
After: systemd-binfmt.service (destination-file)
After: systemd-pstore.service (destination-file)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: systemd-journal-catalog-update.service (destination-file)
After: systemd-pcrnvdone.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
References: lvm2-lvmpolld.socket (origin-file)
References: systemd-tpm2-setup.service (origin-file)
References: dev-mqueue.mount (origin-file)
References: integritysetup.target (origin-file origin-default)
References: systemd-pcrnvdone.service (origin-file)
References: systemd-journal-flush.service (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-default)
References: keyboard-setup.service (origin-file)
References: emergency.service (origin-file)
References: veritysetup.target (origin-file origin-default)
References: systemd-update-done.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: console-setup.service (origin-file)
References: systemd-pcrphase-sysinit.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: systemd-pcrmachine.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: ldconfig.service (origin-file)
References: sys-fs-fuse-connections.mount (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-hibernate-clear.service (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: apparmor.service (origin-file)
References: systemd-pcrphase.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: swap.target (origin-file origin-default)
References: systemd-udev-trigger.service (origin-file)
References: sys-kernel-tracing.mount (origin-file)
References: systemd-pcrproduct.service (origin-file)
References: systemd-udevd.service (origin-file)
References: imports.target (origin-file origin-default)
References: kmod-static-nodes.service (origin-file)
References: blk-availability.service (origin-file)
References: systemd-firstboot.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: lvm2-monitor.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-journal-catalog-update.service (origin-file)
References: dev-hugepages.mount (origin-file)
References: systemd-pstore.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-random-seed.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
References: systemd-machine-id-commit.service (origin-file)
References: systemd-journald.service (origin-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: acpi-fakekey.socket (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: user-runtime-dir at 0.service (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: atd.service (destination-default)
ReferencedBy: getty at tty4.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: acpid.path (destination-default)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: acpi-fakekey.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: modprobe at loop.service (destination-file)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: rtun.service (destination-default)
ReferencedBy: modprobe at dm_mod.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: user at 0.service (destination-default)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: vsftpd.service (destination-default)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: xdm.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: getty at tty2.service (destination-default)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: sshd-unix-local.socket (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: acpi-support.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: switcheroo-control.service (destination-default)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: selinux-autorelabel-mark.service (destination-file)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: fancontrol.service (destination-default)
ReferencedBy: getty at tty3.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:41 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 3c5c059042ad4000b49c52e4475c27fa
Documentation: man:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sys-devices-LNXSYSTM:00-LNXSYBUS:00-ACPI0003:00-power_supply-AC.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: NetworkManager.service (origin-file)
After: systemd-journald.socket (origin-file)
After: apt-daily.timer (destination-implicit)
After: connman.service (origin-file)
After: network.target (origin-file)
After: systemd-networkd.service (origin-file)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: apt-daily.timer (destination-implicit)
References: sysinit.target (origin-default)
References: connman.service (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: network.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: NetworkManager.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-networkd.service (origin-file)
ReferencedBy: apt-daily.timer (destination-implicit)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: sys-devices-LNXSYSTM:00-LNXSYBUS:00-ACPI0003:00-power_supply-AC.device (destination-udev)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a39e44bcf2b847a58da2518519cf322e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/wwn-0x50000397a4b029d4-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit systemd-udev-load-credentials.service:
Description: Load udev Rules from Credentials
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: d65e54b5cf65439abe1331ef3e751f4c
Documentation: man:udevadm(8)
Documentation: man:udev(7)
Documentation: man:systemd.system-credentials(7)
Fragment Path: /usr/lib/systemd/system/systemd-udev-load-credentials.service
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-udevd.service (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-udevd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm control --load-credentials
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sysusers.d(5)
Documentation: man:systemd-sysusers.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysusers.service
ConditionCredential: |sysusers.extra untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-udevd.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-journalctl.socket (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-networkd.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journalctl.socket (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysusers
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit system-systemd\x2dfsck.slice:
Description: Slice /system/systemd-fsck
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/system-systemd\x2dfsck.slice
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: f82127b54fd3473bb219a37a6788e823
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: f0549ef829a94149a861531222b0bb91
Following: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device
Following Set Member: dev-cdrom.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/ata-hp_BD_CMB_UJ162_WP94_073229
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /user.slice
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu memory pids
Invocation ID: 7e3517ee80c24d0cbe3ccde930a1cc2a
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/user.slice
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1000.slice (destination-implicit)
RequiredBy: user-0.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user-0.slice (destination-implicit)
Before: user-1000.slice (destination-implicit)
Before: systemd-logind.service (destination-file)
Before: shutdown.target (origin-default)
Before: slices.target (origin-file)
After: -.slice (origin-implicit)
References: shutdown.target (origin-default)
References: -.slice (origin-implicit)
References: slices.target (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: user-0.slice (destination-implicit)
ReferencedBy: user-1000.slice (destination-implicit)
InSlice: -.slice (origin-implicit)
SliceOf: user-1000.slice (destination-implicit)
SliceOf: user-0.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit modprobe at loop.service:
Description: Load Kernel Module loop
Instance: loop
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !loop untested
ConditionCapability: CAP_SYS_MODULE untested
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Before: systemd-sysext-initrd.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq loop
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:39 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:38 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: e4391f72af094252b714f0bea7ed4894
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Sat 2026-03-14 21:45:38 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:38 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: systemd-sysusers.service (destination-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --prefix=/dev --create --boot
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: c5fd05fb6e2144a2bf722e91cdd450d8
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS3
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap:
Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 91869a81e36746b4b0e4a0b7c4df1ad0
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: dev-sda2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: dev-sda2.device (origin-proc-swap)
References: dev-sda2.device (origin-proc-swap)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:1b.0.device:
Description: /dev/snd/by-path/pci-0000:00:1b.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 90e80087b35d46f883d61da55b7893fa
Following: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device
Following Set Member: dev-snd-controlC1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1b.0-sound-card1-controlC1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:00:1b.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1/controlC1
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device:
Description: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: e6b86bd2243e4e6fa72cd55762f08a9f
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:03.0.device
Following Set Member: dev-snd-controlC0.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit sys-devices-pci0000:00-0000:00:1c.0-0000:07:00.0-net-wlp7s0.device:
Description: Wireless 7260 (Wireless-N 7260 [Wilkins Peak 2])
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 3582966151f9443f93a64a793a56f179
Following Set Member: sys-subsystem-net-devices-wlp7s0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:07:00.0/net/wlp7s0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:07:00.0/net/wlp7s0
Found: found-udev
? Unit e2scrub_reap.service:
Description: Remove Stale Online ext4 Metadata Check Snapshots
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:50 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 6a33a27e8d1b4092a5b04da135eda386
Documentation: man:e2scrub_all(8)
Fragment Path: /usr/lib/systemd/system/e2scrub_reap.service
ConditionCapability: CAP_SYS_RAWIO untested
ConditionCapability: CAP_SYS_ADMIN untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: -.mount (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: / (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: read-only
ProtectSystem: yes
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: SERVICE_MODE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
IOPriority: 4
CPUSchedulingPolicy: idle
CPUSchedulingPriority: 0
CPUSchedulingResetOnFork: no
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
AmbientCapabilities: cap_sys_rawio cap_sys_admin
User: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/e2scrub_all -A -r
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 09b5a63bd51c46cdb9789bcf994f350b
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /usr/lib/systemd/system/logrotate.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: logrotate.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: exim4-base.timer (destination-file)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
Triggers: logrotate.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-set.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: logrotate.service (origin-implicit)
References: timers.target (origin-default)
ReferencedBy: exim4-base.timer (destination-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: logrotate.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit dev-sr0.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 1de3b390367545028741f5dd541a87e2
Following: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device
Following Set Member: dev-cdrom.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/sr0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 071fe32de7d74789b220304429382659
Following: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device
Following Set Member: dev-cdrom.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit initrd-switch-root.service:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-switch-root.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
Wants: initrd-switch-root.target (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
ConflictedBy: systemd-udevd.service (destination-file)
After: initrd-switch-root.target (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block switch-root
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-LNXSYSTM:00-LNXSYBUS:00-ACPI0003:00-power_supply-AC.device:
Description: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/AC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:45 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:45 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: f1f38fe94927486eb8c41727bf464793
Wants: apt-daily.service (origin-udev)
References: apt-daily.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/AC
Sysfs Path: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/AC
Found: found-udev
udev SYSTEMD_WANTS: apt-daily.service
? 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: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /sys-fs-fuse-connections.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: eb893aa45cfe47b9b1412613a9ee7b99
Documentation: https://docs.kernel.org/filesystems/fuse.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-fs-fuse-connections.mount
Source Path: /proc/self/mountinfo
ConditionVirtualization: !private-users untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: modprobe at fuse.service (origin-file)
Requires: -.mount (origin-path)
WantedBy: sys-module-fuse.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: modprobe at fuse.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: modprobe at fuse.service (origin-file)
ReferencedBy: sys-module-fuse.device (destination-udev)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/fs/fuse (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blk-availability.service:
Description: blk-availability.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/blk-availability.service
WantedBy: sysinit.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 69273739702c42eb9f8df6b7627e818f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit exim4-base.service:
Description: exim4-base housekeeping
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-03-15 09:01:41 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 6376d67f3db34f579aa06ebd4d3c5e41
Documentation: man:exim4(8)
Fragment Path: /usr/lib/systemd/system/exim4-base.service
ConditionACPower: true untested
Condition Timestamp: Sun 2026-03-15 09:01:40 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:40 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: logrotate.service (origin-file)
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: exim4-base.timer (destination-implicit)
TriggeredBy: exim4-base.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: logrotate.service (origin-file)
ReferencedBy: exim4-base.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /etc/cron.daily/exim4-base systemd-timer
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit lvm2-monitor.service:
Description: lvm2-monitor.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/lvm2-monitor.service
WantedBy: sysinit.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
? Unit initrd-fs.target:
Description: Initrd File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-fs.target
AssertPathExists: /etc/initrd-release untested
WantedBy: initrd.target (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd-switch-root.target (destination-file)
Before: initrd.target (destination-file)
Before: initrd-cleanup.service (destination-file)
After: initrd-parse-etc.service (origin-file)
OnFailure: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: initrd-parse-etc.service (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit nfs-mountd.service:
Description: NFS Mount Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:01 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:46:01 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9d1acb5d44344c41bdec4d7aa34d5c6f
Fragment Path: /usr/lib/systemd/system/nfs-mountd.service
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: proc-fs-nfsd.mount (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: local-fs.target (origin-file)
After: nfs-config.service (origin-file)
After: network.target (origin-file)
After: proc-fs-nfsd.mount (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: nfs-config.service (origin-file)
References: network.target (origin-file)
References: proc-fs-nfsd.mount (origin-file)
References: nfs-server.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: nfs-server.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1349
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rpc.mountd "\$RPCMOUNTDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit final.target:
Description: Late Shutdown Services
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/final.target
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-kexec.service (destination-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Fragment Path: /usr/lib/systemd/system/getty-static.service
ConditionPathExists: !/usr/bin/dbus-broker untested
ConditionPathExists: !/usr/bin/dbus-daemon untested
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2026-03-14 21:45:50 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: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a3d5eb2ad6e042c3af4985064f32f105
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /sys-kernel-config.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 6f85d281b7b944fa9dd149c810907119
Documentation: https://docs.kernel.org/filesystems/configfs.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-config.mount
Source Path: /proc/self/mountinfo
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
Requires: modprobe at configfs.service (origin-file)
WantedBy: sys-module-configfs.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: modprobe at configfs.service (origin-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: modprobe at configfs.service (origin-file)
References: -.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: sys-module-configfs.device (destination-udev)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/rpc-statd.service
Requires: nss-lookup.target (origin-file)
Requires: rpcbind.socket (origin-file)
Requires: system.slice (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: rpcbind.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-lookup.target (origin-file)
After: system.slice (origin-file)
After: nfs-config.service (origin-file)
After: network.target (origin-file)
References: nfs-utils.service (origin-file)
References: umount.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: nfs-config.service (origin-file)
References: nss-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: rpcbind.socket (origin-file)
References: rpc-statd-notify.service (origin-file)
ReferencedBy: nfs-server.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
PIDFile: /run/rpc.statd.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/rpc.statd --no-notify "\$STATDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: e2ffb6be5eae45428253d329c03174f0
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/eea31bf9-02
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap:
Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-02
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 154a86c91b214bbfa5d0532850af1ba6
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: dev-sda2.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: dev-sda2.device (origin-proc-swap)
After: blockdev at dev-sda2.target (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: dev-sda2.device (origin-proc-swap)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
References: -.mount (origin-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-02 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-02
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/mountkernfs.service
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
? Unit sendmail.service:
Description: sendmail.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
ConflictedBy: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
? Unit systemd-factory-reset.socket:
Description: Factory Reset Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 2ca7a7a92b2f4be08376fabe4d74b1d0
Documentation: man:systemd-factory-reset.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-factory-reset.socket
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.FactoryReset (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.FactoryReset
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.FactoryReset
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 9d2858c064cd4b0bad4e32910a1d0c88
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/cryptsetup.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 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-pcrphase-initrd.service (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
After: cryptsetup-pre.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: cryptsetup-pre.target (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 723f8a0792034124afe3221f09be66d4
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-01
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit remote-integritysetup.target:
Description: Remote Integrity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-integritysetup.target
WantedBy: initrd-root-device.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: integritysetup-pre.target (origin-file)
After: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: integritysetup-pre.target (origin-file)
ReferencedBy: initrd-root-device.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sockets.target:
Description: Socket Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 55610083133546b0a99c4135b095fb6e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sockets.target
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Wants: virtlogd-admin.socket (origin-file)
Wants: libvirtd.socket (origin-file)
Wants: acpid.socket (origin-file)
Wants: virtlogd.socket (origin-file)
Wants: acpi-fakekey.socket (origin-file)
Wants: systemd-logind-varlink.socket (origin-file)
Wants: systemd-pcrextend.socket (origin-file)
Wants: systemd-creds.socket (origin-file)
Wants: systemd-journalctl.socket (origin-file)
Wants: libvirtd-ro.socket (origin-file)
Wants: virtlockd.socket (origin-file)
Wants: libvirtd-admin.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: dm-event.socket (origin-file)
Wants: systemd-mute-console.socket (origin-file)
Wants: rpcbind.socket (origin-file)
Wants: systemd-ask-password.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-sysext.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: polkit-agent-helper.socket (origin-file)
Wants: systemd-hostnamed.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: cups.socket (origin-file)
Wants: systemd-udevd-varlink.socket (origin-file)
Wants: uuidd.socket (origin-file)
Wants: systemd-factory-reset.socket (origin-file)
Wants: virtlockd-admin.socket (origin-file)
Wants: sshd-unix-local.socket (origin-file)
Wants: systemd-pcrlock.socket (origin-file)
Wants: dbus.socket (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: systemd-ask-password.socket (destination-file)
After: syslog.socket (destination-file)
After: systemd-hostnamed.socket (origin-default destination-default)
After: uuidd.socket (origin-default destination-default)
After: systemd-journald-audit.socket (destination-file)
After: systemd-factory-reset.socket (destination-file)
After: systemd-udevd-varlink.socket (destination-file)
After: systemd-journald.socket (destination-file)
After: systemd-creds.socket (destination-file)
After: systemd-udevd-kernel.socket (destination-file)
After: systemd-pcrlock.socket (destination-file)
After: systemd-networkd-varlink.socket (destination-file)
After: dbus.socket (origin-default destination-default)
After: systemd-networkd-varlink-metrics.socket (destination-file)
After: systemd-journald-dev-log.socket (destination-file)
After: systemd-networkd.socket (destination-file)
After: systemd-pcrextend.socket (destination-file)
After: systemd-logind-varlink.socket (origin-default destination-default)
After: sshd-unix-local.socket (origin-default destination-default)
After: systemd-networkd-resolve-hook.socket (destination-file)
After: acpi-fakekey.socket (origin-default destination-default)
After: systemd-udevd-control.socket (destination-file)
After: systemd-sysext.socket (destination-file)
After: systemd-journalctl.socket (destination-file)
After: acpid.socket (origin-default destination-default)
After: polkit-agent-helper.socket (origin-default destination-default)
After: systemd-mute-console.socket (destination-file)
After: cups.socket (origin-default destination-default)
References: libvirtd.socket (origin-file)
References: sshd-unix-local.socket (origin-file origin-default)
References: systemd-journald-dev-log.socket (origin-file)
References: systemd-hostnamed.socket (origin-file origin-default)
References: virtlogd.socket (origin-file)
References: acpi-fakekey.socket (origin-file origin-default)
References: dm-event.socket (origin-file)
References: virtlockd.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-udevd-kernel.socket (origin-file)
References: polkit-agent-helper.socket (origin-file origin-default)
References: acpid.socket (origin-file origin-default)
References: systemd-creds.socket (origin-file)
References: rpcbind.socket (origin-file)
References: dbus.socket (origin-file origin-default)
References: virtlogd-admin.socket (origin-file)
References: systemd-ask-password.socket (origin-file)
References: uuidd.socket (origin-file origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-pcrlock.socket (origin-file)
References: systemd-mute-console.socket (origin-file)
References: libvirtd-ro.socket (origin-file)
References: systemd-logind-varlink.socket (origin-file origin-default)
References: systemd-journalctl.socket (origin-file)
References: systemd-factory-reset.socket (origin-file)
References: virtlockd-admin.socket (origin-file)
References: cups.socket (origin-file origin-default)
References: systemd-sysext.socket (origin-file)
References: libvirtd-admin.socket (origin-file)
References: systemd-udevd-varlink.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-pcrextend.socket (origin-file)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: acpi-fakekey.socket (destination-default)
ReferencedBy: systemd-mute-console.socket (destination-file)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: systemd-pcrextend.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: systemd-udevd-varlink.socket (destination-file)
ReferencedBy: systemd-factory-reset.socket (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-ask-password.socket (destination-file)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: systemd-journalctl.socket (destination-file)
ReferencedBy: systemd-creds.socket (destination-file)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-networkd-varlink.socket (destination-file)
ReferencedBy: sshd-unix-local.socket (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: ae90a434ed5b43bfb976f00424838b84
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit blockdev at dev-sda2.target:
Description: Block Device Preparation for /dev/sda2
Instance: dev-sda2
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
Before: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-proc-swap)
Before: umount.target (origin-file)
Before: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-proc-swap)
Before: dev-sda2.swap (destination-proc-swap)
References: umount.target (origin-file)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-sda2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-proc-swap)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit initrd-switch-root.target:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-switch-root.target
AssertPathExists: /etc/initrd-release untested
Wants: initrd-cleanup.service (origin-file)
Wants: initrd-fs.target (origin-file)
Wants: initrd-udevadm-cleanup-db.service (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: initrd-switch-root.service (origin-file)
Wants: systemd-journald.service (origin-file)
WantedBy: initrd-switch-root.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-udevd.service (destination-file)
ConflictedBy: systemd-sysext-initrd.service (destination-file)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: systemd-confext-initrd.service (destination-file)
Before: initrd-switch-root.service (origin-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-tmpfiles-clean.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-networkd.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
After: ldconfig.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: initrd-cleanup.service (origin-file)
After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
After: initrd-fs.target (origin-file)
After: emergency.target (origin-file)
After: initrd-root-fs.target (origin-file)
After: systemd-ask-password-console.service (destination-file)
After: emergency.service (origin-file)
References: systemd-journald.service (origin-file)
References: initrd-root-fs.target (origin-file)
References: initrd-udevadm-cleanup-db.service (origin-file)
References: emergency.service (origin-file)
References: initrd-switch-root.service (origin-file)
References: emergency.target (origin-file)
References: initrd-fs.target (origin-file)
References: initrd-cleanup.service (origin-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit exim4.service:
Description: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:02 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:46:02 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: d6a830e6366246bbb840e7731c4acf30
Documentation: man:exim(8)
Documentation: https://exim.org/docs.html
Fragment Path: /usr/lib/systemd/system/exim4.service
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: sendmail.service (origin-file)
Conflicts: postfix.service (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
After: nss-lookup.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
After: tmp.mount (origin-path)
References: tmp.mount (origin-path)
References: -.mount (origin-path)
References: nss-lookup.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sendmail.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: postfix.service (origin-file)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: exec
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1374
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/exim4/exim.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: EXIMSERVICE=-bdf -q30m
Environment: UPEX4OPTS=
EnvironmentFile: -/etc/default/exim4
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
? ExecStart:
Command Line: /usr/sbin/exim4 "\$EXIMSERVICE"
? ExecReload:
Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
Command Line: kill -HUP "\$MAINPID"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 99b0abd4652b457594927a7307f3f508
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partuuid/eea31bf9-03
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
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: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a37d35f34a544dacb53dfdea460a4b30
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs.target
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: boot.mount (origin-file)
Requires: -.mount (origin-file)
Wants: systemd-remount-fs.service (origin-file)
Wants: tmp.mount (origin-file)
Wants: systemd-fsck-root.service (origin-file)
RequiredBy: selinux-autorelabel-mark.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: nfs-idmapd.service (destination-file)
Before: nfs-config.service (destination-file)
Before: networking.service (destination-file)
Before: sysinit.target (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: nfs-mountd.service (destination-file)
Before: apparmor.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: nfs-server.service (destination-file)
Before: selinux-autorelabel-mark.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: console-setup.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: ldconfig.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-sysext.socket (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
After: systemd-quotacheck-root.service (destination-file)
After: run-user-0.mount (destination-mountinfo)
After: systemd-fsck-root.service (destination-file)
After: run-user-1000.mount (destination-mountinfo)
After: boot.mount (destination-file destination-mountinfo)
After: local-fs-pre.target (origin-file)
After: -.mount (destination-file)
After: systemd-remount-fs.service (destination-file)
After: tmp.mount (destination-file)
OnFailure: emergency.target (origin-file)
References: local-fs-pre.target (origin-file)
References: boot.mount (origin-file)
References: tmp.mount (origin-file)
References: emergency.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: selinux-autorelabel-mark.service (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: nfs-config.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: nfs-idmapd.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: run-user-0.mount (destination-mountinfo)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: boot.mount (destination-file destination-mountinfo)
ReferencedBy: apparmor.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
? Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids bpf-devices
Invocation ID: e65ec006ab194c16b9ea1389bfeb1227
Documentation: man:sensors(1)
Documentation: man:sensors.conf(5)
Fragment Path: /usr/lib/systemd/system/lm-sensors.service
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: fancontrol.service (destination-file)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-path)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: tmp.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: fancontrol.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
LockPersonality: yes
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/sensors -s
Command Line: /usr/bin/sensors
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /usr/lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
ConditionPathExists: |/etc/udev/hwdb.bin untested
ConditionPathExists: |!/usr/lib/udev/hwdb.bin untested
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Sat 2026-03-14 21:45:46 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: systemd-update-done.service (origin-file)
Before: systemd-udevd.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-update-done.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-hwdb update
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 9298dec5ff67487c9ae2ebc38cc460da
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys untested
ConditionPathExists: /proc/sys/fs/binfmt_misc untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: binfmt-support.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
Before: sysinit.target (origin-file)
Before: systemd-binfmt.service (destination-file)
After: -.mount (origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-path)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
ExtraOptions: (null)
DirectoryMode: 0755
TimeoutIdleUSec: 0
? Unit systemd-networkd-persistent-storage.service:
Description: Enable Persistent Storage in systemd-networkd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:networkctl(1)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-persistent-storage.service
ConditionPathExists: !/etc/initrd-release untested
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
BindsTo: systemd-networkd.service (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-networkd.service (origin-file)
After: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: systemd-networkd.service (origin-file)
References: -.mount (origin-path)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/network (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/network
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: systemd-network
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: networkctl persistent-storage yes
? ExecStop:
Command Line: networkctl persistent-storage no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit tmp.mount:
Description: Temporary Directory /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/tmp.mount
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 8be174940c3f4651aef629eb91013b9e
Documentation: https://systemd.io/TEMPORARY_DIRECTORIES
Documentation: man:file-hierarchy(7)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/tmp.mount
Source Path: /proc/self/mountinfo
ConditionPathIsSymbolicLink: !/tmp untested
Condition Timestamp: Sat 2026-03-14 21:45:47 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:47 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: bluetooth.service (destination-file)
WantedBy: basic.target (destination-file)
WantedBy: irqbalance.service (destination-path)
WantedBy: ntp.service (destination-path)
WantedBy: switcheroo-control.service (destination-file)
WantedBy: polkit.service (destination-file)
WantedBy: upower.service (destination-file)
WantedBy: rsyslog.service (destination-path)
WantedBy: systemd-logind.service (destination-path)
WantedBy: logrotate.service (destination-path)
WantedBy: lm-sensors.service (destination-path)
WantedBy: mlocate.service (destination-path)
WantedBy: local-fs.target (destination-file)
WantedBy: exim4.service (destination-path)
WantedBy: colord.service (destination-file)
WantedBy: fancontrol.service (destination-path)
WantedBy: systemd-hostnamed.service (destination-path)
WantedBy: e2scrub_reap.service (destination-file)
WantedBy: man-db.service (destination-path)
Conflicts: umount.target (origin-file)
Before: switcheroo-control.service (destination-file)
Before: ntp.service (destination-path)
Before: local-fs.target (origin-file)
Before: rsyslog.service (destination-path)
Before: logrotate.service (destination-path)
Before: umount.target (origin-file)
Before: systemd-logind.service (destination-path)
Before: bluetooth.service (destination-file)
Before: exim4.service (destination-path)
Before: e2scrub_reap.service (destination-file)
Before: polkit.service (destination-file)
Before: lm-sensors.service (destination-path)
Before: upower.service (destination-file)
Before: irqbalance.service (destination-path)
Before: man-db.service (destination-path)
Before: mlocate.service (destination-path)
Before: systemd-hostnamed.service (destination-path)
Before: colord.service (destination-file)
Before: fancontrol.service (destination-path)
Before: basic.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: swap.target (origin-file)
References: swap.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-logind.service (destination-path)
ReferencedBy: fancontrol.service (destination-path)
ReferencedBy: irqbalance.service (destination-path)
ReferencedBy: lm-sensors.service (destination-path)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: mlocate.service (destination-path)
ReferencedBy: rsyslog.service (destination-path)
ReferencedBy: systemd-hostnamed.service (destination-path)
ReferencedBy: exim4.service (destination-path)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: ntp.service (destination-path)
ReferencedBy: basic.target (destination-file)
ReferencedBy: man-db.service (destination-path)
ReferencedBy: switcheroo-control.service (destination-file)
ReferencedBy: logrotate.service (destination-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,nr_inodes=1048576
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit shutdown.target:
Description: System Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/shutdown.target
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
ConflictedBy: remote-cryptsetup.target (destination-file)
ConflictedBy: bluetooth.service (destination-default)
ConflictedBy: imports.target (destination-default)
ConflictedBy: switcheroo-control.service (destination-default)
ConflictedBy: integritysetup-pre.target (destination-default)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: systemd-quotacheck-root.service (destination-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: systemd-networkd-persistent-storage.service (destination-file)
ConflictedBy: exim4-base.service (destination-default)
ConflictedBy: systemd-rfkill.service (destination-file)
ConflictedBy: systemd-hostnamed.socket (destination-default)
ConflictedBy: user-1000.slice (destination-default)
ConflictedBy: remote-veritysetup.target (destination-file)
ConflictedBy: selinux-autorelabel-mark.service (destination-file)
ConflictedBy: systemd-journal-catalog-update.service (destination-file)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: systemd-networkd-varlink.socket (destination-file)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: anacron.service (destination-default)
ConflictedBy: nfs-client.target (destination-default)
ConflictedBy: bluetooth.target (destination-default)
ConflictedBy: initrd-usr-fs.target (destination-file)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: initrd-root-device.target (destination-file)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: systemd-hostnamed.service (destination-default)
ConflictedBy: system-modprobe.slice (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: exim4.service (destination-default)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: stunnel.target (destination-default)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: systemd-hibernate-clear.service (destination-file)
ConflictedBy: mlocate.service (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: vsftpd.service (destination-default)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: polkit-agent-helper.socket (destination-default)
ConflictedBy: sshd at sshd-keygen.service (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: rsyslog.service (destination-default)
ConflictedBy: mlocate.timer (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: e2scrub_all.timer (destination-default)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: atd.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: cryptsetup-pre.target (destination-default)
ConflictedBy: systemd-tpm2-setup-early.service (destination-file)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: alsa-state.service (destination-default)
ConflictedBy: e2scrub_all.service (destination-default)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
ConflictedBy: udisks2.service (destination-default)
ConflictedBy: uuidd.socket (destination-default)
ConflictedBy: fancontrol.service (destination-default)
ConflictedBy: acpi-fakekey.service (destination-default)
ConflictedBy: sysfsutils.service (destination-default)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: system-sshd.slice (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ConflictedBy: exim4-base.timer (destination-default)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: wpa_supplicant.service (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: user-0.slice (destination-default)
ConflictedBy: ntp.service (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: systemd-pcrmachine.service (destination-file)
ConflictedBy: user-runtime-dir at 1000.service (destination-default)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: getty at tty2.service (destination-default)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: getty at tty4.service (destination-default)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: rsync.service (destination-default)
ConflictedBy: systemd-networkd-resolve-hook.socket (destination-file)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
ConflictedBy: basic.target (destination-default)
ConflictedBy: initrd.target (destination-default)
ConflictedBy: irqbalance.service (destination-default)
ConflictedBy: session-28.scope (destination-default)
ConflictedBy: slices.target (destination-default)
ConflictedBy: alsa-restore.service (destination-default)
ConflictedBy: acpid.service (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: swap.target (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: network.target (destination-default)
ConflictedBy: systemd-rfkill.socket (destination-file)
ConflictedBy: user-runtime-dir at 0.service (destination-default)
ConflictedBy: user.slice (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: cups.socket (destination-default)
ConflictedBy: systemd-sysext.service (destination-file)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: systemd-pcrproduct.service (destination-file)
ConflictedBy: nfs-utils.service (destination-default)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: systemd-logind-varlink.socket (destination-default)
ConflictedBy: initrd-root-fs.target (destination-file)
ConflictedBy: first-boot-complete.target (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: sound.target (destination-default)
ConflictedBy: tpm2.target (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: anacron.timer (destination-default)
ConflictedBy: session-22.scope (destination-default)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: systemd-confext.service (destination-file)
ConflictedBy: system-cups.slice (destination-default)
ConflictedBy: rtun.service (destination-default)
ConflictedBy: session-18.scope (destination-default)
ConflictedBy: time-set.target (destination-default)
ConflictedBy: systemd-pcrnvdone.service (destination-file)
ConflictedBy: systemd-firstboot.service (destination-file)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: polkit.service (destination-default)
ConflictedBy: acpid.socket (destination-default)
ConflictedBy: acpi-support.service (destination-default)
ConflictedBy: veritysetup.target (destination-default)
ConflictedBy: systemd-pstore.service (destination-file)
ConflictedBy: systemd-bsod.service (destination-file)
ConflictedBy: rpcbind.target (destination-default)
ConflictedBy: systemd-pcrphase.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: systemd-networkd.socket (destination-file)
ConflictedBy: xdm.service (destination-default)
ConflictedBy: initrd-fs.target (destination-file)
ConflictedBy: ssh.service (destination-default)
ConflictedBy: systemd-tpm2-setup.service (destination-file)
ConflictedBy: acpid.path (destination-default)
ConflictedBy: integritysetup.target (destination-default)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: colord.service (destination-default)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ConflictedBy: dpkg-db-backup.service (destination-default)
ConflictedBy: cups.service (destination-default)
ConflictedBy: veritysetup-pre.target (destination-default)
ConflictedBy: user at 1000.service (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: sshd-keygen.service (destination-default)
ConflictedBy: dpkg-db-backup.timer (destination-default)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: sshd-unix-local.socket (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: e2scrub_reap.service (destination-default)
ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
ConflictedBy: paths.target (destination-default)
ConflictedBy: smartmontools.service (destination-default)
ConflictedBy: systemd-update-done.service (destination-file)
ConflictedBy: getty at tty3.service (destination-default)
ConflictedBy: upower.service (destination-default)
ConflictedBy: user at 0.service (destination-default)
ConflictedBy: systemd-mute-console.socket (destination-file)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: rtkit-daemon.service (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: uuidd.service (destination-default)
ConflictedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ConflictedBy: remote-integritysetup.target (destination-file)
ConflictedBy: acpi-fakekey.socket (destination-default)
Before: final.target (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-reboot.service (destination-file)
After: remote-fs-pre.target (destination-default)
After: alsa-state.service (destination-default)
After: systemd-hostnamed.socket (destination-default)
After: getty at tty1.service (destination-default)
After: xdm.service (destination-default)
After: upower.service (destination-default)
After: network.target (destination-default)
After: systemd-networkd-varlink-metrics.socket (destination-file)
After: polkit.service (destination-default)
After: emergency.service (destination-file)
After: systemd-networkd.socket (destination-file)
After: fancontrol.service (destination-default)
After: lm-sensors.service (destination-default)
After: graphical.target (destination-default)
After: systemd-confext.service (destination-file)
After: systemd-update-done.service (destination-file)
After: sysinit.target (destination-default)
After: e2scrub_reap.service (destination-default)
After: systemd-networkd.service (destination-file)
After: rpcbind.target (destination-default)
After: network-pre.target (destination-default)
After: cryptsetup.target (destination-default)
After: getty at tty4.service (destination-default)
After: getty at tty2.service (destination-default)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: systemd-pcrphase.service (destination-default)
After: getty at tty3.service (destination-default)
After: nss-user-lookup.target (destination-default)
After: integritysetup-pre.target (destination-default)
After: systemd-hibernate-clear.service (destination-file)
After: dpkg-db-backup.timer (destination-default)
After: systemd-pstore.service (destination-file)
After: user at 1000.service (destination-default)
After: rtkit-daemon.service (destination-default)
After: sshd at sshd-keygen.service (destination-default)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: system-cups.slice (destination-default)
After: selinux-autorelabel-mark.service (destination-file)
After: apt-daily.service (destination-default)
After: systemd-firstboot.service (destination-file)
After: systemd-logind-varlink.socket (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: getty.target (destination-default)
After: alsa-restore.service (destination-default)
After: user.slice (destination-default)
After: exim4-base.timer (destination-default)
After: cron.service (destination-default)
After: sockets.target (destination-default)
After: rescue.target (destination-default)
After: systemd-quotacheck-root.service (destination-file)
After: local-fs-pre.target (destination-default)
After: getty-pre.target (destination-default)
After: dpkg-db-backup.service (destination-default)
After: user-1000.slice (destination-default)
After: vsftpd.service (destination-default)
After: paths.target (destination-default)
After: systemd-networkd-persistent-storage.service (destination-file)
After: nfs-utils.service (destination-default)
After: man-db.timer (destination-default)
After: bluetooth.service (destination-default)
After: cups.socket (destination-default)
After: apt-daily.timer (destination-default)
After: system-systemd\x2dfsck.slice (destination-default)
After: time-set.target (destination-default)
After: networking.service (destination-file)
After: systemd-logind.service (destination-default)
After: systemd-hostnamed.service (destination-default)
After: systemd-sysusers.service (destination-file)
After: user-runtime-dir at 0.service (destination-default)
After: user at 0.service (destination-default)
After: systemd-tpm2-setup.service (destination-file)
After: systemd-tmpfiles-clean.timer (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: system-getty.slice (destination-default)
After: dbus.service (destination-default)
After: getty-static.service (destination-default)
After: sysfsutils.service (destination-default)
After: swap.target (destination-default)
After: systemd-journal-catalog-update.service (destination-file)
After: acpi-support.service (destination-default)
After: systemd-sysctl.service (destination-file)
After: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
After: acpi-fakekey.socket (destination-default)
After: slices.target (destination-default)
After: rsync.service (destination-default)
After: system-systemd\x2dbacklight.slice (destination-default)
After: smartmontools.service (destination-default)
After: session-22.scope (destination-default)
After: nfs-client.target (destination-default)
After: ntp.service (destination-default)
After: acpid.path (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-rfkill.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: anacron.timer (destination-default)
After: cups.service (destination-default)
After: systemd-binfmt.service (destination-file)
After: polkit-agent-helper.socket (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: switcheroo-control.service (destination-default)
After: systemd-pcrmachine.service (destination-file)
After: ldconfig.service (destination-file)
After: exim4.service (destination-default)
After: ssh.service (destination-default)
After: acpid.service (destination-default)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: system-modprobe.slice (destination-default)
After: user-runtime-dir at 1000.service (destination-default)
After: veritysetup.target (destination-default)
After: nss-lookup.target (destination-default)
After: acpi-fakekey.service (destination-default)
After: uuidd.service (destination-default)
After: session-18.scope (destination-default)
After: first-boot-complete.target (destination-default)
After: uuidd.socket (destination-default)
After: emergency.target (destination-default)
After: colord.service (destination-default)
After: imports.target (destination-default)
After: multi-user.target (destination-default)
After: initrd.target (destination-default)
After: mlocate.timer (destination-default)
After: systemd-mute-console.socket (destination-file)
After: logrotate.service (destination-default)
After: integritysetup.target (destination-default)
After: user-0.slice (destination-default)
After: anacron.service (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: systemd-bsod.service (destination-file)
After: atd.service (destination-default)
After: sound.target (destination-default)
After: bluetooth.target (destination-default)
After: logrotate.timer (destination-default)
After: systemd-pcrproduct.service (destination-file)
After: systemd-ask-password-wall.service (destination-default)
After: systemd-networkd-varlink.socket (destination-file)
After: stunnel.target (destination-default)
After: udisks2.service (destination-default)
After: network-online.target (destination-default)
After: acpid.socket (destination-default)
After: cryptsetup-pre.target (destination-default)
After: systemd-fsck-root.service (destination-file)
After: basic.target (destination-default)
After: systemd-networkd-resolve-hook.socket (destination-file)
After: time-sync.target (destination-default)
After: dbus.socket (destination-default)
After: irqbalance.service (destination-default)
After: session-28.scope (destination-default)
After: systemd-rfkill.socket (destination-file)
After: systemd-modules-load.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: rtun.service (destination-default)
After: systemd-user-sessions.service (destination-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-random-seed.service (destination-file)
After: e2scrub_all.service (destination-default)
After: syslog.socket (destination-file)
After: apt-daily-upgrade.timer (destination-default)
After: systemd-tpm2-setup-early.service (destination-file)
After: tpm2.target (destination-default)
After: wpa_supplicant.service (destination-default)
After: rescue.service (destination-file)
After: mlocate.service (destination-default)
After: system-sshd.slice (destination-default)
After: e2scrub_all.timer (destination-default)
After: systemd-remount-fs.service (destination-file)
After: systemd-pcrnvdone.service (destination-file)
After: exim4-base.service (destination-default)
After: sshd-keygen.service (destination-default)
After: systemd-udev-load-credentials.service (destination-file)
After: man-db.service (destination-default)
After: systemd-pcrphase-sysinit.service (destination-file)
After: sshd-unix-local.socket (destination-default)
After: rsyslog.service (destination-default)
After: veritysetup-pre.target (destination-default)
After: systemd-sysext.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: apt-daily-upgrade.service (destination-default)
ReferencedBy: getty at tty3.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: remote-integritysetup.target (destination-file)
ReferencedBy: systemd-networkd-varlink.socket (destination-file)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: getty.target (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: rtun.service (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: integritysetup-pre.target (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: time-set.target (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: acpi-fakekey.service (destination-default)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: cups.service (destination-default)
ReferencedBy: swap.target (destination-default)
ReferencedBy: selinux-autorelabel-mark.service (destination-file)
ReferencedBy: user-1000.slice (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: xdm.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: slices.target (destination-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: system-cups.slice (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: veritysetup-pre.target (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: sound.target (destination-default)
ReferencedBy: getty at tty2.service (destination-default)
ReferencedBy: session-28.scope (destination-default)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: initrd-usr-fs.target (destination-file)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: paths.target (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: session-18.scope (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: nfs-client.target (destination-default)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: first-boot-complete.target (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: sshd-unix-local.socket (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: systemd-mute-console.socket (destination-file)
ReferencedBy: basic.target (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: remote-veritysetup.target (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: initrd.target (destination-default)
ReferencedBy: user-runtime-dir at 0.service (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: stunnel.target (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: cryptsetup-pre.target (destination-default)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: vsftpd.service (destination-default)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: system-sshd.slice (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: bluetooth.target (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: timers.target (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: final.target (destination-file)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: getty at tty4.service (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: switcheroo-control.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: acpi-fakekey.socket (destination-default)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
ReferencedBy: user-0.slice (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: upower.service (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: integritysetup.target (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: session-22.scope (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: fancontrol.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: acpid.path (destination-default)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: veritysetup.target (destination-default)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: tpm2.target (destination-default)
ReferencedBy: rpcbind.target (destination-default)
ReferencedBy: system-modprobe.slice (destination-default)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: imports.target (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: user at 0.service (destination-default)
ReferencedBy: acpi-support.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit initrd-udevadm-cleanup-db.service:
Description: Cleanup udev Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-udevadm-cleanup-db.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: systemd-udev-trigger.service (origin-file)
Conflicts: systemd-udevd.service (origin-file)
Conflicts: systemd-udev-settle.service (origin-file)
Before: initrd-switch-root.target (origin-file destination-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-udevd.service (origin-file)
After: system.slice (origin-file)
After: systemd-udev-settle.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udev-settle.service (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm info --cleanup-db
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit integritysetup-pre.target:
Description: Local Integrity Protected Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/integritysetup-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-integritysetup.target (destination-file)
Before: integritysetup.target (origin-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
References: integritysetup.target (origin-file)
ReferencedBy: remote-integritysetup.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-logind-varlink.socket:
Description: User Login Management Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: fd9e37a4e10f4a32b9f01524a230362e
Documentation: man:systemd-logind.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-logind-varlink.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: systemd-logind.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: systemd-logind.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: sockets.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Login (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/io.systemd.Login
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Login
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nfs-config.service:
Description: Preprocess NFS configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2026-03-14 21:45:48 IST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 1330d36519c14d0fa67f89df1bc71423
Fragment Path: /usr/lib/systemd/system/nfs-config.service
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: rpc-gssd.service (destination-file)
WantedBy: nfs-idmapd.service (destination-file)
WantedBy: nfs-server.service (destination-file)
WantedBy: nfs-mountd.service (destination-file)
WantedBy: rpc-svcgssd.service (destination-file)
WantedBy: rpc-statd-notify.service (destination-file)
WantedBy: rpc-statd.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: nfs-mountd.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: nfs-idmapd.service (destination-file)
Before: rpc-gssd.service (destination-file)
Before: nfs-server.service (destination-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: nfs-idmapd.service (destination-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.target:
Description: Block Device Preparation for /dev/disk/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108
Instance: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: boot.mount (destination-file)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: boot.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-modules-load.service:
Alias: kmod.service
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:37 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:35 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: a5ef0bf13b4b4d51bae8076e2f31c823
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /usr/lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules_load untested
ConditionKernelCommandLine: |rd.modules-load untested
ConditionKernelCommandLine: |modules_load untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sat 2026-03-14 21:45:35 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:35 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: systemd-sysctl.service (destination-file)
Before: sysinit.target (origin-file)
Before: networking.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-modules-load
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-sda2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7e711ce5337242a4bfaeca8a27214341
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-proc-swap)
RequiredBy: dev-sda2.swap (destination-proc-swap)
Before: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
Before: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-proc-swap)
Before: dev-sda2.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
Before: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
Before: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-sda2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap (destination-proc-swap)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/sda2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev,found-swap
? Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 27c48525cffe4162be981b983dc3a4f8
Documentation: man:systemd-ask-password-console.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: paths.target (origin-file)
Before: emergency.service (origin-file)
After: plymouth-start.service (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: emergency.service (origin-file)
References: paths.target (origin-file)
References: shutdown.target (origin-file)
References: plymouth-start.service (origin-file)
References: cryptsetup.target (origin-file)
References: -.mount (origin-path)
References: systemd-ask-password-console.service (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /run/systemd/ask-password
? Unit stunnel.target:
Description: TLS tunnels for network services - per-config-file target
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 3ef01bd041dc4453b867942e79814a68
Fragment Path: /usr/lib/systemd/system/stunnel.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-fsck at dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.service:
Description: File System Check on /dev/disk/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108
Instance: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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-systemd\x2dfsck.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c6282c316e2a4897b61e58d930539dd9
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2026-03-14 21:45:47 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:47 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device (origin-file)
RequiredBy: boot.mount (destination-file)
Conflicts: poweroff.target (origin-file)
Conflicts: halt.target (origin-file)
Conflicts: reboot.target (origin-file)
Conflicts: kexec.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: boot.mount (destination-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device (origin-file)
References: systemd-quotacheck.service (origin-file)
References: reboot.target (origin-file)
References: kexec.target (origin-file)
References: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device (origin-file)
References: poweroff.target (origin-file)
References: halt.target (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: boot.mount (destination-file)
InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/c0e8eefa-e474-4b9a-8514-dd60cc2de108
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit sshd-unix-local.socket:
Description: OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 5fe06325effa4a8380d1ed449b70df1e
Documentation: man:systemd-ssh-generator(8)
Fragment Path: /run/systemd/generator/sshd-unix-local.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/ssh-unix-local/socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: connection
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 0
ListenStream: /run/ssh-unix-local/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 30s
PollLimitBurst: 50
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: e1470910227a4fd797fbed431027d68e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 17d355b02df749b4a207d21743e62f65
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:42 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 4c182ba470294472ba2b380efb670700
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS0
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
Found: found-udev
? Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:50:14 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:42 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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/colord.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: a2a4343d5c284c5bb44e753cf5359687
Fragment Path: /usr/lib/systemd/system/colord.service
Condition Timestamp: Sun 2026-03-15 09:01:42 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:42 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Wants: tmp.mount (origin-file)
Wants: -.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: -.mount (origin-file)
After: dbus.socket (origin-file)
After: tmp.mount (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /etc/colord (origin-file)
RequiresMountsFor: /var/lib/colord (origin-file)
RequiresMountsFor: /var/cache/colord (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 15832
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: pid
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: colord
CacheDirectoryMode: 0755
CacheDirectory: colord
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
ConfigurationDirectory: colord
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_perfmon cap_bpf cap_checkpoint_restore
User: colord
DynamicUser: no
LockPersonality: yes
SystemCallArchitectures: native
RestrictNamespaces: time
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/colord
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit anacron.timer:
Description: Trigger anacron every hour
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:33:21 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 395b6e43f1204791ba135e43293131d1
Fragment Path: /usr/lib/systemd/system/anacron.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: anacron.service (origin-implicit)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: anacron.service (origin-implicit)
References: sysinit.target (origin-default)
References: anacron.service (origin-implicit)
References: -.mount (origin-path)
References: time-sync.target (origin-default)
References: time-set.target (origin-default)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: anacron.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 07..23:30:00
? Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: sshd at sshd-keygen.service (destination-file)
Before: rtun.service (destination-file)
Before: ssh.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
ReferencedBy: rtun.service (destination-file)
ReferencedBy: ssh.service (destination-file)
? Unit sys-subsystem-net-devices-wlp7s0.device:
Description: Wireless 7260 (Wireless-N 7260 [Wilkins Peak 2])
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 11564d83c2b644e091261d085bb1258c
Following Set Member: sys-devices-pci0000:00-0000:00:1c.0-0000:07:00.0-net-wlp7s0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/wlp7s0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:07:00.0/net/wlp7s0
Found: found-udev
? Unit systemd-sysext.socket:
Description: System Extension Image Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: f8e67f2fcc364de7a67024fb501ffbfa
Documentation: man:systemd-sysext(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.socket
ConditionCapability: CAP_SYS_ADMIN untested
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.sysext (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.sysext
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.sysext
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Sun 2026-03-15 10:01:17 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:01:17 IST
Active Enter Timestamp: Sun 2026-03-15 10:01:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: e7b870abd0eb40729db881b164afbb8b
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Sun 2026-03-15 10:01:17 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 10:01:17 IST
Assert Result: yes
Requires: user-1000.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: session-22.scope (destination-file)
RequiredBy: session-28.scope (destination-file)
BoundBy: user at 1000.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: session-28.scope (destination-file)
Before: shutdown.target (origin-default)
Before: session-22.scope (destination-file)
After: basic.target (origin-default)
After: systemd-logind.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: user-1000.slice (origin-file)
After: dbus.service (origin-file)
References: dbus.service (origin-file)
References: systemd-logind.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: user-1000.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: session-22.scope (destination-file)
ReferencedBy: session-28.scope (destination-file)
InSlice: user-1000.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir start 1000
PID: 19180
Start Timestamp: Sun 2026-03-15 10:01:17.837420 IST
Handoff Timestamp: 15.576ms since start
Exit Timestamp: 26.784ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 1000
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd.service:
Description: Network Management
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:systemd-networkd.service(8)
Documentation: man:org.freedesktop.network1(5)
Fragment Path: /usr/lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: systemd-networkd-resolve-hook.socket (origin-file)
Wants: systemd-networkd.socket (origin-file)
Wants: network.target (origin-file)
Wants: systemd-networkd-varlink-metrics.socket (origin-file)
Wants: systemd-networkd-varlink.socket (origin-file)
Wants: systemd-networkd-persistent-storage.service (origin-file)
BoundBy: systemd-networkd-persistent-storage.service (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: apt-daily.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: multi-user.target (origin-file)
Before: apt-daily-upgrade.service (destination-file)
After: systemd-networkd-resolve-hook.socket (origin-file destination-implicit)
After: systemd-networkd-varlink.socket (origin-file destination-implicit)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-udevd.service (origin-file)
After: systemd-networkd-varlink-metrics.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: network-pre.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: systemd-networkd.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd-varlink.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd-varlink-metrics.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd-resolve-hook.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd.socket (origin-file destination-implicit)
References: systemd-networkd-persistent-storage.service (origin-file)
References: network-pre.target (origin-file)
References: systemd-udevd.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-networkd.socket (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd-varlink.socket (origin-file)
References: shutdown.target (origin-file)
References: multi-user.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: systemd-networkd-varlink-metrics.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-networkd-resolve-hook.socket (origin-file)
ReferencedBy: systemd-networkd.socket (destination-implicit)
ReferencedBy: systemd-networkd-varlink.socket (destination-implicit)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-implicit)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-implicit)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/netif (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: on-failure
NotifyAccess: main
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.freedesktop.network1
Bus Name Good: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGUSR2
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: invisible
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/netif
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
User: systemd-network
DynamicUser: no
LockPersonality: yes
SystemCallFilter: write exit_group prlimit64 open unlinkat capset cacheflush getresuid sched_get_priority_min timer_gettime personality mkdirat setgroups32 rt_sigtimedwait setrlimit process_vm_readv chown32 sigreturn set_tls dup msync sendmsg unshare tkill epoll_create1 mq_getsetattr wait4 sendto setpriority tee readahead sched_getattr ioprio_get statfs64 getsockopt memfd_create landlock_restrict_self pwritev2 access epoll_pwait2 getresgid waitpid recvmmsg keyctl recv setuid nice ftruncate read sigaltstack futex _newselect getpid sched_setparam getegid setgid32 riscv_hwprobe send timerfd_settime lstat flock setreuid32 shmget process_madvise uname mmap2 mremap capget tgkill sched_setattr pipe2 setreuid pidfd_open waitid sync_file_range2 shmctl epoll_wait futex_waitv getgroups shmdt getpgid pselect6_time64 clock_gettime bind munlock semtimedop getcpu clock_nanosleep_time64 signal readv getuid32 inotify_add_watch lseek oldolduname io_getevents listxattrat kcmp semctl accept writev timer_getoverrun timerfd_create getxattr kill truncate renameat2 sendfile fchmodat2 times eventfd2 mq_timedreceive_time64 setresuid32 setregid32 membarrier socket fadvise64_64 pselect6 clock_getres_time64 mq_notify faccessat sched_yield ftruncate64 time stat64 oldlstat recvmsg get_thread_area timer_create fcntl setsockopt io_pgetevents_time64 getdents64 set_robust_list flistxattr fdatasync semop mlock2 sigsuspend link fstatfs64 clone migrate_pages fstat userfaultfd ppoll select renameat openat2 symlink removexattrat sched_setscheduler signalfd setxattr statmount fchdir setgroups readlinkat umask getgid32 unlink sched_rr_get_interval inotify_rm_watch ppoll_time64 getresuid32 rt_sigtimedwait_time64 recvmmsg_time64 dup3 fork olduname mseal removexattr io_cancel request_key fchown fchown32 landlock_add_rule epoll_create msgsnd ipc sigpending setpgid open_tree arch_prctl io_uring_setup fchmod getuid epoll_pwait lsm_list_modules listmount process_vm_writev mkdir io_uring_register io_setup sched_rr_get_interval_time64 getgroups32 sendfile64 fremovexattr getpriority io_uring_enter exit geteuid llistxattr rt_sigqueueinfo clone3 eventfd rt_tgsigqueueinfo splice fstatfs lremovexattr msgrcv syncfs setgid setns chdir set_tid_address getxattrat pidfd_send_signal seccomp fgetxattr timer_gettime64 lsm_get_self_attr getresgid32 preadv2 pipe utimensat_time64 oldfstat setuid32 pause readlink execveat sched_getparam utimes semtimedop_time64 mknodat set_mempolicy get_mempolicy munmap close_range madvise lchown32 gettid lchown rseq sync timerfd_settime64 chmod shmat mq_unlink bpf epoll_ctl lgetxattr mbind rt_sigpending futex_time64 setresuid sched_get_priority_max clock_nanosleep fsync geteuid32 statx sched_setaffinity statfs ioprio_set restart_syscall io_destroy riscv_flush_icache remap_file_pages rt_sigaction readdir name_to_handle_at setresgid getgid vmsplice creat fallocate fchmodat symlinkat timerfd_gettime timer_delete mq_open fadvise64 getrlimit landlock_create_ruleset poll faccessat2 set_mempolicy_home_node ioctl chown vfork copy_file_range set_thread_area mq_timedsend_time64 io_submit getdents fcntl64 setxattrat swapcontext getrandom getegid32 msgctl getcwd sysinfo setfsgid32 futimesat getppid setitimer epoll_wait_old rename mq_timedsend alarm getpgrp prctl clock_getres setfsgid clock_gettime64 rt_sigprocmask socketcall msgget sched_getaffinity timer_settime recvfrom newfstatat arm_fadvise64_64 fchownat uretprobe pwritev setresgid32 timerfd_gettime64 semget getrusage rt_sigsuspend setsid getpeername lsetxattr dup2 accept4 mq_timedreceive fstatat64 sync_file_range sigprocmask signalfd4 mlockall listen setregid linkat nanosleep inotify_init inotify_init1 pwrite64 getsockname utime add_key getsid stat truncate64 listxattr sched_getscheduler brk move_pages rt_sigreturn utimensat lstat64 epoll_ctl_old close ugetrlimit execve mlock mprotect gettimeofday mmap fsetxattr openat mknod oldstat getitimer timer_settime64 sendmmsg setfsuid setfsuid32 preadv pread64 shutdown rmdir connect fstat64 io_pgetevents get_robust_list socketpair munlockall sigaction _llseek
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-networkd
File Descriptor Store Max: 512
File Descriptor Store Pin: restart
File Descriptor Store Current: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
? Unit virtlogd-admin.socket:
Description: virtlogd-admin.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/virtlogd-admin.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 314bb683b79d42eeaf5ab28f417289a1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/emergency.target
Requires: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: initrd-cleanup.service (destination-file)
ConflictedBy: initrd-parse-etc.service (destination-file)
ConflictedBy: sysinit.target (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: shutdown.target (origin-default)
After: emergency.service (origin-file)
After: sysinit.target (destination-file)
OnFailureOf: initrd-switch-root.service (destination-file)
OnFailureOf: systemd-fsck-root.service (destination-file)
OnFailureOf: local-fs.target (destination-file)
OnFailureOf: initrd.target (destination-file)
OnFailureOf: initrd-usr-fs.target (destination-file)
OnFailureOf: initrd-root-fs.target (destination-file)
OnFailureOf: initrd-parse-etc.service (destination-file)
OnFailureOf: initrd-fs.target (destination-file)
OnFailureOf: initrd-root-device.target (destination-file)
OnFailureOf: initrd-cleanup.service (destination-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: initrd-usr-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-udevd.service:
Description: Rule-based Manager for Device Events and Files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:39 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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-udevd.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: 978caf3f6d7b4124816712345cdf8439
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd.service
DropIn Path: /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2026-03-14 21:45:39 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:39 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-varlink.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-udev-load-credentials.service (origin-file)
WantedBy: systemd-udev-settle.service (destination-file)
WantedBy: sysinit.target (destination-file)
WantedBy: systemd-udev-trigger.service (destination-file)
WantedBy: ifupdown-pre.service (destination-file)
Conflicts: soft-reboot.target (origin-file)
Conflicts: initrd-switch-root.service (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: sysinit.target (origin-file)
Before: initrd-switch-root.service (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: soft-reboot.target (origin-file)
Before: systemd-networkd.service (destination-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-udevd-varlink.socket (origin-file destination-implicit)
After: systemd-hwdb-update.service (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-sysusers.service (origin-file)
TriggeredBy: systemd-udevd-varlink.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
References: systemd-udevd-control.socket (origin-file)
References: systemd-sysusers.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: soft-reboot.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udevd-varlink.socket (origin-file)
References: systemd-udev-load-credentials.service (origin-file)
References: systemd-soft-reboot.service (origin-file)
References: sysinit.target (origin-file)
References: initrd-switch-root.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: systemd-udevd-varlink.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 357
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -1000
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
SystemCallFilter: kill time removexattrat getrandom sched_get_priority_min timerfd_gettime getdents64 process_madvise readlink sched_rr_get_interval clock_getres_time64 utimes getsockname process_vm_readv fchown lchown32 userfaultfd sendfile sched_yield access socketcall waitpid preadv fchmodat readlinkat timer_settime64 connect fchownat writev renameat2 msync capget truncate epoll_ctl_old getcpu setuid32 symlinkat pselect6 sysinfo prctl futex_waitv utimensat shmat riscv_hwprobe getuid rt_sigtimedwait setsid _llseek oldfstat chmod cacheflush shmget init_module sendfile64 close_range io_pgetevents_time64 lsetxattr times futex_time64 openat iopl unlinkat utimensat_time64 clock_gettime64 mq_getsetattr set_tls mq_open ioctl sendto semop personality fchown32 epoll_create1 lsm_get_self_attr capset clock_gettime landlock_restrict_self fstatfs64 pread64 getresuid io_setup gettimeofday pciconfig_iobase fchmodat2 exit_group sync_file_range2 sendmsg getgroups getcwd waitid socketpair semget semtimedop setreuid link sched_get_priority_max llistxattr fcntl64 getrlimit inotify_init recvmmsg_time64 lsm_list_modules msgctl chown io_uring_enter getgroups32 timer_settime set_robust_list io_getevents sched_getparam epoll_pwait inotify_init1 fstat64 read sched_rr_get_interval_time64 rt_sigsuspend sigaction setxattr sched_getaffinity statfs64 fchdir setgroups sync_file_range getpriority select setreuid32 getegid32 epoll_ctl epoll_wait clone3 tee munmap sigreturn setpgid gettid pause geteuid clock_getres shutdown truncate64 io_uring_register fadvise64 write fadvise64_64 setfsuid add_key oldolduname pipe getxattr recvfrom wait4 sched_getattr fstat alarm rt_sigtimedwait_time64 sched_setaffinity msgsnd io_destroy setresgid32 lseek readv kcmp close request_key nanosleep mq_timedreceive_time64 bind io_cancel fsetxattr fdatasync setregid32 syncfs setpriority renameat riscv_flush_icache getgid32 futex mlockall removexattr readdir brk getegid ugetrlimit symlink munlock clone vmsplice accept sigprocmask lgetxattr sched_setscheduler msgget getpgid set_mempolicy_home_node execve execveat setgid recvmmsg sched_setparam pwritev ftruncate dup3 getrusage getpeername olduname shmctl io_pgetevents getuid32 clock_nanosleep listxattr signalfd sync recvmsg process_vm_writev setresuid32 open_tree mq_notify uname pciconfig_read getresuid32 rseq fchmod sigaltstack setgid32 epoll_wait_old set_tid_address uretprobe mremap faccessat sendmmsg ppoll_time64 ioperm statfs get_robust_list readahead getitimer timer_delete timer_gettime sigsuspend fstatat64 rt_sigreturn unlink fallocate fsync pwrite64 getresgid utime setsockopt timerfd_gettime64 setregid mlock2 _newselect setgroups32 mq_timedreceive timer_create timer_getoverrun ioprio_get umask bpf stat64 lchown newfstatat lstat64 dup name_to_handle_at splice finit_module poll getsockopt oldstat chown32 dup2 setrlimit nice timerfd_settime inotify_add_watch mq_timedsend_time64 timerfd_create s390_pci_mmio_write mknod epoll_create msgrcv signalfd4 setxattrat stat exit tgkill ipc statx statmount rename getdents move_pages oldlstat rt_sigqueueinfo open getxattrat shmdt arm_fadvise64_64 pipe2 get_mempolicy mkdirat setitimer getsid mprotect setfsuid32 mq_unlink geteuid32 lremovexattr send get_thread_area socket landlock_create_ruleset sigpending arch_prctl listxattrat rt_sigpending mkdir recv vfork timerfd_settime64 keyctl remap_file_pages pidfd_open fork fremovexattr getresgid32 semtimedop_time64 unshare madvise listmount io_submit epoll_pwait2 landlock_add_rule setns ftruncate64 sched_getscheduler timer_gettime64 openat2 eventfd2 set_mempolicy listen io_uring_setup faccessat2 setresuid swapcontext prlimit64 getpid fgetxattr restart_syscall accept4 migrate_pages rt_tgsigqueueinfo fstatfs inotify_rm_watch rmdir getpgrp eventfd copy_file_range linkat tkill pselect6_time64 rt_sigaction munlockall s390_pci_mmio_read mlock getppid pciconfig_write flock rt_sigprocmask sched_setattr getgid setfsgid signal fcntl mbind mmap flistxattr ioprio_set futimesat mq_timedsend mknodat creat chdir seccomp mmap2 preadv2 semctl setuid memfd_create setfsgid32 ppoll pidfd_send_signal delete_module mseal lstat setresgid pwritev2 membarrier clock_nanosleep_time64 set_thread_area
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-udevd
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Pin: yes
File Descriptor Store Current: 1
File Descriptor Store Entry: 'inotify' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:inotify; access=ro)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: (none)
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
DelegateSubgroup: udev
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit irqbalance.service:
Description: irqbalance daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
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/irqbalance.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: 114d7bcce7264f399aec51534e20c8b4
Documentation: man:irqbalance(1)
Documentation: https://github.com/Irqbalance/irqbalance
Fragment Path: /usr/lib/systemd/system/irqbalance.service
ConditionCPUs: >1 untested
ConditionVirtualization: !container untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: tmp.mount (origin-path)
After: basic.target (origin-default)
After: -.mount (origin-path)
References: shutdown.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: tmp.mount (origin-path)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/irqbalance (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 890
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/usr/lib/irqbalance/defaults.env
EnvironmentFile: -/etc/default/irqbalance
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: irqbalance
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
ReadWritePaths: /proc/irq
ReadOnlyPaths: /
LockPersonality: yes
SystemCallFilter: sched_getaffinity getgroups timer_delete fdatasync futex splice fadvise64_64 landlock_create_ruleset fallocate olduname times getgid select setreuid32 setns dup get_robust_list pidfd_open getsockopt statmount inotify_init setfsuid32 membarrier munmap io_uring_enter mq_unlink writev mq_timedreceive_time64 mq_timedsend sigaction tgkill readlinkat setresuid pwritev2 restart_syscall subpage_prot set_tid_address ftruncate setreuid sysinfo readlink removexattrat setxattrat epoll_ctl_old seccomp fchownat getrlimit fstat chdir timer_gettime64 set_thread_area arch_prctl connect recvmmsg_time64 getgroups32 signal listxattrat uretprobe sched_get_priority_max keyctl set_tls fchmodat2 preadv2 setfsgid32 unlinkat landlock_add_rule semop gettid rt_sigaction exit fgetxattr fanotify_mark close_range pread64 mq_getsetattr io_pgetevents_time64 nfsservctl shutdown sched_rr_get_interval_time64 sendfile64 renameat2 getresgid32 timerfd_create prlimit64 clock_nanosleep _newselect msgctl capget sethostname oldstat lchown32 ipc mkdir recvfrom sigreturn eventfd symlinkat request_key semctl getpgrp acct truncate64 waitid stat chown32 timerfd_settime arm_fadvise64_64 io_destroy getrusage setfsgid fsync sched_getscheduler timer_gettime geteuid setsid mq_open utimensat_time64 fchmodat setresgid mprotect open_by_handle_at msgrcv clone llistxattr pause flock socketcall rt_sigreturn setsockopt mq_timedsend_time64 nanosleep getrandom execve bpf getxattr dup2 statfs64 oldfstat readv personality syncfs accept4 lremovexattr tkill link pidfd_send_signal stat64 getxattrat poll epoll_ctl newfstatat sigpending munlock getegid32 fcntl madvise io_cancel setitimer process_vm_readv sigaltstack faccessat2 clock_gettime clock_getres_time64 ioctl process_madvise fork listen listmount capset getpriority rt_sigtimedwait lseek brk lstat openat2 mlockall sched_getparam memfd_create open eventfd2 munlockall exit_group sendfile flistxattr pselect6 getitimer prctl rseq fsetxattr setpgid utimes shmget recv mq_timedreceive rt_tgsigqueueinfo lsm_list_modules setregid32 setgroups32 msgsnd send mknodat statfs signalfd4 read getsockname remap_file_pages sync rt_sigqueueinfo shmat io_setup pipe rt_sigtimedwait_time64 fchown32 swapcontext epoll_pwait _llseek mremap setgid32 rt_sigpending readahead shmctl fstat64 removexattr getpid sched_rr_get_interval io_uring_register modify_ldt timer_settime64 unlink timer_create vhangup ppoll sched_yield mkdirat copy_file_range vm86old epoll_pwait2 sigsuspend openat io_submit epoll_wait_old inotify_rm_watch semtimedop_time64 setgroups io_uring_setup getdents name_to_handle_at fchmod tee uname vfork rt_sigsuspend time mlock2 getresgid set_robust_list socketpair recvmmsg epoll_create fremovexattr getgid32 alarm getcwd setuid32 futimesat pselect6_time64 cacheflush bind sync_file_range mmap mknod inotify_add_watch preadv getdents64 lsm_get_self_attr listxattr timerfd_settime64 umask utimensat write pwritev sendto open_tree fstatat64 process_vm_writev getppid sendmmsg gettimeofday clone3 clock_nanosleep_time64 epoll_create1 ioprio_get io_pgetevents pipe2 epoll_wait fadvise64 sync_file_range2 inotify_init1 execveat riscv_hwprobe getuid ugetrlimit timer_getoverrun lchown utime clock_getres semget waitpid symlink setfsuid sched_get_priority_min oldolduname getresuid32 pwrite64 socket quotactl_fd unshare rename kill rt_sigprocmask msgget io_getevents sigprocmask getsid lgetxattr semtimedop mmap2 userfaultfd statx setdomainname sched_getattr futex_waitv linkat chmod geteuid32 ftruncate64 dup3 lsetxattr faccessat creat fanotify_init sendmsg ppoll_time64 mq_notify fstatfs close get_thread_area renameat recvmsg getegid quotactl sys_debug_setcontext fchown getcpu fstatfs64 wait4 signalfd setgid readdir getresuid setregid add_key getpeername setresgid32 clock_gettime64 setresuid32 rmdir futex_time64 access fcntl64 timer_settime oldlstat chown msync getpgid vm86 timerfd_gettime lstat64 truncate setxattr mseal kcmp shmdt riscv_flush_icache fchdir getuid32 vmsplice landlock_restrict_self setuid get_mempolicy accept timerfd_gettime64 mlock
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/sbin/irqbalance "\$IRQBALANCE_ARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit initrd.target:
Description: Initrd Default Target
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd.target
AssertPathExists: /etc/initrd-release untested
Requires: basic.target (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: initrd-fs.target (origin-file)
Wants: systemd-sysext-initrd.service (origin-file)
Wants: initrd-usr-fs.target (origin-file)
Wants: systemd-pcrphase-initrd.service (origin-file)
Wants: initrd-root-device.target (origin-file)
Wants: systemd-bsod.service (origin-file)
Wants: systemd-battery-check.service (origin-file)
Wants: systemd-confext-initrd.service (origin-file)
Wants: initrd-parse-etc.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: initrd-cleanup.service (destination-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-file origin-default)
After: initrd-fs.target (origin-file)
After: initrd-usr-fs.target (origin-file)
After: initrd-root-device.target (origin-file)
After: rescue.target (origin-file)
After: rescue.service (origin-file)
After: initrd-root-fs.target (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-root-fs.target (origin-file)
References: basic.target (origin-file origin-default)
References: systemd-bsod.service (origin-file)
References: systemd-confext-initrd.service (origin-file)
References: initrd-parse-etc.service (origin-file)
References: rescue.service (origin-file)
References: systemd-battery-check.service (origin-file)
References: systemd-sysext-initrd.service (origin-file)
References: shutdown.target (origin-default)
References: initrd-usr-fs.target (origin-file)
References: emergency.target (origin-file)
References: initrd-root-device.target (origin-file)
References: initrd-fs.target (origin-file)
References: rescue.target (origin-file)
References: systemd-pcrphase-initrd.service (origin-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 326968a4aae04fe9b79619aec59b69af
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit dev-sda.device:
Description: TOSHIBA_MQ01ABD050
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: b3a180ef5dea498085e25f668ae03d2d
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/sda
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
? Unit dev-snd-controlC0.device:
Description: /dev/snd/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a41dd0ca892e442f8a9f9f29cd2cd19d
Following: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:03.0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC0
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0
Found: found-udev
? Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 10:01:17 IST
Inactive Exit Timestamp: Sun 2026-03-15 10:01:17 IST
Active Enter Timestamp: Sun 2026-03-15 10:01:17 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: b984f5ba1e7c43729661245f8db0f89b
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: local-fs-pre.target (origin-mountinfo)
After: system.slice (origin-file)
After: swap.target (origin-mountinfo)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=1633452k,nr_inodes=408363,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit integritysetup.target:
Description: Local Integrity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 12f0cb1df52a4d7894937869d3224aad
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/integritysetup.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 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: integritysetup-pre.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: integritysetup-pre.target (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit cpufrequtils.service:
Description: cpufrequtils.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
? Unit acpi-fakekey.socket:
Description: ACPI fakekey daemon FIFO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 92639a54eb984ac1b186e08191014116
Fragment Path: /usr/lib/systemd/system/acpi-fakekey.socket
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
RequiredBy: acpi-fakekey.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: acpi-fakekey.service (origin-implicit)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: acpi-fakekey.service (origin-implicit)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: acpi-fakekey.service (origin-implicit)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: acpi-fakekey.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/acpi_fakekey (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0200
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: acpi-fakekey.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenFIFO: /run/acpi_fakekey
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nfs-idmapd.service:
Description: NFSv4 ID-name mapping service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/nfs-idmapd.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 2d65c5b56ff04fd28c26686aee9260a1
Fragment Path: /usr/lib/systemd/system/nfs-idmapd.service
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 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: local-fs.target (origin-file)
After: nfs-config.service (origin-file)
After: run-rpc_pipefs.mount (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: nfs-server.service (origin-file)
References: local-fs.target (origin-file)
References: nfs-config.service (origin-file)
References: run-rpc_pipefs.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: nfs-server.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 762
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rpc.idmapd "\$RPCIDMAPDARGS"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sshd-keygen.service:
Description: Generate sshd host keys on first boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/sshd-keygen.service
ConditionPathIsSymbolicLink: !/etc/ssh untested
ConditionPathIsReadWrite: /etc/ssh untested
ConditionFirstBoot: yes untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sshd at sshd-keygen.service (destination-file)
WantedBy: ssh.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: ssh.service (origin-file)
Before: sshd at sshd-keygen.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: sshd at sshd-keygen.service (origin-file)
References: ssh.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
ReferencedBy: ssh.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: ssh-keygen -A
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 75621fff004a422d9c43872a3b158e59
Documentation: man:systemd-udevd-control.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/udev/control (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: systemd-udevd-control.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:03.0.device:
Description: /dev/snd/by-path/pci-0000:00:03.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:46 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:46 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7644867dc6df4a9294e8cedbb986360b
Following: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:03.0-sound-card0-controlC0.device
Following Set Member: dev-snd-controlC0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:00:03.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0/controlC0
Found: found-udev
? Unit cups.socket:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:44 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01:41 IST
Active Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Enter Timestamp: Sun 2026-03-15 09:01:41 IST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 1dc6cba1010a4fba8a1419c81f961719
Fragment Path: /usr/lib/systemd/system/cups.socket
Condition Timestamp: Sun 2026-03-15 09:01:41 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:41 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
PartOf: cups.service (origin-file)
RequiredBy: cups.service (destination-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: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: cups.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: cups.service (origin-file origin-implicit)
References: sockets.target (origin-default)
ReferencedBy: cups.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/cups/cups.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: cups.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/cups/cups.sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nfs-server.service:
Alias: nfs-kernel-server.service
Description: NFS server and services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:03 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:46:01 IST
Active Enter Timestamp: Sat 2026-03-14 21:46: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: n/a
CGroup own mask: memory pids
Invocation ID: 89589a9309d3480ebd4714d5aed2d2e8
Fragment Path: /usr/lib/systemd/system/nfs-server.service
Condition Timestamp: Sat 2026-03-14 21:46:01 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:46:01 IST
Assert Result: yes
Requires: nfs-mountd.service (origin-file)
Requires: system.slice (origin-file)
Requires: proc-fs-nfsd.mount (origin-file)
Requires: network.target (origin-file)
Wants: rpcbind.socket (origin-file)
Wants: nfs-config.service (origin-file)
Wants: nfs-idmapd.service (origin-file)
Wants: auth-rpcgss-module.service (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: remote-fs-pre.target (origin-file)
Before: rpc-statd-notify.service (origin-file destination-file)
After: local-fs.target (origin-file)
After: rpc-svcgssd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: proc-fs-nfsd.mount (origin-file)
After: rpcbind.socket (origin-file)
After: system.slice (origin-file)
After: nfs-mountd.service (origin-file)
After: rpc-statd.service (origin-file)
After: nfs-config.service (origin-file)
After: gssproxy.service (origin-file)
After: nfs-idmapd.service (origin-file)
After: rpc-gssd.service (origin-file)
References: network.target (origin-file)
References: rpc-svcgssd.service (origin-file)
References: nfs-config.service (origin-file)
References: rpc-statd-notify.service (origin-file)
References: rpcbind.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: rpc-statd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: proc-fs-nfsd.mount (origin-file)
References: nfs-mountd.service (origin-file)
References: nfs-idmapd.service (origin-file)
References: gssproxy.service (origin-file)
References: auth-rpcgss-module.service (origin-file)
References: local-fs.target (origin-file)
References: rpc-gssd.service (origin-file)
References: remote-fs-pre.target (origin-file)
ReferencedBy: nfs-idmapd.service (destination-file)
ReferencedBy: nfs-mountd.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? 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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-machine-id-commit.service:
Description: Save Transient machine-id to Disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sat 2026-03-14 21:45:49 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: first-boot-complete.target (origin-file)
After: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: first-boot-complete.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-machine-id-setup --commit
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrextend.socket:
Description: TPM PCR Measurements
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrextend(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrextend.socket
ConditionSecurity: measured-uki untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: -.mount (origin-path)
References: tpm2.target (origin-file)
References: sockets.target (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.PCRExtend (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.PCRExtend
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.PCRExtend
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit selinux-autorelabel-mark.service:
Description: Mark the need to relabel after reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/selinux-autorelabel-mark.service
ConditionPathExists: !/.autorelabel untested
ConditionPathIsDirectory: /etc/selinux untested
ConditionSecurity: !selinux untested
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: no
Requires: system.slice (origin-file)
Requires: local-fs.target (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: basic.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /bin/touch /.autorelabel
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-kernel-tracing.mount:
Description: Kernel Trace File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:35 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /sys-kernel-tracing.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: eb709f2ba25c480bbcc13bc07963e1ff
Documentation: https://docs.kernel.org/trace/ftrace.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-tracing.mount
Source Path: /proc/self/mountinfo
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/tracing untested
ConditionVirtualization: !lxc untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /sys/kernel/tracing
What: tracefs
File System Type: tracefs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtlockd.socket:
Description: virtlockd.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/virtlockd.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (destination-file)
? Unit systemd-logind.service:
Alias: dbus-org.freedesktop.login1.service
Description: User Login Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:51 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/systemd-logind.service
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: fdd050d14b804318b28e941101f70000
Documentation: man:sd-login(3)
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: man:org.freedesktop.login1(5)
Fragment Path: /usr/lib/systemd/system/systemd-logind.service
DropIn Path: /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
ConditionPathExists: |/usr/bin/dbus-broker untested
ConditionPathExists: |/usr/bin/dbus-daemon untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
Wants: dbus.socket (origin-file)
Wants: user.slice (origin-file)
Wants: modprobe at drm.service (origin-file)
Wants: tmp.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user-runtime-dir at 1000.service (destination-file)
Before: session-28.scope (destination-file)
Before: user at 0.service (destination-file)
Before: user-runtime-dir at 0.service (destination-file)
Before: session-22.scope (destination-file)
Before: user at 1000.service (destination-file)
Before: shutdown.target (origin-default)
Before: session-18.scope (destination-file)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: tmp.mount (origin-path)
After: dbus.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-logind-varlink.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
After: user.slice (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: nss-user-lookup.target (origin-file)
After: modprobe at drm.service (origin-file)
TriggeredBy: systemd-logind-varlink.socket (destination-implicit)
References: tmp.mount (origin-path)
References: systemd-remount-fs.service (origin-file)
References: user.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: nss-user-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: modprobe at drm.service (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
ReferencedBy: session-22.scope (destination-file)
ReferencedBy: systemd-logind-varlink.socket (destination-implicit)
ReferencedBy: session-28.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: session-18.scope (destination-file)
ReferencedBy: user-runtime-dir at 0.service (destination-file)
ReferencedBy: user at 0.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/seats (origin-file)
RequiresMountsFor: /run/systemd/sessions (origin-file)
RequiresMountsFor: /run/systemd/inhibit (origin-file)
RequiresMountsFor: /run/systemd/shutdown (origin-file)
RequiresMountsFor: /var/lib/systemd/linger (origin-file)
RequiresMountsFor: /run/systemd/users (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 898
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/inhibit
RuntimeDirectory: systemd/seats
RuntimeDirectory: systemd/sessions
RuntimeDirectory: systemd/shutdown
RuntimeDirectory: systemd/users
StateDirectoryMode: 0755
StateDirectory: systemd/linger
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
DynamicUser: no
ReadWritePaths: /etc /run
LockPersonality: yes
SystemCallFilter: sched_setparam setsid epoll_pwait execve futex_time64 mq_timedreceive_time64 mmap landlock_create_ruleset geteuid splice sigreturn process_vm_writev io_uring_register timerfd_gettime io_destroy rseq mlock2 getresuid32 truncate64 readlinkat seccomp faccessat newfstatat userfaultfd dup3 setfsgid32 socket sigaction epoll_create pipe2 getcwd epoll_ctl_old sched_setaffinity listmount stat sched_get_priority_min tgkill getgid wait4 lremovexattr setitimer chdir removexattrat rename syncfs getsid tee fadvise64 sched_yield setreuid32 oldstat execveat getresgid32 riscv_flush_icache getpid getrlimit sendmmsg rt_sigprocmask set_tid_address getrusage setns munlockall stat64 utimensat mknodat io_cancel io_uring_enter pause fcntl exit_group inotify_rm_watch oldolduname nice chown32 clock_getres_time64 setresuid32 lsm_get_self_attr clock_nanosleep_time64 getpeername connect futex times fchmod brk alarm mq_getsetattr capset mprotect _newselect waitid inotify_init1 io_getevents mseal riscv_hwprobe vfork setpriority clock_gettime fchdir epoll_wait_old socketcall renameat2 fcntl64 arm_fadvise64_64 munmap timer_gettime rt_sigreturn msgsnd getpriority readahead utimensat_time64 ppoll_time64 chown timer_getoverrun sigaltstack setfsgid utime ioprio_get lsm_list_modules recv capget nanosleep fchownat epoll_ctl ipc rt_sigsuspend setgid32 mmap2 listen listxattr getdents64 msgget ftruncate64 setregid32 clone3 sigprocmask shmctl timerfd_settime64 fchmodat uretprobe rt_tgsigqueueinfo add_key timerfd_gettime64 prctl getrandom lchown statmount statfs64 remap_file_pages munlock sync_file_range openat rt_sigtimedwait pidfd_send_signal epoll_wait read getppid fgetxattr pwritev sched_setscheduler getgroups getdents getegid getuid pselect6_time64 io_pgetevents geteuid32 mknod dup fchown setxattr shutdown lchown32 sendfile futimesat unlink readv getsockopt chmod setreuid setregid getpgrp mlock unlinkat migrate_pages timer_delete truncate keyctl select pidfd_open request_key linkat move_pages openat2 unshare bind rt_sigaction timer_create clone ioprio_set mq_unlink link lsetxattr setrlimit shmat semtimedop_time64 getcpu mq_notify send kill rt_sigpending setgid umask time mbind setsockopt mq_timedreceive timer_settime sched_get_priority_max llistxattr semop fallocate olduname close lseek lstat64 mkdir symlinkat swapcontext msgctl mkdirat preadv2 fstatfs statx lstat flistxattr sendto ioctl sched_rr_get_interval getuid32 accept process_madvise set_mempolicy access clock_gettime64 epoll_pwait2 flock pwritev2 sched_getparam fork ugetrlimit setgroups fdatasync getxattr getpgid waitpid uname get_robust_list io_setup dup2 setuid32 set_mempolicy_home_node timer_settime64 io_pgetevents_time64 pread64 sync getgroups32 shmget pipe semget membarrier fstat io_uring_setup write mlockall eventfd sched_rr_get_interval_time64 gettimeofday recvmmsg_time64 close_range readdir rt_sigtimedwait_time64 semtimedop fchmodat2 setresgid fstat64 signalfd4 vmsplice prlimit64 statfs pselect6 setgroups32 ftruncate utimes fremovexattr getresgid personality set_robust_list shmdt setfsuid32 poll ppoll renameat sched_getattr timerfd_create timer_gettime64 pwrite64 rmdir rt_sigqueueinfo kcmp signal name_to_handle_at sendmsg open_tree process_vm_readv getgid32 set_thread_area recvmmsg symlink lgetxattr sync_file_range2 fsync set_tls faccessat2 getitimer fstatfs64 getresuid listxattrat fadvise64_64 clock_getres accept4 mq_timedsend readlink tkill signalfd inotify_add_watch exit copy_file_range semctl getxattrat sigpending recvmsg landlock_add_rule setresuid mq_open preadv setresgid32 msgrcv restart_syscall setpgid open fsetxattr eventfd2 cacheflush madvise fchown32 timerfd_settime get_mempolicy memfd_create sched_setattr creat getsockname socketpair setxattrat sigsuspend mremap gettid io_submit landlock_restrict_self oldlstat inotify_init futex_waitv setuid mq_timedsend_time64 msync getegid32 sendfile64 epoll_create1 sched_getscheduler setfsuid oldfstat clock_nanosleep recvfrom fstatat64 get_thread_area removexattr _llseek writev sysinfo sched_getaffinity arch_prctl
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-logind
Status Text: Processing requests...
File Descriptor Store Max: 768
File Descriptor Store Pin: restart
File Descriptor Store Current: 5
File Descriptor Store Entry: 'session-28-leader-fd' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-22-leader-fd' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-21-leader-fd' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-19-leader-fd' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-18-leader-fd' (type=n/a; dev=0:13; inode=10021; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-vcs rw
DeviceAllow: char-tty rw
DeviceAllow: char-input rw
DeviceAllow: char-hvc rw
DeviceAllow: char-hidraw rw
DeviceAllow: char-drm rw
DeviceAllow: char-/dev/console rw
DeviceAllow: block-* r
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit apparmor.service:
Description: Load AppArmor profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:50 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 658de844f22e4fbf95d318f5c4709248
Documentation: man:apparmor(7)
Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
Fragment Path: /usr/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: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: networking.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald-audit.socket (origin-file)
After: -.mount (origin-path)
After: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/cache/apparmor (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/apparmor/apparmor.systemd reload
? ExecReload:
Command Line: /lib/apparmor/apparmor.systemd reload
? ExecStop:
Command Line: /bin/true
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-firstboot.service:
Description: Initial Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-firstboot(1)
Fragment Path: /usr/lib/systemd/system/systemd-firstboot.service
ConditionFirstBoot: yes untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sat 2026-03-14 21:45:49 IST
Condition Result: no
Requires: system.slice (origin-file)
Wants: first-boot-complete.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: first-boot-complete.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-vconsole-setup.service (origin-file)
After: system.slice (origin-file)
After: systemd-mute-console.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-mute-console.socket (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: first-boot-complete.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: tty
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-firstboot --prompt-locale --prompt-keymap-auto --prompt-timezone --prompt-root-password --mute-console=yes
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-networkd-varlink.socket:
Description: Network Management Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-varlink.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: systemd-networkd.service (origin-implicit)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/netif/io.systemd.Network (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/netif/io.systemd.Network
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Network
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty-pre.target:
Description: Preparation for Logins
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty-pre.target
Conflicts: shutdown.target (origin-default)
Before: getty at tty3.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: getty at tty2.service (destination-file)
Before: shutdown.target (origin-default)
Before: getty at tty4.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: getty at tty3.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: getty at tty2.service (destination-file)
ReferencedBy: getty at tty4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit libvirtd-admin.socket:
Description: libvirtd-admin.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/libvirtd-admin.socket
WantedBy: sockets.target (destination-file)
ReferencedBy: sockets.target (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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/auth-rpcgss-module.service
ConditionPathExists: /etc/krb5.keytab untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: no
Requires: system.slice (origin-file)
Wants: rpc-gssd.service (origin-file)
Wants: gssproxy.service (origin-file)
Wants: rpc-svcgssd.service (origin-file)
WantedBy: nfs-server.service (destination-file)
WantedBy: nfs-client.target (destination-file)
Before: rpc-gssd.service (origin-file)
Before: gssproxy.service (origin-file)
Before: rpc-svcgssd.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: rpc-gssd.service (origin-file)
References: gssproxy.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: rpc-svcgssd.service (origin-file)
ReferencedBy: nfs-server.service (destination-file)
ReferencedBy: nfs-client.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -q auth_rpcgss
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sysfsutils.service:
Alias: sysfs.service
Description: Apply sysfs variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:53 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: fa8064ffa7754f7daaa176f1c94afbc1
Documentation: man:sysfs.conf(5)
Documentation: man:systool(1)
Fragment Path: /usr/lib/systemd/system/sysfsutils.service
ConditionPathExists: /etc/sysfs.conf untested
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 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: system.slice (origin-file)
After: cpufrequtils.service (origin-file)
After: mountkernfs.service (origin-file)
After: module-init-tools.service (origin-file)
After: sysinit.target (origin-default)
After: udev.service (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: module-init-tools.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: udev.service (origin-file)
References: cpufrequtils.service (origin-file)
References: mountkernfs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/update-sysfs
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 3ca5273317ab4cf69e5d384e7846a0ef
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/ata-TOSHIBA_MQ01ABD050_376EWWEBT-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:59 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 2f67a3a30d3d4a1d86ca4fbac10e1879
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network-online.target
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
Wants: networking.service (origin-file)
WantedBy: exim4.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily.service (destination-file)
Before: exim4.service (destination-file)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
After: networking.service (destination-file)
After: network.target (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: networking.service (origin-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit system-modprobe.slice:
Description: Slice /system/modprobe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/system-modprobe.slice
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 37ece74010d14fa6aab1f3a460ae25a4
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: modprobe at dm_mod.service (destination-file)
RequiredBy: modprobe at loop.service (destination-file)
RequiredBy: modprobe at drm.service (destination-file)
RequiredBy: modprobe at efi_pstore.service (destination-file)
RequiredBy: modprobe at fuse.service (destination-file)
RequiredBy: modprobe at configfs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: modprobe at fuse.service (destination-file)
Before: shutdown.target (origin-default)
Before: modprobe at efi_pstore.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: modprobe at configfs.service (destination-file)
Before: modprobe at dm_mod.service (destination-file)
Before: modprobe at loop.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: modprobe at dm_mod.service (destination-file destination-slice-property)
ReferencedBy: modprobe at loop.service (destination-file destination-slice-property)
ReferencedBy: modprobe at drm.service (destination-file destination-slice-property)
ReferencedBy: modprobe at configfs.service (destination-file destination-slice-property)
ReferencedBy: modprobe at fuse.service (destination-file destination-slice-property)
ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: modprobe at dm_mod.service (destination-slice-property)
SliceOf: modprobe at loop.service (destination-slice-property)
SliceOf: modprobe at drm.service (destination-slice-property)
SliceOf: modprobe at configfs.service (destination-slice-property)
SliceOf: modprobe at fuse.service (destination-slice-property)
SliceOf: modprobe at efi_pstore.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:45 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:45 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 869837d03b7a4cdead8c90c66714a3da
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/rfkill
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 7a39c2b6618542d5ac81d3cc141efd45
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit bluetooth.target:
Description: Bluetooth Support
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:01:41 IST
Inactive Exit Timestamp: Sun 2026-03-15 09:01:41 IST
Active Enter Timestamp: Sun 2026-03-15 09:01: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
Invocation ID: d7d0663ad7bd439592b2df2dcee2b491
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/bluetooth.target
Condition Timestamp: Sun 2026-03-15 09:01:41 IST
Condition Result: yes
Assert Timestamp: Sun 2026-03-15 09:01:41 IST
Assert Result: yes
Wants: bluetooth.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb3-3\x2d5-3\x2d5: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-usb3-3\x2d5-3\x2d5:1.0-bluetooth-hci0.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit run-rpc_pipefs.mount:
Description: RPC Pipe File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:36 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/run-rpc_pipefs.mount
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: ec2eda37a60c4337bf204b598afa00b6
Fragment Path: /usr/lib/systemd/system/run-rpc_pipefs.mount
Source Path: /proc/self/mountinfo
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: rpc-svcgssd.service (destination-file)
RequiredBy: rpc-gssd.service (destination-file)
RequiredBy: nfs-idmapd.service (destination-file)
RequiredBy: nfs-blkmap.service (destination-file)
Conflicts: umount.target (origin-file)
Before: rpc-svcgssd.service (destination-file)
Before: rpc-gssd.service (destination-file)
Before: nfs-idmapd.service (destination-file)
Before: nfs-blkmap.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: umount.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: nfs-idmapd.service (destination-file)
ReferencedBy: nfs-blkmap.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean 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
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap:
Description: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 0ed3efcf1b0e43c0ba606e010fec8b05
Following: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Requires: dev-sda2.device (origin-proc-swap)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: dev-sda2.device (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: blockdev at dev-sda2.target (origin-proc-swap)
References: swap.target (origin-default)
References: dev-sda2.device (origin-proc-swap)
References: -.mount (origin-path)
References: umount.target (origin-default)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit imports.target:
Description: Image Downloads
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: a474b800ac434fa3ac927a2469f1896e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/imports.target
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:48 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:48 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: -.slice
CGroup: /proc-sys-fs-binfmt_misc.mount
CGroup realized mask: cpu memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 2ae8ed55debf48bdb32d839450c83a25
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Source Path: /proc/self/mountinfo
Condition Timestamp: Sat 2026-03-14 21:45:48 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:48 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: -.slice (origin-file)
Before: systemd-binfmt.service (destination-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 59c8178f20024266ad9ca6285d6cf999
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1.0-part/by-partnum/1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit getty at tty3.service:
Description: Getty on tty3
Instance: tty3
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 22:05:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 22:05:34 IST
Active Enter Timestamp: Sat 2026-03-14 22:05: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-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty3.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 8548db0f1df140d49a27922815027b32
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sat 2026-03-14 22:05:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 22:05:34 IST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: getty.target (origin-file)
Before: rescue.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: getty-pre.target (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: system-getty.slice (origin-file)
References: systemd-user-sessions.service (origin-file)
References: system-getty.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: getty-pre.target (origin-file)
References: rescue.service (origin-file)
References: getty.target (origin-file)
InSlice: system-getty.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 9401
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: inherit
TTYPath: /dev/tty3
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
TTYRows: 4294967295
TTYColumns: 4294967295
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
UtmpIdentifier: tty3
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/agetty --noreset --noclear - "\${TERM}"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit ntp.service:
Description: Network Time Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:46:01 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:59 IST
Active Enter Timestamp: Sat 2026-03-14 21:46:01 IST
Active Exit Timestamp: n/a
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 mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 78807089ff9f4010b2c9cdc72ebf6aed
Documentation: man:ntpd(8)
Fragment Path: /usr/lib/systemd/system/ntp.service
Condition Timestamp: Sat 2026-03-14 21:45:59 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:59 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
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: tmp.mount (origin-path)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: network.target (origin-file)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-timesyncd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: tmp.mount (origin-path)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: network.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /tmp (origin-file)
WantsMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1344
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/ntp/ntp-systemd-wrapper
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device:
Description: TOSHIBA_MQ01ABD050 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 541941e34fb74a10a39fc372f6b6c1e5
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sr0.device:
Description: hp_BD_CMB_UJ162
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:43 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:43 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: be495ea84a56448cadadf654330c3881
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device
Following Set Member: dev-disk-by\x2did-ata\x2dhp_BD_CMB_UJ162_WP94_073229.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.0.device
Following Set Member: dev-cdrom.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sr0
Found: found-udev
? Unit systemd-halt.service:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-halt.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-halt.service
Success Action: halt-force
Requires: umount.target (origin-file)
Requires: system.slice (origin-file)
Requires: final.target (origin-file)
Requires: shutdown.target (origin-file)
RequiredBy: halt.target (destination-file)
Before: halt.target (destination-file)
After: umount.target (origin-file)
After: system.slice (origin-file)
After: final.target (origin-file)
After: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: final.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: halt.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sulogin(8)
Fragment Path: /usr/lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
RequiredBy: emergency.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-file)
Before: emergency.target (destination-file)
After: system.slice (origin-file)
After: systemd-ask-password-wall.path (destination-file)
After: syslog.socket (destination-file)
After: -.mount (origin-path)
After: systemd-ask-password-console.service (destination-file)
After: sysinit.target (destination-file)
After: systemd-ask-password-console.path (destination-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: rescue.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: emergency.target (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sulogin-shell emergency
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap:
Description: /dev/disk/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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/dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: c79c4e7de94c4efe8ed83cf8091d1fd0
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d02.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-2.swap
Following Set Member: dev-sda2.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.swap
Source Path: /etc/fstab
Condition Timestamp: Sat 2026-03-14 21:45:47 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:47 IST
Assert Result: yes
Requires: dev-sda2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: swap.target (destination-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target (origin-file)
After: blockdev at dev-sda2.target (origin-proc-swap)
After: dev-sda2.device (origin-proc-swap)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: blockdev at dev-sda2.target (origin-proc-swap)
References: blockdev at dev-disk-by\x2duuid-5e84afb1\x2d4c43\x2d43b9\x2dba02\x2dda691fe82dc8.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
References: dev-sda2.device (origin-proc-swap)
References: umount.target (origin-default)
ReferencedBy: swap.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-uuid/5e84afb1-4c43-43b9-ba02-da691fe82dc8
From /proc/swaps: yes
From fragment: yes
Extrinsic: no
Device Node: /dev/sda2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pstore.service:
Description: Platform Persistent Storage Archival
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pstore(8)
Fragment Path: /usr/lib/systemd/system/systemd-pstore.service
ConditionVirtualization: !container untested
ConditionDirectoryNotEmpty: /sys/fs/pstore untested
Condition Timestamp: Sat 2026-03-14 21:45:46 IST
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: modprobe at efi_pstore.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: modprobe at efi_pstore.service (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: modprobe at efi_pstore.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/pstore (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/pstore
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pstore
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-parse-etc.service:
Description: Mountpoints Configured in the Real Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-parse-etc.service
AssertPathExists: /etc/initrd-release untested
Requires: initrd-root-fs.target (origin-file)
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: emergency.target (origin-file)
Before: initrd-fs.target (destination-file)
After: initrd-root-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
OnSuccess: initrd-cleanup.service (origin-file)
OnFailure: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: emergency.target (origin-file)
References: initrd-cleanup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-root-fs.target (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysroot-fstab-check
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device:
Description: TOSHIBA_MQ01ABD050 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: fa943907230b411fad30ab0596ee0e00
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c0e8eefa\x2de474\x2d4b9a\x2d8514\x2ddd60cc2de108.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
? Unit alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:56 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:55 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 5a64f8300016409da55acb9299b464e1
Documentation: man:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* untested
ConditionPathExists: !/etc/alsa/state-daemon.conf untested
Condition Timestamp: Sat 2026-03-14 21:45:55 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:55 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: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: alsa-state.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: switcheroo-control.service (destination-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: alsa-state.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sound.target (destination-file destination-default)
ReferencedBy: switcheroo-control.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore
? ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime store
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-cleanup.service:
Description: Cleaning Up and Shutting Down Daemons
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-cleanup.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: emergency.target (origin-file)
Before: initrd-switch-root.target (destination-file)
After: systemd-journald.socket (origin-file)
After: initrd.target (origin-file)
After: initrd-fs.target (origin-file)
After: initrd-root-fs.target (origin-file)
After: system.slice (origin-file)
OnSuccessOf: initrd-parse-etc.service (destination-file)
OnFailure: emergency.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: initrd.target (origin-file)
References: initrd-fs.target (origin-file)
References: initrd-root-fs.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block isolate initrd-switch-root.target
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:34 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: b05b167f1c914f27ad0623412e8ab5dd
Documentation: man:systemd-ask-password-wall.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 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: paths.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: emergency.service (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: emergency.service (origin-file)
References: paths.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: cryptsetup.target (origin-file)
References: systemd-ask-password-wall.service (origin-implicit)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /run/systemd/ask-password
? Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:42 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:34 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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: n/a
CGroup own mask: memory pids
Invocation ID: 5429832808a840d2821859b441322200
Documentation: man:systemd-udevd-kernel.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Sat 2026-03-14 21:45:34 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:34 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: systemd-udevd.service (origin-implicit)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-udevd-kernel.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_module 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 cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 19100
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit man-db.timer:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-03-15 09:32:58 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:50 IST
Active Enter Timestamp: Sat 2026-03-14 21:45:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 2bf9768d77294867904846b7354bfbc1
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.timer
Condition Timestamp: Sat 2026-03-14 21:45:50 IST
Condition Result: yes
Assert Timestamp: Sat 2026-03-14 21:45:50 IST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: man-db.service (origin-implicit)
Before: timers.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-set.target (origin-default)
After: time-sync.target (origin-default)
Triggers: man-db.service (origin-implicit)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: time-set.target (origin-default)
References: man-db.service (origin-implicit)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
Description: TOSHIBA_MQ01ABD050 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sat 2026-03-14 21:45:47 IST
Inactive Exit Timestamp: Sat 2026-03-14 21:45:47 IST
Active Enter Timestamp: Sat 2026-03-14 21:45: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
Invocation ID: 28c353dc62b44b88a342deeb17b73557
Following Set Member: dev-disk-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-eea31bf9\x2d03.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dTOSHIBA_MQ01ABD050_376EWWEBT\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.0\x2dpart-by\x2duuid-c852be44\x2dcff3\x2d4e06\x2d9a6c\x2d914c5915ff31.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000397a4b029d4\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
Found: found-udev
? Unit nvidia-persistenced.service:
Description: nvidia-persistenced.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Fragment Path: /etc/systemd/system/nvidia-persistenced.service
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-------------- next part --------------
s "unmerged-bin:old-kernel"
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/acpi-fakekey.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpi-fakekey.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/switcheroo-control.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd-keygen.service.dsh-also <==
/etc/systemd/system/ssh.service.wants/sshd-keygen.service
/etc/systemd/system/sshd.service.wants/sshd-keygen.service
/etc/systemd/system/sshd at .service.wants/sshd-keygen.service
/etc/systemd/system/ssh.socket.wants/sshd-keygen.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/dbus-fi.w1.wpa_supplicant1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat-summary.timer.dsh-also <==
/etc/systemd/system/sysstat.service.wants/sysstat-summary.timer
==> /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/nmbd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nmbd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.wants/sysstat-collect.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.wants/sysstat-summary.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.wants/sysstat-rotate.timer <==
==> /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/libvirtd-ro.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
==> /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/acpi-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpi-support.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/exim4.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/exim4.service
==> /var/lib/systemd/deb-systemd-helper-enabled/smartmontools.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartmontools.service
/etc/systemd/system/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
/etc/systemd/system/multi-user.target.wants/avahi-daemon.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/apt-listchanges.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-listchanges.timer
==> /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/virtlockd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sysfsutils.service.dsh-also <==
/etc/systemd/system/sysfs.service
/etc/systemd/system/multi-user.target.wants/sysfsutils.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/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/polkit-agent-helper.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/polkit-agent-helper.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/e2scrub_reap.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/vsftpd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/vsftpd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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
/etc/systemd/system/multi-user.target.wants/cups.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/smbd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smbd.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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dpkg-db-backup.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/dpkg-db-backup.timer
==> /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/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-udev-load-credentials.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-udev-load-credentials.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/mlocate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/mlocate.timer
==> /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/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/nftables.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/nftables.service
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_all.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/e2scrub_all.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.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/sysstat-collect.timer.dsh-also <==
/etc/systemd/system/sysstat.service.wants/sysstat-collect.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.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/ntp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ntp.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/nvidia-persistenced.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/acpi-fakekey.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/vsftpd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/snmpd.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/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/hostapd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/minissdpd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/sysfsutils.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/libvirt-guests.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/fancontrol.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartmontools.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/acpi-support.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/sysstat.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nmbd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.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/atd.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/wpa_supplicant.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/exim4.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/e2scrub_reap.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.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/nfs-server.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/stunnel.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirtd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/nvidia-persistenced.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nvidia-persistenced.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd at .service.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/minissdpd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/minissdpd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.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/timers.target.wants/exim4-base.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-listchanges.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/mlocate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/dpkg-db-backup.timer <==
==> /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/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /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/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.service
==> /var/lib/systemd/deb-systemd-helper-enabled/powertop.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/powertop.service
/etc/systemd/system/sleep.target.wants/powertop.service
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/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/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hostapd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/hostapd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.dsh-also <==
/etc/systemd/system/sysstat.service.wants/sysstat-collect.timer
/etc/systemd/system/sysstat.service.wants/sysstat-summary.timer
/etc/systemd/system/sysstat.service.wants/sysstat-rotate.timer
/etc/systemd/system/multi-user.target.wants/sysstat.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat-rotate.timer.dsh-also <==
/etc/systemd/system/sysstat.service.wants/sysstat-rotate.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirtd.service
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/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/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rtkit-daemon.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/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer
==> /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/fstrim.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fstrim.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/snmpd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/snmpd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.wants/sshd-keygen.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/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/polkit-agent-helper.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-ro.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/rpcbind.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpi-fakekey.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/default.target.wants/e2scrub_reap.service
/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysfs.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/exim4-base.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/exim4-base.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/stunnel.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/stunnel.target
==> /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/libvirtd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/acpi-fakekey.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpi-fakekey.socket
/etc/systemd/system/multi-user.target.wants/acpi-fakekey.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-networkd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink-metrics.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-resolve-hook.socket
/etc/systemd/system/dbus-org.freedesktop.network1.service
/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
==> /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/fancontrol.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fancontrol.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/virtlogd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
UUID=c852be44-cff3-4e06-9a6c-914c5915ff31 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=c0e8eefa-e474-4b9a-8514-dd60cc2de108 /boot ext4 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=5e84afb1-4c43-43b9-ba02-da691fe82dc8 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/disk/by-id/usb-OLYMPUS_TG-320_BE5501181-part1 /media/tg320 vfat user,noauto 0 0
/dev/disk/by-id/usb-MATSHITA_DMC-TZ20_0000000000000000005F1201160590-0:0-part1 /media/dmc-tz20 vfat user,noauto 0 0
/dev/disk/by-id/usb-TOSHIBA_External_USB_3.0_222238278951-0:0-part1 /media/toshiba-1 vfat user,noauto
/dev/disk/by-id/usb-TOSHIBA_External_USB_3.0_222238278951-0:0-part3 /media/toshiba-3 ext2 user,noauto
/dev/disk/by-id/usb-Multiple_Card_Reader_058F63666438-0:0-part1 /media/statron vfat user,noauto
/dev/disk/by-id/usb-General_USB_Flash_Disk_0410100000030F12-0:0-part1 /media/statron2 vfat user,noauto
/dev/disk/by-id/usb-rockchip_rk28_sdk_demo_unknown-0:1 /media/imcosysb1 vfat user,noauto
/dev/rpi-pico /rpi-pico vfat user,noauto
More information about the Pkg-systemd-maintainers
mailing list