build02/nixpkgs-update: on-abort -> on-failure
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
This commit is contained in:
parent
0ecf0f61be
commit
60465ac54c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ let
|
|||
Type = "simple";
|
||||
User = "r-ryantm";
|
||||
Group = "r-ryantm";
|
||||
Restart = "on-abort";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
WorkingDirectory = "/var/lib/nixpkgs-update/worker";
|
||||
StateDirectory = "nixpkgs-update/worker";
|
||||
|
@ -85,7 +85,7 @@ let
|
|||
Type = "simple";
|
||||
User = "r-ryantm";
|
||||
Group = "r-ryantm";
|
||||
Restart = "on-abort";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
WorkingDirectory = "/var/lib/nixpkgs-update/";
|
||||
StateDirectory = "nixpkgs-update";
|
||||
|
|
Loading…
Add table
Reference in a new issue