forked from ccchb/ansible
13 lines
238 B
Text
13 lines
238 B
Text
|
[Unit]
|
||
|
Description=Mete application server on {{ mete_domain }}
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/bundler exec rails server
|
||
|
WorkingDirectory={{ mete_app_dir }}
|
||
|
User=www-data
|
||
|
Environment=RAILS_ENV=production
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|