mirror of https://github.com/dswd/vpncloud.git
Merge pull request #34 from night/patch-1
change systemd startup order to occur with network
This commit is contained in:
commit
0f4a44fbd6
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=VpnCloud network '%I'
|
Description=VpnCloud network '%I'
|
||||||
Before=systemd-user-sessions.service
|
Before=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in New Issue