diff options
-rw-r--r-- | units/graphics/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/graphics/jobs.pxu b/units/graphics/jobs.pxu index 40f7299..a8224ef 100644 --- a/units/graphics/jobs.pxu +++ b/units/graphics/jobs.pxu @@ -46,7 +46,7 @@ id: graphics/xorg-process requires: package.name == 'xorg' package.name == 'procps' -command: pgrep -f '/usr/bin/X' >/dev/null +command: pgrep -a -f '/usr/lib/xorg/Xorg' estimated_duration: 0.100 _description: Test that the X process is running. _summary: Test that the X process is running. |