summarylogtreecommitdiffstats
path: root/carto-resque.service
blob: 3251d69efd3568f0460142114a6d998010346f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=CARTO Builder queue
After=syslog.target network.target

[Service]
Type=simple
WorkingDirectory=/opt/carto/builder
Environment=RAILS_ENV=development
Environment=HOME=/tmp
Environment=RAILS_CONFIG_BASE_PATH=/etc/carto/builder
ExecStart=/usr/bin/bundle exec ./script/resque

[Install]
WantedBy=multi-user.target