We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74895a0 + 9129d1c commit 3cb9653Copy full SHA for 3cb9653
1 file changed
appvm-scripts/qubes-gui-agent.service
@@ -9,6 +9,7 @@ TTYPath=/dev/tty7
9
# custom PATH for X session can be set with ENV_PATH; otherwise service's PATH
10
# is inherited
11
#Environment=ENV_PATH=/usr/local/bin:/usr/bin:/bin
12
+ExecCondition=/bin/sh -c 'test "$(qubesdb-read --default=True /qubes-gui-enabled)" = "True"'
13
ExecStartPre=/bin/sh -c /usr/lib/qubes/qubes-gui-agent-pre.sh
14
ExecStart=/usr/bin/qubes-gui $GUI_OPTS
15
# clean env
0 commit comments