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