Sha256: 5d9a261c2ff03a72737861d0605e418618863c6bee981098adf5c431553ceb49
Contents?: true
Size: 527 Bytes
Versions: 47
Compression:
Stored size: 527 Bytes
Contents
[Unit] Description = unicorn server for <%= @app_name %> Wants = mariadb.service After = mariadb.service [Service] User = <%= @user %> WorkingDirectory = <%= @rails_root %> SyslogIdentifier = <%= @app_name %> PIDFile = <%= @rails_root %>/tmp/pids/unicorn.pid Environment="WORKER_PROCESSES=<%= @worker_processes %>" ExecStart = /usr/local/bin/bundle exec unicorn_rails -c <%= @rails_root %>/config/unicorn.rb -E <%= @rails_env %> -D ExecStop = <%= `which kill`.strip %> -s QUIT $MAINPID [Install] WantedBy = multi-user.target
Version data entries
47 entries across 47 versions & 1 rubygems