Re: Help please with systemctl command
Reply #3 –
Make sure you first install the accompanying service package. For LXDM on Artix with S6, that would be lxdm-s6.
Then, to start the service, run:
sudo s6-rc start lxdm
To 'enable' the service (to start on system boot), I believe you need to create a file with the service name in the appropriate directory:
sudo touch /etc/s6/adminsv/default/contents.d/lxdm
All files in that contents.d directory correspond to service names that will be started during system boot. Remove it again to 'disable' it.