File: app-alpha.2.service

package info (click to toggle)
ruby-foreman 0.90.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: ruby: 2,020; sh: 88; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
PartOf=app.target
StopWhenUnneeded=yes

[Service]
User=app
WorkingDirectory=/tmp/app
Environment=PORT=5001
Environment=PS=alpha.2
ExecStart=/bin/bash -lc 'exec -a "app-alpha.2" ./alpha'
Restart=always
RestartSec=14s
StandardInput=null
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=%n
KillMode=mixed
TimeoutStopSec=5