mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
elogind change
This commit is contained in:
@@ -21,7 +21,7 @@ Singleton {
|
||||
Process {
|
||||
id: detectElogindProcess
|
||||
running: false
|
||||
command: ["sh", "-c", "ps -eo comm= | grep -Fx elogind"]
|
||||
command: ["sh", "-c", "ps -eo comm= | grep -Fx elogind-daemon"]
|
||||
|
||||
onExited: function (exitCode) {
|
||||
console.log("SessionService: Elogind detection exited with code", exitCode)
|
||||
|
||||
Reference in New Issue
Block a user