Skip to content

Commit 95568bb

Browse files
committed
On linux, also look for arangod in /usr/loca/sbin
1 parent a9eb501 commit 95568bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Changed from version 0.10.2 to master
2+
3+
- On linux, also look for `arangod` in `/usr/local/sbin` (#93).
4+
15
# Changes from version 0.10.1 to 0.10.2
26

37
- Starting with mode `resilientsingle` and `--starter.local` will no longer limit

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ func findExecutable() {
304304
case "linux":
305305
pathList = append(pathList,
306306
"/usr/sbin/arangod",
307+
"/usr/local/sbin/arangod",
307308
)
308309
}
309310
// Add local folder to search path

0 commit comments

Comments
 (0)