mealie: add longer start timeout
Seems like the PreStart script sometimes takes a while to execute, let's give it some time to do so.
This commit is contained in:
parent
7bb95c24f8
commit
2f2ff798e5
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ in {
|
|||
systemd.services.mealie = {
|
||||
after = ["postgresql.service"];
|
||||
requires = ["postgresql.service"];
|
||||
serviceConfig = {
|
||||
TimeoutStartSec = 600;
|
||||
};
|
||||
};
|
||||
|
||||
# Set-up database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue