| [Unit] |
| Description=Startup swarming bot <%= @prefix %><%= @bot_id %>. |
| |
| [Service] |
| User=<%= @user %> |
| Group=<%= @group %> |
| |
| Environment=BOTO_CONFIG=<%= @gsutil_boto %> |
| Environment=GOOGLE_APPLICATION_CREDENTIALS=<%= @fragglerock_key %> |
| Environment=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:<%= @gsutil_dir %> |
| Environment=SWARMING_BOT_ID=<%= @trusted['hostname'] %>-<%= @bot_id %> |
| |
| # Source: cs.corp.google.com/piper///depot/google3/third_party/luci_py/latest/appengine/swarming/swarming_bot/__main__.py |
| ExecStart=/usr/bin/env python <%= @swarm_bots_home %>/<%= @bot_id %>/bot_root/swarming_bot.zip start_bot |
| |
| [Install] |
| WantedBy=multi-user.target |