go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/gce/cmd/agent/swarming-start-bot.conf.tmpl (about)

     1  # swarming-start-bot - swarming bot startup
     2  
     3  # Used to start the Swarming bot process via upstart.
     4  
     5  description "swarming bot startup"
     6  
     7  start on (filesystem and net-device-up IFACE!=lo)
     8  stop on shutdown
     9  limit nofile 50000 50000
    10  
    11  script
    12    /usr/bin/sudo -H -u {{.User}} SWARMING_EXTERNAL_BOT_SETUP=1 {{.Python}} {{.BotCode}} start_bot
    13  end script