Files
systemd/src/libsystemd
Lennart Poettering 4870133bfa basic: add RuntimeScope enum
In various tools and services we have a per-system and per-user concept.
So far we sometimes used a boolean indicating whether we are in system
mode, or a reversed boolean indicating whether we are in user mode, or
the LookupScope enum used by the lookup path logic.

Let's address that, in introduce a common enum for this, we can use all
across the board.

This is mostly just search/replace, no actual code changes.
2023-03-10 09:47:39 +01:00
..
2023-03-10 09:47:39 +01:00
2023-01-05 23:07:16 +01:00
2023-03-06 09:16:13 +09:00
2023-03-10 09:47:39 +01:00
2023-02-21 15:10:26 +01:00