5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -l 0 -L /proc/1/fd/1
|