Skip to content

file_storage: Handle STATE_DIRECTORY containing multiple paths

Bastien Nocera requested to merge wip/hadess/handle-multi-STATE_DIRECTORY into master

As per systemd's documentation: If multiple directories are set, then in the environment variable the paths are concatenated with colon (":").

Handle that case by splitting the paths if there's a ":" in the variable.

Closes: #50 (closed)

Merge request reports