Le jeudi 29 octobre 2015 à 09:57 +0000, Chris Lamb a écrit : > Hi, > > > It seems it is because service startup is handled by systemd before > > that /var/run/redis/ is created > > Ah, systemd- of course. That shell code won't be run. Can you try > dropping the following: > > d /run/redis 2775 redis redis - > > .. into /usr/lib/tmpfiles.d/redis-server.conf ? > I do not understand what you are trying to do, but: - I created the file /usr/lib/tmpfiles.d/redis-server.conf with "d /run/redis 2775 redis redis -" as content - made its rights 777 - restarted the redis with "bash -x"
Unfortunately, the output is exactly the same and /var/run/redis/ is not created. Regards, Yvan

