make disqalculate start on reboot
This commit is contained in:
parent
c1a3ad71e5
commit
2ef1846111
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue