nixos/freeradius: depend on network.target, not online
This commit is contained in:
parent
0587329191
commit
065716ab95
@ -10,8 +10,8 @@ let
|
|||||||
{
|
{
|
||||||
description = "FreeRadius server";
|
description = "FreeRadius server";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["network-online.target"];
|
after = ["network.target"];
|
||||||
wants = ["network-online.target"];
|
wants = ["network.target"];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
${pkgs.freeradius}/bin/radiusd -C -d ${cfg.configDir} -l stdout
|
${pkgs.freeradius}/bin/radiusd -C -d ${cfg.configDir} -l stdout
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user