We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eb501 commit 95568bbCopy full SHA for 95568bb
CHANGELOG.md
@@ -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
5
# Changes from version 0.10.1 to 0.10.2
6
7
- Starting with mode `resilientsingle` and `--starter.local` will no longer limit
main.go
@@ -304,6 +304,7 @@ func findExecutable() {
304
case "linux":
305
pathList = append(pathList,
306
"/usr/sbin/arangod",
307
+ "/usr/local/sbin/arangod",
308
)
309
}
310
// Add local folder to search path
0 commit comments