Convert from crond to supercronic

This commit is contained in:
Adam Outler
2025-11-23 01:14:21 +00:00
parent f0abd500d9
commit e3458630ba
13 changed files with 46 additions and 33 deletions
@@ -0,0 +1,5 @@
#!/bin/bash
echo "Initializing cron..."
# Placeholder for cron initialization commands
echo "cron initialized."
@@ -1,4 +0,0 @@
#!/bin/bash
echo "Initializing crond..."
#Future crond initializations can go here.
echo "crond initialized."