Skip to content

Commit

Permalink
Fix orb-ui bin path in service file (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangirsh authored Apr 7, 2024
1 parent 89ba1d7 commit 25e8422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb-ui/debian/orb-ui.worldcoin-ui.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Environment="DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/worldcoin_bus_socket"
Environment="RUST_BACKTRACE=1"
SyslogIdentifier=worldcoin-ui
WorkingDirectory=/home/worldcoin
ExecStart=/usr/local/bin/orb-ui daemon
ExecStart=/usr/bin/orb-ui daemon
Restart=always

[Install]
Expand Down

0 comments on commit 25e8422

Please sign in to comment.