FS#36595 - [postfix] Wrong path in systemd service unit
Attached to Project:
Arch Linux
Opened by Reinis (fest) - Monday, 19 August 2013, 12:22 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 19 August 2013, 13:58 GMT
Opened by Reinis (fest) - Monday, 19 August 2013, 12:22 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 19 August 2013, 13:58 GMT
|
Details
Description:
In systemd postfix.service, the postfix binary path is given as /usr/sbin. In reality, postfix binary is installed in /usr/bin. Additional info: * package version(s): 2.10.1-1 * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Gaetan Bisson (vesath)
Monday, 19 August 2013, 13:58 GMT
Reason for closing: Fixed
Additional comments about closing: in SVN
Monday, 19 August 2013, 13:58 GMT
Reason for closing: Fixed
Additional comments about closing: in SVN
Comment by Allan McRae (Allan) -
Monday, 19 August 2013, 12:55 GMT
If only /usr/sbin was a symlink to /usr/bin so that this was
effectively the same path and not needing to be changed...