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