30 Oct
2014
30 Oct
'14
3:17 a.m.
On Wed, Oct 29, 2014 at 8:08 PM, Genes Lists <lists@sapience.com> wrote:
Work around is to add these 2 lines to /etc/systemd/system/stunnel.conf before the ExecStart line:
ExecStartPre=-/usr/bin/mkdir /run/stunnel ExecStartPre=/usr/bin/chown -R stunnel:stunnel /run/stunnel
Shouldn't that rather be handled by a tmpfiles.d snippet, and not in the service file? Regards, ~Celti