Lines Matching full:home
17 mkdir -p /home/gitbot
18 mount -t tmpfs tmpfs /home/gitbot -o size=4G
19 useradd -d /home/gitbot -s /bin/bash -M gitbot || true
20 chown gitbot.gitbot /home/gitbot
25 mkdir -p /home/gitbot/logs
28 logfile=/home/gitbot/logs/supervisord.log
32 directory=/home/gitbot
37 stdout_logfile=/home/gitbot/logs/gitbot.log
42 …tadata.google.internal/computeMetadata/v1/instance/attributes/deploy_key" > /home/gitbot/deploy_key
43 chown gitbot /home/gitbot/deploy_key
44 chmod 400 /home/gitbot/deploy_key
46 …/metadata.google.internal/computeMetadata/v1/instance/attributes/main" > /home/gitbot/mirror_aosp_…
47 chown gitbot /home/gitbot/mirror_aosp_to_ghub_repo.py
48 chmod 755 /home/gitbot/mirror_aosp_to_ghub_repo.py
50 cd /home/gitbot