4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
#!/bin/sh
|
|
cd <%= engine.root %>
|
|
exec chpst -u <%= user %> -e <%= File.join(location, "#{process_directory}/env") %> <%= process.command %>
|