/
githubmirror
/
gogs
Обзор
Документация
Войти
/
githubmirror
/
gogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docker/s6/crond/run
10 строк
290 B
ᴜɴᴋɴᴡᴏɴ
ci: use new lint action and add custom config (#6562)
19 май 2021, 08:38
Не верифицирован
19 май 2021, 08:38
1a1a01a
Код
Авторство
О чём код?
#!/bin/sh # Crontabs are located by default in /var/spool/cron/crontabs/ # The default configuration is also calling all the scripts in /etc/periodic/${period} if test -f ./setup; then # shellcheck disable=SC2039,SC1091,SC3046 source ./setup fi exec gosu root /usr/sbin/crond -fS