nixos/netbox: increase timeout for NetBox pre-start script
since the script does database migrations and index, it could timeout on slower system with a big enough database
This commit is contained in:
parent
d09eb594d3
commit
4409a8d78f
@ -324,6 +324,7 @@ in {
|
||||
--pythonpath ${pkg}/opt/netbox/netbox
|
||||
'';
|
||||
PrivateTmp = true;
|
||||
TimeoutStartSec = lib.mkDefault "5min";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user