mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-05 21:21:49 +00:00
core: there's no point to complain so loudly about non-isolatable boot targets
This commit is contained in:
+1
-1
@@ -1683,7 +1683,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
r = manager_add_job(m, JOB_START, target, JOB_ISOLATE, false, &error, &default_unit_job);
|
||||
if (r == -EPERM) {
|
||||
log_error("Default target could not be isolated, starting instead: %s", bus_error(&error, r));
|
||||
log_debug("Default target could not be isolated, starting instead: %s", bus_error(&error, r));
|
||||
dbus_error_free(&error);
|
||||
|
||||
r = manager_add_job(m, JOB_START, target, JOB_REPLACE, false, &error, &default_unit_job);
|
||||
|
||||
Reference in New Issue
Block a user