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