Explorar o código

config: fix mistake in path for services

Frédéric Pierret (fepitre) %!s(int64=4) %!d(string=hai) anos
pai
achega
31c098d1bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubes/config.py

+ 1 - 1
qubes/config.py

@@ -45,7 +45,7 @@ system_path = {
     # use QIcon.fromTheme() where applicable
     'qubes_icon_dir': '/usr/share/icons/hicolor/128x128/devices',
 
-    'dom0_services_dir': '/var/lib/qubes-services',
+    'dom0_services_dir': '/var/run/qubes-service',
 }
 
 defaults = {