服务端心跳验证自启波奇大帝2025-07-022025-07-0912345678910[Unit]Description=Heartbeat ServerAfter=network.target[Service]Type=simpleExecStart=/root/miniconda3/bin/python /opt/heart/heartbeat_server.pyRestart=alwaysRestartSec=5User=rootWorkingDirectory=/opt/heart[Install]WantedBy=multi-user.target sudo systemctl daemon-reload sudo systemctl start heartbeat sudo systemctl enable heartbeat