blob: 5b16e1ea4948d81d4672d9205ea02f432c89ec66 [file] [log] [blame]
# swarming-start-bot - swarming bot startup
# Used to start the Swarming bot process via upstart.
description "swarming bot startup"
start on (filesystem and net-device-up IFACE!=lo)
stop on shutdown
limit nofile 50000 50000
script
/usr/bin/sudo -H -u {{.User}} SWARMING_EXTERNAL_BOT_SETUP=1 {{.Python}} {{.BotCode}} start_bot
end script