Skip to content

Commit

Permalink
Fixed potential startup dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Dec 4, 2019
1 parent 63dc1e3 commit 229db24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ This project follows [semantic versioning](http://semver.org).

- [added] Exchange peer timeout and adapt keepalive accordingly
- [added] Reducing published peer timeout to 5 min when NAT is detected
- [added] Added more tests
- [changed] Rust version 1.41.0
- [changed] Updated dependencies
- [fixed] Fixed potential startup dependency issue

### v1.0.0 (2019-03-21)

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,4 @@ contributions are very welcome:


### Semantic Versioning
This project uses [semantic versioning](http://semver.org). Currently that means
that everything can change between versions before 1.0 is finally released.
However I am considering to release 1.0 soon.
This project uses [semantic versioning](http://semver.org).
3 changes: 2 additions & 1 deletion assets/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=VpnCloud network '%I'
Before=network-online.target
After=network-online.target
Wants=network-online.target

[Service]
Type=forking
Expand Down

0 comments on commit 229db24

Please sign in to comment.