Sfoglia il codice sorgente

config: fix mistake in path for services

Frédéric Pierret (fepitre) 4 anni fa
parent
commit
31c098d1bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      qubes/config.py

+ 1 - 1
qubes/config.py

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