Sha256: 8b1fbeb157c0c09f80ba731b3d7287f64338f59db46e396cd619290e620b0dbb
Contents?: true
Size: 374 Bytes
Versions: 17
Compression:
Stored size: 374 Bytes
Contents
[Unit] StopWhenUnneeded=true [Service] User=<%= user %> WorkingDirectory=<%= engine.root %> Environment=PORT=<%= port %><% engine.env.each_pair do |var,env| %> Environment=<%= var.upcase %>=<%= env %><% end %> ExecStart=/bin/bash -lc '<%= process.command %>' Restart=always StandardInput=null StandardOutput=syslog StandardError=syslog SyslogIdentifier=%n KillMode=process
Version data entries
17 entries across 17 versions & 1 rubygems