mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
manually start cron
This commit is contained in:
parent
daa01f9de1
commit
68c48858a3
@ -517,6 +517,9 @@ chmod 600 ${GITLAB_DATA_DIR}/.ssh/authorized_keys
|
||||
chown -R git:git ${GITLAB_DATA_DIR}/.ssh
|
||||
|
||||
appStart () {
|
||||
echo "Starting cron..."
|
||||
supervisorctl start cron >/dev/null
|
||||
|
||||
echo "Starting openssh server..."
|
||||
supervisorctl start sshd >/dev/null
|
||||
|
||||
|
||||
@ -186,7 +186,7 @@ priority=20
|
||||
directory=/tmp
|
||||
command=/usr/sbin/cron -f
|
||||
user=root
|
||||
autostart=true
|
||||
autostart=false
|
||||
autorestart=true
|
||||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
stderr_logfile=/var/log/supervisor/%(program_name)s.log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user