[systemd-commits] src/load-fragment.c
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Jun 2 18:37:18 PDT 2010
src/load-fragment.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a4ddf82766c41627bd94c609bb55983f4b81814f
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Jun 3 03:37:12 2010 +0200
execute: fix parsing of StandardError= setting
diff --git a/src/load-fragment.c b/src/load-fragment.c
index a706880..5f5e373 100644
--- a/src/load-fragment.c
+++ b/src/load-fragment.c
@@ -1366,7 +1366,7 @@ static int load_from_path(Unit *u, const char *path) {
{ "Environment", config_parse_strv, &(context).environment, section }, \
{ "StandardInput", config_parse_input, &(context).std_input, section }, \
{ "StandardOutput", config_parse_output, &(context).std_output, section }, \
- { "StandardError", config_parse_output, &(context).std_output, section }, \
+ { "StandardError", config_parse_output, &(context).std_error, section }, \
{ "TTYPath", config_parse_path, &(context).tty_path, section }, \
{ "SyslogIdentifier", config_parse_string, &(context).syslog_identifier, section }, \
{ "SyslogFacility", config_parse_facility, &(context).syslog_priority, section }, \
More information about the systemd-commits
mailing list