Skip to content

Commit

Permalink
fix: linux setup and start config
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Aug 8, 2019
1 parent 3153cf2 commit 0750654
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 0750654

Please sign in to comment.