Sha256: 1e4bdcbc6e0fc57da86e738ced674c33f7f96f584fabe35f2eeb28614154215e
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
[Unit] PartOf=<%= app %>-<%= name %>.target [Service] User=<%= user %> WorkingDirectory=<%= engine.root %> Environment=PORT=%i <% engine.env.each_pair do |var,env| -%> Environment="<%= var.upcase %>=<%= env %>" <% end -%> ExecStart=/bin/bash -lc 'exec <%= process.command %>' Restart=always StandardInput=null StandardOutput=syslog StandardError=syslog SyslogIdentifier=%n KillMode=mixed TimeoutStopSec=<%= engine.options[:timeout] %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman-0.84.0 | data/export/systemd/process.service.erb |