mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
8 lines
145 B
Bash
8 lines
145 B
Bash
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
: ${PORT=8001}
|
|
: ${KEY=RESET_KEY}
|
|
|
|
exec chpst -u _popcorn:_popcorn statrepo --port $PORT --reset_key $KEY
|