seafile-containerized/seafile-server/scripts/start.sh
2021-02-01 18:14:46 +01:00

8 lines
90 B
Bash

#!/bin/bash
source /scripts/utils.sh
gc_cron &
start_server &
start_socat &
keep_running