summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
Commit message (Expand)AuthorAgeFilesLines
* Move path-lookup.c to src/basicZbigniew Jędrzejewski-Szmek2020-03-271-70/+0
* Split out generator directory setup to a src/core/generator-setup.cZbigniew Jędrzejewski-Szmek2020-03-271-5/+0
* core: Move environment generator path lookup into path-lookup.cBenjamin Berg2020-03-041-0/+1
* core: stop removing non-existent and duplicate lookup pathsZbigniew Jędrzejewski-Szmek2019-08-271-1/+1
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-1/+1
* path-lookup: define explicit unit file directory for attached unit filesLennart Poettering2018-10-081-0/+6
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-3/+3
* path-lookup: add flag to optionally force checking split-usr unit dirsLennart Poettering2018-05-241-2/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* shared: export xdg_user_dirs() and xdg_user_*_dir()Zbigniew Jędrzejewski-Szmek2017-12-061-0/+4
* path-lookup: LookupPathsFlags are a flags type, hence define it like oneLennart Poettering2017-11-291-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* install: consider globally enabled units as "enabled" for the userZbigniew Jędrzejewski-Szmek2017-09-221-0/+2
* core/manager: when running in test mode, use a temp dir for generated stuffZbigniew Jędrzejewski-Szmek2017-09-141-0/+4
* systemctl: don't confuse sysv code with generated unitsLennart Poettering2016-04-121-1/+5
* path-lookup: move generator_binary_paths() to end of fileLennart Poettering2016-04-121-2/+2
* core: introduce a "control" unit file directoryLennart Poettering2016-04-121-3/+16
* install: rename generator_paths() → generator_binary_paths()Lennart Poettering2016-04-121-1/+1
* core: move flushing of generated unit files to path-lookup.cLennart Poettering2016-04-121-0/+1
* path-lookup: stop exporting two functionsLennart Poettering2016-04-121-3/+0
* core: rework logic to drop duplicate and non-existing items from search pathLennart Poettering2016-04-121-0/+2
* path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...Lennart Poettering2016-04-121-0/+3
* core: add a separate unit directory for transient unitsLennart Poettering2016-04-121-0/+3
* install: add root directory to LookupPaths structureLennart Poettering2016-04-121-0/+3
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-11/+2
* core: add configuration directories to LookupPathsLennart Poettering2016-04-121-0/+6
* core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-121-18/+15
* core: drop SysV paths from path-lookup logicLennart Poettering2016-04-121-4/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+1
* install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering2015-05-111-3/+4
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-8/+8
* sysv-generator: initialize LookupPaths just onceZbigniew Jędrzejewski-Szmek2015-03-141-1/+2
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-111-0/+2
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-051-0/+4
* Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek2014-10-021-1/+1
* add a transient user unit directorySteven Allen2014-10-021-0/+1
* install: simplify usage of _cleanup_ macrosLennart Poettering2014-08-211-2/+2
* core: remove systemd_running_as lookup functionsZbigniew Jędrzejewski-Szmek2014-07-191-3/+0
* Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek2014-06-301-0/+2
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-151-1/+7
* path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.hDaniel Buch2013-10-271-0/+2
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-2/+2
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-181-2/+10
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* manager: rework generator logicLennart Poettering2012-05-231-1/+1
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+40