Searched refs:try (Results 1 - 2 of 2) sorted by relevance

/systemd/test/TEST-03-JOBS/
H A Dtest-jobs.sh31 # hello.service should still be waiting, so these try-restarts will collapse
33 systemctl try-restart --job-mode=fail hello.service || exit 1
34 systemctl try-restart hello.service || exit 1
/systemd/src/nspawn/
H A Dnspawn.c237 " host, try-guest, try-host\n"
238 " -j Equivalent to --link-journal=try-guest\n"
617 } else if (streq(optarg, "try-guest")) {
620 } else if (streq(optarg, "try-host")) {
1373 bool try; local
1384 try = arg_link_journal_try || arg_link_journal == LINK_AUTO;
1389 if (r == -ENOENT && try)
1395 if (isempty(id) && try)
1408 log_full(try
[all...]

Completed in 863 milliseconds