mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-23 05:22:16 +00:00
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/bash
|
|
|
|
source /scripts/utils.sh
|
|
|
|
gc_cron &
|
|
start_server &
|
|
start_socat &
|
|
keep_running |