On Wed, Oct 29, 2014 at 8:08 PM, Genes Lists <li...@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