From 6aba3026c44b9c9cf63468927aa57c197f6444fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 20 Aug 2015 10:29:08 -0400 Subject: propellor spin --- src/Propellor/Property/LightDM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/LightDM.hs') diff --git a/src/Propellor/Property/LightDM.hs b/src/Propellor/Property/LightDM.hs index 156a2a82..b779ba4d 100644 --- a/src/Propellor/Property/LightDM.hs +++ b/src/Propellor/Property/LightDM.hs @@ -7,6 +7,6 @@ import qualified Propellor.Property.ConfFile as ConfFile -- | Configures LightDM to skip the login screen and autologin as a user. autoLogin :: User -> Property NoInfo -autoLogin (User u) = "/etc/lightdm/lightdm.conf" `ConfFile.containsIniPair` +autoLogin (User u) = "/etc/lightdm/lightdm.conf" `ConfFile.containsIniSetting` ("SeatDefaults", "autologin-user", u) `describe` "lightdm autologin" -- cgit v1.3-2-g0d8e