mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
set login shell in slim
This commit is contained in:
parent
48460cada6
commit
a41a8f02b2
1 changed files with 8 additions and 0 deletions
|
|
@ -8,3 +8,11 @@
|
|||
service: name=slim.service enabled=yes
|
||||
tags:
|
||||
- slim
|
||||
|
||||
- name: Set the SLiM login shell
|
||||
lineinfile: dest=/etc/slim.conf
|
||||
regexp=^login_cmd
|
||||
state=present
|
||||
line="login_cmd exec {{ user.shell }} --login ~/.xinitrc %session"
|
||||
tags:
|
||||
- slim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue