Skip to content

Commit

Permalink
attest: fix missing backtrace (#161)
Browse files Browse the repository at this point in the history
fix missing backtrace in orb-attest
  • Loading branch information
TheButlah authored Jul 19, 2024
1 parent 7c449e5 commit 461438a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orb-attest/debian/orb-attest.worldcoin-attest.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ After=worldcoin-backend-online.target
Type=simple
User=worldcoin
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/worldcoin_bus_socket
Environment=RUST_BACKTRACE=1
SyslogIdentifier=orb-attest
Restart=on-failure
ExecStart=/bin/bash -c 'ORB_ID=$(/usr/local/bin/orb-id) /usr/bin/orb-attest'
Expand Down

0 comments on commit 461438a

Please sign in to comment.