fix(ops/nixos/tvl-sso): correct path to executable

Change-Id: I29f5e762852593f05b9936d5635aadcc7eba283f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/950
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Luke Granger-Brown 2020-07-06 23:05:01 +00:00 committed by lukegb
parent 57ade16b9d
commit 1e8dbd5b1b

View file

@ -13,7 +13,7 @@ in {
serviceConfig = {
User = "apereo-cas";
Group = "apereo-cas";
ExecStart = "${apereo-cas}";
ExecStart = "${apereo-cas}/bin/cas";
Restart = "always";
};
};