timeout
This commit is contained in:
@@ -18,8 +18,13 @@
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
containers = {
|
systemd.services."container@pihole.service" = {
|
||||||
pihole = {
|
serviceConfig = {
|
||||||
|
TimeoutStartSec = 120;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
containers.pihole = {
|
||||||
|
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
@@ -84,6 +89,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user