Skip to content

Commit

Permalink
attest: move to /usr/local/bin (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Aug 12, 2024
1 parent f29b689 commit c9ec3f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions orb-attest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ wiremock = "0.5"

[package.metadata.deb]
maintainer-scripts = "debian/"
assets = [
["target/release/orb-attest", "/usr/local/bin/", "755"]
]
systemd-units = [
{ unit-name = "worldcoin-attest" },
]
2 changes: 1 addition & 1 deletion orb-attest/debian/orb-attest.worldcoin-attest.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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'
ExecStart=/bin/bash -c 'ORB_ID=$(/usr/local/bin/orb-id) /usr/local/bin/orb-attest'

[Install]
WantedBy=multi-user.target

0 comments on commit c9ec3f8

Please sign in to comment.