Changeset 84c9142


Ignore:
Timestamp:
08/30/2014 05:32:35 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
969ba00
Parents:
cf75ecb
Message:

Corrected location of loginctl on lxdm page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14127 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    rcf75ecb r84c9142  
    204204<screen role="root"><userinput>cat &gt; /etc/lxdm/PostLogout &lt;&lt; "EOF"
    205205# Terminate current user session
    206 /usr/bin/loginctl terminate-session $XDG_SESSION_ID
     206/bin/loginctl terminate-session $XDG_SESSION_ID
    207207
    208208# Restart lxdm
    209 /usr/bin/systemctl restart lxdm.service
     209/bin/systemctl restart lxdm.service
    210210EOF</userinput></screen>
    211211
Note: See TracChangeset for help on using the changeset viewer.