Re: How to check service is running
Reply #3 –
Thanks for your replies
Running ( i3-gaps Artix 5.8.12-artix1-1 runit ) Dual booting with antiX-19.
Looks like their is no service setup for mpd-0.22-1 and I have no idea on how to do this anyway with an arch based system.
I start the service with other runit non systemd Linux namely antiX-19 with exec --no-startup-id mpd and it works just fine.
sv status mpd
fail: mpd: unable to change to service directory: file does not exist
I have the same thing with hddtemp I need it run as normal user at startup so I can read my hard drives temps with my conkybar.
Yes know its a security risk.
Under Debian can use the below commands but they dont work with arch.
hddtemp with out sudo
chmod u+s /etc/hddtemp.db
or
sudo dpkg-reconfigure hddtemp
"full_text": " SDA:${exec hddtemp /dev/sda -n --unit=C}° SDB:${exec hddtemp /dev/sdb -n --unit=C}° SDC:${exec hddtemp /dev/sdc -n --unit=C}° ",
This is now fixed just ran ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
Plus one other thing the time is out by two hours have tried a few things to change it to the right time but to no avail.
With antiX their is control center which runs scripts to change time from system to UTC or whatever.
ArtiX is a fine system very low on resources. I'm just not used to the arch way.
Thanks