feat(ops/nixos/paroxysm): Set Restart = "always"

Sometimes (like today) paroxysm crashes. We'd like it to restart if that
happens.

Change-Id: I98841096bcd6605c4279744ae5c65a9c92092a21
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2069
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-11-04 18:13:35 -05:00 committed by tazjin
parent b8c50979dd
commit e39b7e002c

View file

@ -20,6 +20,7 @@ in {
serviceConfig = {
DynamicUser = true;
StateDirectory = "paroxysm";
Restart = "always";
};
};
};