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

[Service]
Type=simple
WorkingDirectory=/opt/carto/builder
Environment=RAILS_ENV=development
Environment=HOME=/tmp
Environment=RAILS_LOG_BASE_PATH=/var/log/carto/builder
ExecStart=/usr/bin/bundle exec thin start --threaded -p 3000 --threadpool-size 5

[Install]
WantedBy=multi-user.target