Browse Source

config: fix mistake in path for services

Frédéric Pierret (fepitre) 4 năm trước cách đây
mục cha
commit
31c098d1bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {