Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc_systemd_units/gdm: Fix syntax for negation
Currently, systemd shows the warning below. [3223831.579201] systemd[1]: /etc/systemd/system/gdm.service:5: Unknown lvalue '!ConditionPathExists' in section 'Unit' According to systemd.unit(5) the absolute path name passed to `ConditionPathExists=` needs to be prefixed with an exclamation mark. Change the service unit accordingly, and the error is gone. Currently, on *sigusr2*, tagged with *lightdm* both GDM and LightDM are running.
- Loading branch information