[Wargame VODs] Fixes cron job

This commit is contained in:
2026-09-14 14:52:08 -07:00
parent 4202202786
commit bd49bc0536
2 changed files with 10 additions and 3 deletions
@@ -56,7 +56,7 @@ in
description = "Hourly wargame-vods import";
serviceConfig = {
Type = "oneshot";
ExecStart = "${config.local.container-bin}/bin/docker exec wargame-vods /proc/1/exe sync";
ExecStart = "${config.local.container-bin} exec wargame-vods /proc/1/exe sync";
};
};
};