]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/main.h
core: move pid watch/unwatch logic of the service manager to pidfd
[thirdparty/systemd.git] / src / core / main.h
CommitLineData
898c9a6f
LP
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2#pragma once
3
4#include <stdbool.h>
5
6extern bool arg_dump_core;
7extern int arg_crash_chvt;
8extern bool arg_crash_shell;
9extern bool arg_crash_reboot;