Arquivo Systemctl httpd.service alterado no disco

1

Quando inicio httpd com systemctl, recebo o erro:

Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Eu corro systemctl daemon-reload e o erro persiste.

Aqui está a saída de systemctl status httpd :

Warning: The unit file, source configuration file or drop-ins of httpd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
  Drop-In: /usr/lib/systemd/system/httpd.service.d
           └─php-fpm.conf
   Active: active (running) since Tue 2018-05-29 08:08:09 CDT; 4min 6s ago
     Docs: man:httpd.service(8)
 Main PID: 19471 (httpd)
   Status: "Running, listening on: port 80"
    Tasks: 213 (limit: 4500)
   Memory: 18.8M
   CGroup: /system.slice/httpd.service
           ├─19471 /usr/sbin/httpd -DFOREGROUND
           ├─19472 /usr/sbin/httpd -DFOREGROUND
           ├─19473 /usr/sbin/httpd -DFOREGROUND
           ├─19474 /usr/sbin/httpd -DFOREGROUND
           └─19475 /usr/sbin/httpd -DFOREGROUND

O que posso fazer para diagnosticar ainda mais o problema?

Executando o Fedora 28, o systemd 238 e o apache 2.4.34.

    
por Jersh 15.11.2018 / 18:55

0 respostas