5 lines
43 B
Bash
Executable File
5 lines
43 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
/usr/sbin/crond -f -l 0
|