package/exim: fix log and pid file paths
authorPascal de Bruijn <p.debruijn@unilogic.nl>
Mon, 2 Mar 2020 10:19:02 +0000 (11:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 13 Apr 2020 21:05:44 +0000 (23:05 +0200)
commit754341460b7aa751164d7d7ec9b67908c2792fe2
tree2480cc00341899fc2c289fdbd9de9d6150276925
parenta9434debcd149d0c03b2c0460e030ceeb27bfcc0
package/exim: fix log and pid file paths

By default, exim stores its PID file in /var/spool/exim, and its log
file in /var/spool/exim/log, but it makes a lot more sense to have the
logs in /var/log/exim and the PID file in /var/run/exim.

Using binary name subdirectory in both cases allows for the use of
systemd's LogsDirectory and RuntimeDirectory statements

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/exim/S86exim
package/exim/exim.mk
package/exim/exim.service