From 09a677d56a6a6c6f2949876184fc54fbbc8aea199afec620575b1e5fd29a4f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Wed, 6 May 2015 21:33:08 +0000 Subject: [PATCH] Fix the systemd service file by not passing EXIM_ARGS as one single argument by removing the curly brackets (shell syntax). OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=166 --- exim.changes | 6 ++++++ exim.service | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/exim.changes b/exim.changes index 315c158..ce7956d 100644 --- a/exim.changes +++ b/exim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 6 21:25:49 UTC 2015 - lmuelle@suse.com + +- Fix the systemd service file by not passing EXIM_ARGS as one single + argument by removing the curly brackets (shell syntax). + ------------------------------------------------------------------- Fri Apr 17 15:53:24 UTC 2015 - lmuelle@suse.com diff --git a/exim.service b/exim.service index baa6b11..28479b2 100644 --- a/exim.service +++ b/exim.service @@ -7,7 +7,7 @@ Conflicts=sendmail.service postfix.service PrivateTmp=true Environment=QUEUE=1h EnvironmentFile=-/etc/sysconfig/exim -ExecStart=/usr/sbin/exim ${EXIM_ARGS} +ExecStart=/usr/sbin/exim $EXIM_ARGS [Install] WantedBy=multi-user.target