mirror of
https://github.com/friendica/docker
synced 2025-01-25 04:20:16 +01:00
4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
exec busybox crond -f -l 0 -L /dev/stdout
|