Внимание: на диске изменен atop.service. Запустите systemctl daemon-reload, чтобы перезагрузить модули.

Я пытался изменить интервал входа в журнал на сервере CentOS 7 cPanel с 600 на 60 секунд и попытался отредактировать файл./etc/system/system/multi-user.target.wants/atop.service(Environment="LOGINTERVAL=60") и сделал, затем отредактировал/usr/share/atop/atop.daily(LOGINTERVAL=60) и сделалservice atop restartно не видел, чтобы это приносило желаемый результат.

Итак, я попробовал редактировать/usr/lib/systemd/system/atop.service(Environment="LOGINTERVAL=60"), который я видел в

После этого, когда я проверилservice atop statusЯ вижу предупреждениеWarning: atop.service changed on disk. Run 'systemctl daemon-reload' to reload units.

      [root@**** ~]# service atop status
Redirecting to /bin/systemctl status atop.service
● atop.service - Atop advanced performance monitor
   Loaded: loaded (/usr/lib/systemd/system/atop.service; enabled; vendor preset: disabled)
   Active: active (running) since *** ****-**-** **:**:** GMT; 29min ago
     Docs: man:atop(1)
  Process: 20856 ExecStartPost=/usr/bin/find ${LOGPATH} -name atop_* -mtime +${LOGGENERATIONS} -exec rm -v {} ; (code=exited, status=0/SUCCESS)
  Process: 20852 ExecStartPre=/bin/sh -c test -n "$LOGGENERATIONS" -a "$LOGGENERATIONS" -eq "$LOGGENERATIONS" (code=exited, status=0/SUCCESS)
  Process: 20851 ExecStartPre=/bin/sh -c test -n "$LOGINTERVAL" -a "$LOGINTERVAL" -eq "$LOGINTERVAL" (code=exited, status=0/SUCCESS)
 Main PID: 20855 (atop)
   CGroup: /system.slice/atop.service
           └─20855 /usr/bin/atop -w /var/log/atop/atop_******** 600

*
*
*
Warning: atop.service changed on disk. Run 'systemctl daemon-reload' to reload units.


[root@**** ~]# service atop restart
Redirecting to /bin/systemctl restart atop.service
Warning: atop.service changed on disk. Run 'systemctl daemon-reload' to reload units.


[root@**** ~]# service atop status
Redirecting to /bin/systemctl status atop.service
● atop.service - Atop advanced performance monitor
   Loaded: loaded (/usr/lib/systemd/system/atop.service; enabled; vendor preset: disabled)
   Active: active (running) since *** ****-**-** **:**:** GMT; 5s ago
     Docs: man:atop(1)
  Process: 25789 ExecStartPost=/usr/bin/find ${LOGPATH} -name atop_* -mtime +${LOGGENERATIONS} -exec rm -v {} ; (code=exited, status=0/SUCCESS)
  Process: 25785 ExecStartPre=/bin/sh -c test -n "$LOGGENERATIONS" -a "$LOGGENERATIONS" -eq "$LOGGENERATIONS" (code=exited, status=0/SUCCESS)
  Process: 25784 ExecStartPre=/bin/sh -c test -n "$LOGINTERVAL" -a "$LOGINTERVAL" -eq "$LOGINTERVAL" (code=exited, status=0/SUCCESS)
 Main PID: 25788 (atop)
   CGroup: /system.slice/atop.service
           └─25788 /usr/bin/atop -w /var/log/atop/atop_******* 600

*
*
*
Warning: atop.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Как мне действовать на этом этапе? я не пробовал бегатьsystemctl daemon-reloadпоскольку я не уверен, какие изменения это принесет

0 ответов

Другие вопросы по тегам