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:
parent
645ea49799
commit
09a677d56a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user