blob: cdd0b58298736edeb488617f57440306880b7b3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/execlineb -WS1
#################################
# Start redis (key-value store) #
#################################
fdmove -c 2 1
s6-envdir env
multisubstitute {
importas -iu CMD CMD
importas -usCd" " CMD_OPTS CMD_OPTS
}
prlimit --nofile=8192
define port $1
s6-notifyoncheck -d
s6-setuidgid redis
exec -c $CMD $CMD_OPTS
|