]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: accept system mode emergency action specifiers with a warning
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Oct 2018 12:49:36 +0000 (14:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Oct 2018 17:31:50 +0000 (19:31 +0200)
commit469f76f170db39c72578e869ec7c087bb43f9350
treeef8ad6dcd1de44bf1d3ab60ba8a9b7a9646664ea
parent54fcb6192c618726d11404b24b1a1e9ec3169ee1
core: accept system mode emergency action specifiers with a warning

Before we would only accept those "system" values, so there wasn't other
chocie. Let's provide backwards compatiblity in case somebody made use of
this functionality in user mode.

v2: use 'exit-force' not 'exit'
v3: use error value in log_syntax
src/core/load-fragment.c