blob: 46c89fa77ec888d9ee7b806ea48867b07f3ce23d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=Tracks GTD Task Manager Web Service
After=syslog.target
After=network.target
After=mysqld.service
After=postgresql.service
[Service]
Type=simple
WorkingDirectory=/usr/share/webapps/tracks
ExecStart=/usr/bin/bundle exec rails server -e production -p 10008
User=http
Group=http
StandardOutput=syslog
TimeoutSec=300
[Install]
WantedBy=multi-user.target
|