Skip to content

Commit

Permalink
https://github.com/dmitrii-fediuk/5.9.188.84/issues/37
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 18, 2023
1 parent 045f0db commit b6a5b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/systemd/system/php7.2-fpm.service
Expand Up @@ -5,9 +5,9 @@ After=network.target

[Service]
Type=notify
ExecStart=/usr/sbin/php-fpm7.2 --nodaemonize --fpm-config /etc/php/7.2/fpm/php-fpm.conf
ExecStartPost=-/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/7.2/fpm/pool.d/www.conf 72
ExecStopPost=-/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.2/fpm/pool.d/www.conf 72
ExecStart=/usr/sbin/php-fpm7.2 --nodaemonize --fpm-config /etc/php/7.2/fpm.ini
ExecStartPost=-/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/7.2/fpm.ini 72
ExecStopPost=-/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.2/fpm.ini 72
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
Expand Down

0 comments on commit b6a5b2e

Please sign in to comment.