make disqalculate start on reboot

This commit is contained in:
Noa Aarts 2025-03-17 10:16:18 +01:00
parent c1a3ad71e5
commit 2ef1846111
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -169,6 +169,7 @@ in
}; };
"disqalculate" = { "disqalculate" = {
enable = true;
wants = [ wants = [
"network-online.target" "network-online.target"
]; ];
@ -206,7 +207,7 @@ in
"/etc/resolv.conf" "/etc/resolv.conf"
"/bin/sh" "/bin/sh"
]; ];
Restart = "on-failure"; Restart = "always";
RestartSec = 10; RestartSec = 10;
TimeoutStopSec = 10; TimeoutStopSec = 10;
}; };