]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/main.h
Revert "core: add IgnoreOnSoftReboot= unit option"
[thirdparty/systemd.git] / src / core / main.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 extern bool arg_dump_core;
7 extern int arg_crash_chvt;
8 extern bool arg_crash_shell;
9 extern bool arg_crash_reboot;