5 lines
104 B
Plaintext
Executable File
5 lines
104 B
Plaintext
Executable File
#!/command/with-contenv bash
|
|
|
|
exec s6-setuidgid redis \
|
|
/usr/bin/redis-server /etc/redis/redis.conf
|