Skip to content

Fix GDM service unit #62

Merged
merged 1 commit into from
Dec 19, 2018
Merged

Fix GDM service unit #62

merged 1 commit into from
Dec 19, 2018

Commits on Dec 19, 2018

  1. 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.
    pmenzel committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    7379b53 View commit details
    Browse the repository at this point in the history