change systemd startup order to occur with network

For services which depend on binding to the VPN IP, startup order can matter. This changes the startup order to trigger with networking, allowing services waiting on network up to start successfully.
This commit is contained in:
Zack 2019-09-02 16:58:02 -07:00 committed by GitHub
parent ae3640a9b3
commit 1ad0b44a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=VpnCloud network '%I'
Before=systemd-user-sessions.service
Before=network.target
[Service]
Type=forking