5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sleep 5
|
||
|
exec /usr/local/bin/dendrite-monolith-server -config /etc/dendrite/dendrite.yaml "$@"
|