Please help me, I wanted to install Budgie GUI and this requires the following commands:
$ sudo systemctl start lxdm.service
$ sudo systemctl enable lxdm.service
What to do, I do not know, thanks in advance for the help
What init do you have installed? Damn, I didn't notice...
https://wiki.artixlinux.org/Main/S6
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.