Skip to content

Commit

Permalink
Merge pull request #122 from etclabscore/fix/linux-config
Browse files Browse the repository at this point in the history
fix: linux setup and start config
  • Loading branch information
shanejonas committed Aug 8, 2019
2 parents 3153cf2 + 0750654 commit 02ff32d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/service-runner-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,16 @@
},
"linux": {
"commands": {
"setup": [],
"start": "geth",
"setup": [
{
"cmd": "chmod",
"args": [
"+x",
"${SERVICE_DIR}/geth"
]
}
],
"start": "${SERVICE_DIR}/geth",
"stop": "",
"teardown": ""
},
Expand Down

0 comments on commit 02ff32d

Please sign in to comment.