In centos , ihave installed influxdb , but wont be able to start service of influxdb

belo is the error

[root@ba1596808f0a ~]# systemctl status influxdb
● influxdb.service - InfluxDB is an open-source, distributed, time series database
Loaded: loaded (/usr/lib/systemd/system/influxdb.service; enabled; vendor preset: disabled)
Active: activating (start) since Sun 2024-01-07 10:43:18 UTC; 1h 39min ago
Docs: InfluxDB OSS v2 Documentation
Tasks: 7 (limit: 4478)
Memory: 46.7M
CGroup: /docker/ba1596808f0aabd82f7211b8884abbd841462d62443bf986a060da18eaf23e55/system.slice/influxdb.service
└─2482 /usr/bin/influxd

Jan 07 10:43:18 ba1596808f0a influxd-systemd-start.sh[2481]: InfluxDB API at http://localhost:8086/ready unavailable after 1 attempts…
Jan 07 10:43:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T10:43:18.757814Z lvl=info msg=Listening log_id=0m_t9ss0000 service=tcp-listener transport=http addr=:8086 port=8086
Jan 07 10:43:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T10:43:18.757869Z lvl=info msg=Starting log_id=0m_t9ss0000 service=telemetry interval=8h
Jan 07 10:43:19 ba1596808f0a influxd-systemd-start.sh[2481]: InfluxDB started
Jan 07 10:43:19 ba1596808f0a systemd[1]: influxdb.service: New main PID 2482 does not belong to service, and PID file is not owned by root. Refusing.
Jan 07 10:43:19 ba1596808f0a systemd[1]: influxdb.service: New main PID 2482 does not belong to service, and PID file is not owned by root. Refusing.
Jan 07 11:13:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T11:13:18.741146Z lvl=info msg=“Retention policy deletion check (start)” log_id=0m_t9ss0000 service=retention op_name>
Jan 07 11:13:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T11:13:18.743098Z lvl=info msg=“Retention policy deletion check (end)” log_id=0m_t9ss0000 service=retention op_name=r>
Jan 07 11:43:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T11:43:18.740972Z lvl=info msg=“Retention policy deletion check (start)” log_id=0m_t9ss0000 service=retention op_name>
Jan 07 11:43:18 ba1596808f0a influxd-systemd-start.sh[2481]: ts=2024-01-07T11:43:18.741294Z lvl=info msg=“Retention policy deletion check (end)” log_id=0m_t9ss0000 service=retention op_name=r>
lines 1-19/19 (END)

@influxdb