diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-17 15:54:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 15:54:10 +0200 |
commit | 2cb36f7c1e4672df2b47bffab3b7d65216915992 (patch) | |
tree | b4f0fa07c1cd3ffe34d7624efe27ad98eaa2da82 /src/path | |
parent | network,resolve: remove unused variables (#8738) (diff) | |
parent | test-execute: make find invocation a bit more efficent, increase timeout (diff) | |
download | systemd-2cb36f7c1e4672df2b47bffab3b7d65216915992.tar.xz systemd-2cb36f7c1e4672df2b47bffab3b7d65216915992.zip |
Merge pull request #8575 from keszybz/non-absolute-paths
Do not require absolute paths in ExecStart and friends
Diffstat (limited to 'src/path')
-rw-r--r-- | src/path/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path/path.c b/src/path/path.c index 16a12875a8..5275845750 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -54,6 +54,7 @@ static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_USER_TEMPLATES] = "user-templates", [SD_PATH_USER_DESKTOP] = "user-desktop", [SD_PATH_SEARCH_BINARIES] = "search-binaries", + [SD_PATH_SEARCH_BINARIES_DEFAULT] = "search-binaries-default", [SD_PATH_SEARCH_LIBRARY_PRIVATE] = "search-library-private", [SD_PATH_SEARCH_LIBRARY_ARCH] = "search-library-arch", [SD_PATH_SEARCH_SHARED] = "search-shared", |