Skip to content

Commit

Permalink
Enable software-rendering by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande authored and marmarek committed Jul 29, 2024
1 parent 1d5d091 commit c616ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-systemd/qubes-sysinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEFAULT_ENABLED_NETVM="network-manager qubes-network qubes-update-check qubes-up
DEFAULT_ENABLED_PROXYVM="qubes-network qubes-firewall qubes-update-check meminfo-writer"
DEFAULT_ENABLED_APPVM="qubes-update-check meminfo-writer tracker evolution-data-server"
DEFAULT_ENABLED_TEMPLATEVM="$DEFAULT_ENABLED_APPVM updates-proxy-setup"
DEFAULT_ENABLED="meminfo-writer"
DEFAULT_ENABLED="meminfo-writer software-rendering"

# Wait for xenbus initialization
while [ ! -e /dev/xen/xenbus ]; do
Expand Down

0 comments on commit c616ed6

Please sign in to comment.