Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Question about my system and systemd files (Read 666 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Question about my system and systemd files

Hi, I'm kind of new in artix,
I was wondering if that was normal to have some /run/systemd repository in my system ? or other systemd file
Are there supposed to be there ? or are there a sign of failure from my part in order to make my system work properly ?
Thanks for any answers  ;)

Re: Question about my system and systemd files

Reply #1
Wouldn't/Shouldn't cause any issue, probably some package created that

Re: Question about my system and systemd files

Reply #2
/run/systemd is created by elogind. It is normal. There may be some systemd service files that sneak in packages (as part of upstream). We try our best to remove these, but they're harmless. They just do nothing since well you can't launch a systemd service without systemd.  :P

Re: Question about my system and systemd files

Reply #3
Thanks for the answers,
What is the process I should have when founding a package that have file related to systemd which cause issues ?
For example podman have errors trying to write in /run/systemd/journal/socket, what is the process in order to contribute or point some packages issue in the artix community ?  :)

Re: Question about my system and systemd files

Reply #4
We don't really have a formal process but it sounds like its worth importing podman and disabling systemd in the build since it's trying to use journald.

 

Re: Question about my system and systemd files

Reply #5
Thanks for the answers,
What is the process I should have when founding a package that have file related to systemd which cause issues ?
For example podman have errors trying to write in /run/systemd/journal/socket, what is the process in order to contribute or point some packages issue in the artix community ?  :)

Podman has been imported and from example I found it seems to work now without mentioning journald. After mirror syncs you can pacman -Sy galaxy/podman