From b708e7cea941538bfd5e20ce0a723c19b7da7d1d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 Jul 2010 02:25:42 +0200 Subject: execute: optionally ignore return status of invoked commands --- man/systemd.service.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 709a448f45..962388342c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -256,7 +256,15 @@ token will be passed as argv[0] to the executed process, followed by the - further arguments specified. Unless + further arguments specified. If the + first token is prefixed with + - an error code of + the command normally considered a + failure is ignored and considered + success. If both - + and @ are used for + the same command the latter must + preceed the latter. Unless Type=forking is set, the process started via this command line will be considered the -- cgit v1.2.3-54-g00ecf