4 lines
103 B
Bash
Executable file
4 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
exec chpst -u _ts:_ts /opt/bin/terraform-http-backend 2>&1
|