[Fix] Nix Flake
This commit is contained in:
parent
0b3efa2f61
commit
7313c4af99
1 changed files with 2 additions and 2 deletions
|
|
@ -172,8 +172,8 @@
|
|||
'')
|
||||
];
|
||||
|
||||
Restart = "unless-stopped";
|
||||
RestartSec = "5";
|
||||
Restart = "always";
|
||||
RestartSec = "5s";
|
||||
|
||||
AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ];
|
||||
CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue