Skip to content

Commit

Permalink
Do not disable tracker and evolution-data-server in AppVMs
Browse files Browse the repository at this point in the history
Contrary to initial tests, disbling those do break some applications.
So, do not disable them by default in AppVMs.
But keep them disabled in system vms, as user applications are not
expected there.

QubesOS/qubes-issues#8372
  • Loading branch information
marmarek committed Aug 8, 2023
1 parent 298853b commit a02cdd9
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 @@ -8,7 +8,7 @@ set -euf
# List of services enabled by default (in case of absence of qubesdb entry)
DEFAULT_ENABLED_NETVM="network-manager qubes-network qubes-update-check qubes-updates-proxy meminfo-writer qubes-firewall"
DEFAULT_ENABLED_PROXYVM="qubes-network qubes-firewall qubes-update-check meminfo-writer"
DEFAULT_ENABLED_APPVM="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"

Expand Down

0 comments on commit a02cdd9

Please sign in to comment.