Re: systemd and php5-fpm

2016-03-05 Thread Darac Marjal
On Fri, 4 Mar 2016 14:39:01 +0100 basti wrote: > Hello, > > I have some errors with systemd and php5-fpm. > I want to create a dir /var/run/php5-fpm where I can place my sockets. > > With the old sysv-init all is fine I just add a "mkdir" in it. > > In sys

Re: systemd and php5-fpm

2016-03-04 Thread Sven Hartge
basti wrote: > I have some errors with systemd and php5-fpm. > I want to create a dir /var/run/php5-fpm where I can place my sockets. Why a separate directory? What do you want to achieve? > In systemd there is a bit different. > I try ExecStartPre=/bin/mkdir ... but always get err

systemd and php5-fpm

2016-03-04 Thread basti
Hello, I have some errors with systemd and php5-fpm. I want to create a dir /var/run/php5-fpm where I can place my sockets. With the old sysv-init all is fine I just add a "mkdir" in it. In systemd there is a bit different. I try ExecStartPre=/bin/mkdir ... but always get errors that