Merge pull request #224170 from mvnetbiz/ddclient
This commit is contained in:
commit
ef6206c3ee
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ with lib;
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
restartTriggers = optional (cfg.configFile != null) cfg.configFile;
|
restartTriggers = optional (cfg.configFile != null) cfg.configFile;
|
||||||
|
path = lib.optional (lib.hasPrefix "if," cfg.use) pkgs.iproute2;
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
|
Loading…
Reference in a new issue