a
This commit is contained in:
@@ -17,7 +17,7 @@ pkgs.stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp daily-challenge-reminder-crontab.ts $out/bin/crontab-script
|
||||
cp daily-challenge-reminder-crontab.ts $out/bin/crontab-script.ts
|
||||
mv reminder-crontab-exec tuxstrap-crontab
|
||||
cp tuxstrap-crontab $out/bin/
|
||||
'';
|
||||
|
||||
@@ -75,7 +75,7 @@ in
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"*/1 * * * * ocbwoy3 ${tuxstrapReminderCrontab}/bin/tuxstrap-cron"
|
||||
"*/1 * * * * ocbwoy3 bun run ${tuxstrapReminderCrontab}/bin/crontab-script.ts"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user