mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/bash
|
|
echo "Initializing crond..."
|
|
#Future crond initializations can go here.
|
|
echo "crond initialized."
|