robot_face_rec/face_rec.service
2025-12-05 12:01:20 +08:00

25 lines
582 B
Desktop File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Unit]
Description=Face Rec GUI Service (system-level)
After=display-manager.service
# 或者 After=gdm.service / lightdm.service根据你系统用的显示管理器
[Service]
Type=simple
User=unitree
WorkingDirectory=/home/unitree/robot_face_rec
ExecStart=/home/unitree/robot_face_rec/start.sh
Restart=on-failure
RestartSec=5
TimeoutStartSec=30
StandardOutput=journal
StandardError=journal
# 如果需要,你可以设置环境,但脚本里会重写 DISPLAY
# Environment=DISPLAY=:0
# Environment=XAUTHORITY=/home/unitree/.Xauthority
[Install]
WantedBy=graphical.target