From 86d30ba71b0b81d519b2ef1a111cfe863caab6e2 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 27 Apr 2016 17:55:29 +0200 Subject: [PATCH] selfoss: fix php-fpm command --- selfoss/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfoss/supervisord.conf b/selfoss/supervisord.conf index d5df8ee..bbabd57 100644 --- a/selfoss/supervisord.conf +++ b/selfoss/supervisord.conf @@ -5,7 +5,7 @@ nodaemon=true command=crond -f [program:php-fpm] -command=php-fpm +command=php-fpm7 [program:nginx] -command=nginx \ No newline at end of file +command=nginx