Had a weird crash last night. Dmesg showed a plymouth.service and the aa-lsm-hook
service stopped before crash.
I know the second one is part of apparmor.
After some research I fixed it. Just a simple systemctl restart aa-lsm-hook.service
and it was fine.
I just checked status,
systemctl status aa-lsm-hook.service
Password:
● aa-lsm-hook.service - Load AppArmor profiles
Loaded: loaded (/usr/lib/systemd/system/aa-lsm-hook.service; enabled; vendor p>
Active: inactive (dead) since Thu 2021-03-11 08:33:24 XST; 4h 41min ago
Process: 4424 ExecStart=/usr/sbin/aa-lsm-hook (code=exited, status=0/SUCCESS)
Main PID: 4424 (code=exited, status=0/SUCCESS)
Mar 11 08:33:24 books systemd[1]: Starting Load AppArmor profiles...
Mar 11 08:33:24 books systemd[1]: aa-lsm-hook.service: Succeeded.
Mar 11 08:33:24 books systemd[1]: Finished Load AppArmor profiles.
This is my question:
can I interpret "dead since 8:30 this morning"--the time I restarted the service---as simply meaning it was restarted successfully at 8:30?
Trying not to overthink.
Thanks,