9 lines
171 B
Bash
Executable File
9 lines
171 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Copyright (c) 2023 ยท Bryan Joshua Pedini
|
|
# LICENSE = gpl3
|
|
# see the LICENSE file for more details
|
|
|
|
echo "Starting cron..."
|
|
crond -f -l 9 -c /crontab
|