(创建页面,内容为“= KDE Tricks = == Check if user service are normal == Command: <code> systemctl --user status </code> If it shows "degraded", some services are not running or sta…”) |
|||
第1行: | 第1行: | ||
− | + | = Check if user services are normally started = | |
− | |||
− | |||
Command: <code> systemctl --user status </code> | Command: <code> systemctl --user status </code> |
2023年12月1日 (五) 19:47的最新版本
Check if user services are normally started
Command: systemctl --user status
If it shows "degraded", some services are not running or started properly. You could use "systemctl --user |grep failed" to list all the failed services.