modules(acme-dns): remove -d
This commit is contained in:
parent
2ed18d1a98
commit
fd16b9d13b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in
|
||||||
AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ];
|
AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ];
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
StateDirectory = "acme-dns";
|
StateDirectory = "acme-dns";
|
||||||
ExecStart = "${cfg.package}/bin/acme-dns -d -c ${configFile}";
|
ExecStart = "${cfg.package}/bin/acme-dns -c ${configFile}";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "4s";
|
RestartSec = "4s";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue