config: fix mistake in path for services

This commit is contained in:
Frédéric Pierret (fepitre) 2020-02-27 10:08:53 +01:00
parent 9a6ff177ce
commit 31c098d1bd
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -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 = {