h: fix nomadnet systemd unit to run after network online
This commit is contained in:
parent
eb70c898a0
commit
6633b2ec8d
@ -274,7 +274,9 @@ in
|
||||
};
|
||||
nomadnet = {
|
||||
description = "nomadnet";
|
||||
wants = [ "multi-user.target" "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
User = "qbit";
|
||||
Type = "forking";
|
||||
|
Loading…
Reference in New Issue
Block a user