Skip to content
Snippets Groups Projects
Commit 18f4b6e5 authored by udeved's avatar udeved
Browse files

servicescfg: fix typo

parent 74c2090e
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class ServicesController:
if dm == "lightdm":
self.setExpression('s|^.*minimum-vt=.*|minimum-vt=7|', "/etc/lightdm/lightdm.conf")
self.setExpression('s|pam_systemd.so|pam_ck_connector.so nox11|', "/etc/pam.d/lightdm-greeter")
if exist(join(self.root, "etc/pulse/client.conf")):
if exists(join(self.root, "etc/pulse/client.conf")):
self.setExpression('s|autospawn = no|autospawn = yes|', "/etc/pulse/client.conf")
def update(self, action, state):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment