25 lines
582 B
Desktop File
25 lines
582 B
Desktop File
[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
|