From f1bb691a5aaf9ab67236c5a801381a022a00dde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 24 Mar 2020 17:12:45 +0100 Subject: sd-path: export "systemd-network-path" Inspired by https://lists.freedesktop.org/archives/systemd-devel/2020-March/044169.html. --- src/path/path.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/path') diff --git a/src/path/path.c b/src/path/path.c index aefdae1d51..20892fe1f2 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -81,6 +81,8 @@ static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_BINFMT_DIR] = "binfmt-dir", [SD_PATH_MODULES_LOAD_DIR] = "modules-load-dir", [SD_PATH_CATALOG_DIR] = "catalog-dir", + + [SD_PATH_SYSTEMD_NETWORK_PATH] = "systemd-network-path", }; static int list_homes(void) { -- cgit v1.2.1