reademe.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. # 云飞科技系统服务说明:
  2. --------------------------------------------------------------------
  3. app-install.service : Install or uninstall applications
  4. : 安装或卸载应用程序
  5. camera-capture.service : Camera capture
  6. : 相机图像采集
  7. gnss.service : Location acquisition
  8. : 位置信息获取
  9. local-startup.service : Local startup task execution
  10. : 本地开机启动脚本(开机后运行一次)
  11. : 需根据具体硬件需求编写实现并测试
  12. networkd.service : Network management
  13. : 网络管理服务
  14. sshd-mqtt-bridge.service : SSH to MQTT bridge
  15. : 远程运维通道
  16. system-metrics.service : System metrics collection
  17. : 系统信息采集
  18. timesyncd.service : System time synchronization
  19. : 系统时间同步
  20. upgrade.service : YFKJ service upgrade
  21. : 云飞科技服务程序升级
  22. web-ui.service : Web user interface
  23. : 配置管理界面
  24. # 管理系统服务常用命令:
  25. --------------------------------------------------------------------
  26. systemctl start <service> : 启动服务运行
  27. systemctl stop <service> : 停止服务运行
  28. systemctl status <service> : 查看服务状态
  29. journalctl -f -u <service> : 查看实时日志
  30. # Written By NiuJiuRu 2026-05-15 at Zhengzhou