Fixed potential startup dependency issue

pull/46/head
Dennis Schwerdel 2019-12-04 13:43:38 +01:00
parent 63dc1e3ce1
commit 229db241de
3 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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).

View File

@ -1,6 +1,7 @@
[Unit]
Description=VpnCloud network '%I'
Before=network-online.target
After=network-online.target
Wants=network-online.target
[Service]
Type=forking