Skip to content

Commit

Permalink
fix hivemind
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer committed Nov 1, 2023
1 parent e8e9c6c commit 4f288c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/raspbian-ovos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: build
with:
# Final image name.
image-name: raspbian-ovos-dev
image-name: raspOVOS-dev

# List of stage name to execute in given order. Relative and absolute paths to
# custom stage directories are allowed here. Note that by default pi-gen exports
Expand Down
5 changes: 4 additions & 1 deletion stage-hivemind/01-hive-core/files/hivemind-listener.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ After=pulseaudio.service

[Service]
Type=simple
ExecStart=%h/.venv/bin/python hivemind-core listen
ExecStart=%h/.venv/bin/python %h/.venv/bin/hivemind-core listen
TimeoutStartSec=10m
TimeoutStopSec=1m
Restart=on-failure
StartLimitInterval=5min
StartLimitBurst=4

[Install]
WantedBy=ovos.service

0 comments on commit 4f288c9

Please sign in to comment.