diff options
author | Luca Boccassi <bluca@debian.org> | 2023-07-23 00:27:15 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-07-23 00:27:27 +0200 |
commit | 3835b9aa4ba0094b06e9bf9b39786fe33d99ea1d (patch) | |
tree | be66ffdebbf3346a70daceddb8a7664c48e550b7 /src/core/load-fragment-gperf.gperf.in | |
parent | po: Translated using Weblate (Czech) (diff) | |
download | systemd-3835b9aa4ba0094b06e9bf9b39786fe33d99ea1d.tar.xz systemd-3835b9aa4ba0094b06e9bf9b39786fe33d99ea1d.zip |
Revert "core: add IgnoreOnSoftReboot= unit option"
The feature is not ready, postpone it
This reverts commit b80fc61e8971283606f9cd0a48e31d0f701c82f1.
Diffstat (limited to 'src/core/load-fragment-gperf.gperf.in')
-rw-r--r-- | src/core/load-fragment-gperf.gperf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/load-fragment-gperf.gperf.in b/src/core/load-fragment-gperf.gperf.in index 1ac57c6364..b66adf2811 100644 --- a/src/core/load-fragment-gperf.gperf.in +++ b/src/core/load-fragment-gperf.gperf.in @@ -312,7 +312,6 @@ Unit.RefuseManualStart, config_parse_bool, Unit.RefuseManualStop, config_parse_bool, 0, offsetof(Unit, refuse_manual_stop) Unit.AllowIsolate, config_parse_bool, 0, offsetof(Unit, allow_isolate) Unit.DefaultDependencies, config_parse_bool, 0, offsetof(Unit, default_dependencies) -Unit.IgnoreOnSoftReboot, config_parse_bool, 0, offsetof(Unit, ignore_on_soft_reboot) Unit.OnSuccessJobMode, config_parse_job_mode, 0, offsetof(Unit, on_success_job_mode) Unit.OnFailureJobMode, config_parse_job_mode, 0, offsetof(Unit, on_failure_job_mode) {# The following is a legacy alias name for compatibility #} |