fix(ops/paroxysm): Ensure paroxysm is started on boot
Change-Id: Iba6557cbf4e0001277bd996df59318b4308fc92e Reviewed-on: https://cl.tvl.fyi/c/depot/+/1510 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
c29f60a350
commit
1fe4a47aa2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in {
|
|||
systemd.services.paroxysm = {
|
||||
inherit description;
|
||||
script = "${config.depot.fun.paroxysm}/bin/paroxysm";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
environment = {
|
||||
PARX_DATABASE_URL = "postgresql://tvldb:tvldb@localhost/tvldb";
|
||||
|
|
Loading…
Reference in a new issue