Lines Matching refs: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 …etadata.google.internal/computeMetadata/v1/project/attributes/deploy_key" > /home/gitbot/deploy_key
43 echo >> /home/gitbot/deploy_key # metadata server strips trailing \n.
44 chown gitbot /home/gitbot/deploy_key
45 chmod 400 /home/gitbot/deploy_key
47 …/metadata.google.internal/computeMetadata/v1/instance/attributes/main" > /home/gitbot/mirror_aosp_…
48 chown gitbot /home/gitbot/mirror_aosp_to_ghub_repo.py
49 chmod 755 /home/gitbot/mirror_aosp_to_ghub_repo.py
51 cd /home/gitbot