Skip to content

Commit

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

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

[Install]
Expand Down

0 comments on commit 045f0db

Please sign in to comment.