Skip to content

Commit

Permalink
Merge PR #225: Fix relayer dev service
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcse authored May 6, 2020
1 parent 5afa5b4 commit e3ffaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ After=network.target
Type=simple
User=%s
WorkingDirectory=%s
ExecStart=%s/go/bin/rly start %s %s %s -d
ExecStart=%s/go/bin/rly start %s -d
Restart=on-failure
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
`, args[0], user, home, home, src, dst, args[0])
`, args[0], user, home, home, args[0])
return nil
},
}
Expand Down

0 comments on commit e3ffaf2

Please sign in to comment.