At the time, I didn't have time to do the upgrade of 6opts à 66 tools. So I'm still on s6opts.
I have a script in:
for launching lxdm (display/login manager).
/etc/s6-serv/enabled/classic/lxdm
I wish to change to:
https://aur.archlinux.org/packages/lemurs-git
or
https://aur.archlinux.org/packages/ly
Script:
# !/usr/local/bin/execlineb -P
fdmove -c 2 1
/usr/bin/lxdm
When I try to switch to another executable:
/usr/bin/lemurs
/usr/bin/ly
It doesn't work.
Any ideas?