mirror of https://dev.ccchb.de/ccchb/ansible.git
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
|
[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
|
||
|
|