architectural change 1

This commit is contained in:
Adam Outler
2025-09-24 16:29:15 -04:00
parent 3dd5c4bfcc
commit 29aa884836
13 changed files with 301 additions and 109 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Initializing crond..."
# Add crontab file
cp -f ${NETALERTX_APP}/install/crontab /etc/crontabs/root
chmod 600 /etc/crontabs/root
chown root:root /etc/crontabs/root
echo "crond initialized."