mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-13 14:05:15 +02:00
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
|