SHA256
1
0
forked from pool/exim

Accepting request 305643 from server:mail

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/request/show/305643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=36
This commit is contained in:
Stephan Kulow 2015-05-07 07:22:14 +00:00 committed by Git OBS Bridge
commit 4edfa56abf
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 Fri Apr 17 15:53:24 UTC 2015 - lmuelle@suse.com

View File

@ -7,7 +7,7 @@ Conflicts=sendmail.service postfix.service
PrivateTmp=true PrivateTmp=true
Environment=QUEUE=1h Environment=QUEUE=1h
EnvironmentFile=-/etc/sysconfig/exim EnvironmentFile=-/etc/sysconfig/exim
ExecStart=/usr/sbin/exim ${EXIM_ARGS} ExecStart=/usr/sbin/exim $EXIM_ARGS
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target