Skip to content

configure: Make runtimedir configurable

Hans de Goede requested to merge jwrdegoede/plymouth:runtimedir into master

On modern systems we should use /run/plymouth to store things like the pid file, instead of /var/run/plymouth, make the runtime dir configurable with --with-runtimedir. This keeps the old default behavior of using /var/run/plymouth, users can pass --with-runtimedir=/run to use /run/plymouth instead.

Fixes: #75 (closed)

Merge request reports