Skip to content

Update default paths

Mattias Ellert requested to merge ellert/arc:FHS-3.0 into master

Use /run instead of /var/run Use /run/lock instead of /var/lock

Filesystem Hierarchy Standard 3.0 says about /var/run: "This directory was once intended for system information data describing the system since it was booted. These functions have been moved to /run."

Using /var/run in systemd unit files and tmpfiles.d config files results in warnings in the log.

Merge request reports