Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l1n committed Nov 25, 2016
1 parent 2e1b39f commit a16424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/export/systemd/process.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PartOf=<%= app %>-<%= name %>.target
User=<%= user %>
WorkingDirectory=<%= engine.root %>
Environment=PORT=%i
<% if !engine.env.empty? %?>Environment=<% engine.env.each_pair do |var,env| %>"<%= var.upcase %>=<%= env %>" <% end %><% end %>
<% if !engine.env.empty? %>Environment=<% engine.env.each_pair do |var,env| %>"<%= var.upcase %>=<%= env %>" <% end %><% end %>
ExecStart=/bin/bash -lc '<%= process.command %>'
Restart=always
StandardInput=null
Expand Down

0 comments on commit a16424e

Please sign in to comment.