mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 10:31:06 +01:00
parent
69d19b9839
commit
186d9399f9
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ in {
|
|||
LogRateLimitIntervalSec = 0;
|
||||
|
||||
# Delay start to prevent backups running during boot:
|
||||
ExecStartPre = "sleep 3m";
|
||||
ExecStartPre = "${pkgs.coreutils}/bin/sleep 3m";
|
||||
|
||||
ExecStart = ''
|
||||
${pkgs.systemd}/bin/systemd-inhibit \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue