mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
9 lines
238 B
Bash
9 lines
238 B
Bash
#!/bin/bash
|
|
|
|
/scripts/create_data_links.sh
|
|
|
|
mkdir -p /opt/seafile/seafile-server-latest/runtime
|
|
socat -v -d -d TCP-LISTEN:8001,fork,forever UNIX:/opt/seafile/seafile-server-latest/runtime/seafile.sock,forever &
|
|
|
|
python3 /scripts/start.py
|