Use absolute paths in supervisor config

This commit is contained in:
Quentin McGaw (desktop) 2021-08-02 12:35:12 -04:00
parent 2a63caafc5
commit b4d8a121ef

View File

@ -12,8 +12,8 @@ autorestart=false
startretries=0
[program:php-fpm]
command=php-fpm7.3 -F
command=/usr/sbin/php-fpm7.3 -F
[program:nginx]
command=nginx -g 'daemon off;'
command=/usr/sbin/nginx -g 'daemon off;'
depends_on=php-fpm