feat: 5G自动拨号、软件时钟同步、机器人端控制程序自启。
This commit is contained in:
14
scripts/boot/systemd/blitz-boot-gate.service.in
Normal file
14
scripts/boot/systemd/blitz-boot-gate.service.in
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Blitz robot boot gate
|
||||
After=multi-user.target network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/bin/bash @OMNISOCKETGO_ROOT@/scripts/boot/boot-gate.sh
|
||||
StandardOutput=append:@BLITZ_LOG_FILE@
|
||||
StandardError=append:@BLITZ_LOG_FILE@
|
||||
|
||||
[Install]
|
||||
WantedBy=blitz-robot.target
|
||||
Reference in New Issue
Block a user