Compare commits

...

3 Commits

Author SHA1 Message Date
dswd 0f4a44fbd6
Merge pull request #34 from night/patch-1
change systemd startup order to occur with network
2019-09-08 22:08:01 +02:00
Zack 43d67dd10e
Update vpncloud@.service 2019-09-07 14:58:44 -07:00
Zack 1ad0b44a30
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.
2019-09-02 16:58:02 -07:00
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-online.target
[Service]
Type=forking