Help please with systemctl command 31 July 2024, 14:34:00 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
Re: Help please with systemctl command Reply #1 – 31 July 2024, 14:56:42 What init do you have installed? Damn, I didn't notice...https://wiki.artixlinux.org/Main/S6
Re: Help please with systemctl command Reply #2 – 01 August 2024, 00:26:57 Quote from: Spynud – on 31 July 2024, 14:34:00Please 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 Ok... Now I'm confused
Re: Help please with systemctl command Reply #3 – 02 August 2024, 15:35:38 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:Code: [Select]sudo s6-rc start lxdmTo 'enable' the service (to start on system boot), I believe you need to create a file with the service name in the appropriate directory:Code: [Select]sudo touch /etc/s6/adminsv/default/contents.d/lxdmAll files in that contents.d directory correspond to service names that will be started during system boot. Remove it again to 'disable' it. 1 Likes