Skip to content

Commit

Permalink
greengrass-bin: fix ptest
Browse files Browse the repository at this point in the history
Stopping of autostarted greengrass-bin from systemd.
  • Loading branch information
thomas-roos authored Dec 20, 2024
1 parent 5a47252 commit e523057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes-iot/aws-iot-greengrass/files/run-ptest
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/sh
set -euxo pipefail

# Cause we starting this here manually.
systemctl stop greengrass
# some settle time
sleep 10

cd /greengrass/v2/alts/current/distro/bin
chmod 755 loader
./loader 2>&1 > test.log &
Expand Down

0 comments on commit e523057

Please sign in to comment.