-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Description
Description
On Ubuntu 22.04, systemctl status phpX.Y-fpm.service
shows the following weird output:
CGroup: /system.slice/php8.1-fpm.service
├─ 3132 "php-fpm: master process (/etc/php/8.1/fpm/php-fpm.conf)" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
└─30747 "php-fpm: pool www" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
I am not really sure what this is, but I don't think it's supposed to print all these quotation marks. It didn't happen on earlier LTS versions of Ubuntu. Maybe it is related to the systemd version that ships with Ubuntu 22.04 (which is 249.11). The same thing happens with packages from Ondřej Surýs PPA.
Steps to reproduce:
- Install Ubuntu 22.04
sudo apt install php8.1-fpm
systemctl status php8.1-fpm.service
PHP Version
8.* and 7.4
Operating System
Ubuntu 22.04
MartinMa