[root@clickhouse1 log]# systemctl status tiflash-9002
● tiflash-9002.service - tiflash service
Loaded: loaded (/etc/systemd/system/tiflash-9002.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2023-09-18 15:35:21 CST; 7s ago
Main PID: 592125 (TiFlashMain)
Tasks: 1264
Memory: 1.2G
CGroup: /system.slice/tiflash-9002.service
└─592125 bin/tiflash/tiflash server --config-file conf/tiflash.toml
9月 18 15:35:21 clickhouse1 systemd[1]: Started tiflash service.
9月 18 15:35:21 clickhouse1 bash[592125]: sync …
9月 18 15:35:21 clickhouse1 bash[592125]: real 0m0.013s
9月 18 15:35:21 clickhouse1 bash[592125]: user 0m0.001s
9月 18 15:35:21 clickhouse1 bash[592125]: sys 0m0.000s
9月 18 15:35:21 clickhouse1 bash[592125]: ok
[root@clickhouse1 log]# systemctl status tiflash-9002
● tiflash-9002.service - tiflash service
Loaded: loaded (/etc/systemd/system/tiflash-9002.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2023-09-18 15:35:28 CST; 170ms ago
Process: 592125 ExecStart=/bin/bash -c /deploy/tidb/tiflash-9002/scripts/run_tiflash.sh (code=exited, status=1/FAILURE)
Main PID: 592125 (code=exited, status=1/FAILURE)
服务运行七秒左右就会自动退出.