18 lines
282 B
Desktop File
18 lines
282 B
Desktop File
[Unit]
|
|
StopWhenUnneeded=true
|
|
|
|
[Service]
|
|
User=app
|
|
WorkingDirectory=/tmp/app
|
|
Environment=PORT=5000
|
|
ExecStart=/bin/bash -lc './alpha'
|
|
Restart=always
|
|
StandardInput=null
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=%n
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=app-alpha.target
|