Move filesystem to more generic name & add perms

This commit is contained in:
Adam Outler
2025-09-27 21:58:00 -04:00
parent b47df7b33f
commit d182a552b8
34 changed files with 25 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Initializing crond..."
# Add crontab file
rm /etc/crontabs/root
chmod 600 /etc/crontabs/netalertx
chown netalertx:netalertx /etc/crontabs/netalertx
echo "crond initialized."