Skip to content

Commit

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

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

[Install]
Expand Down

0 comments on commit 84e1556

Please sign in to comment.