h: start icb-tunnel after network-online
This commit is contained in:
parent
faec3d97cf
commit
93fb866f7d
@ -289,6 +289,7 @@ in
|
||||
wants = [ "network.target" "multi-user.target" ];
|
||||
before = [ "matrix-synapse.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
User = "qbit";
|
||||
WorkingDirectory = "/home/qbit";
|
||||
|
Loading…
Reference in New Issue
Block a user