b754ff949d
close #4279
6 lines
114 B
Bash
Executable file
6 lines
114 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r conf ] && . ./conf
|
|
|
|
exec 2>&1
|
|
exec chpst -u relaysrv relaysrv -keys=/var/lib/relaysrv $RELAY_ARGS
|