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