Sha256: 6b89f3e8e0bbfd7b2922bf434b882522539861c3dbc6978ff1db79d743da99aa
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
daddy-0.5.16 | itamae/cookbooks/unicorn/templates/systemd/app.service.erb |
daddy-0.5.15 | itamae/cookbooks/unicorn/templates/systemd/app.service.erb |