Artix Linux Forum

Artix Linux => System => Topic started by: calvinh on 17 January 2024, 01:54:48

Title: /var/log/README
Post by: calvinh on 17 January 2024, 01:54:48
/var/log/README is a file in systemd to explain the replacement of syslogd by Journal. Noticed Artix also creates it when boots up.

Code: [Select]
README -> ../../usr/share/doc/systemd/README.logs

Wondering if it's really needed...

Title: Re: /var/log/README
Post by: lq on 17 January 2024, 07:02:01
Noticed Artix also creates it when boots up.

Code: [Select]
cat /usr/lib/tmpfiles.d/legacy.conf

The explanation for this can be found here (https://github.com/systemd/systemd/blob/main/tmpfiles.d/legacy.conf.in).