mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
11 lines
259 B
C
11 lines
259 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "core-forward.h"
|
|
|
|
/* Read service data supplementary drop-in directories */
|
|
|
|
int unit_find_dropin_paths(Unit *u, bool use_unit_path_cache, char ***paths);
|
|
|
|
int unit_load_dropin(Unit *u);
|