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
This commit is contained in:
Lars Müller 2015-05-06 21:33:08 +00:00 committed by Git OBS Bridge
parent 645ea49799
commit 09a677d56a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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