seafile-containerized/seafile-server/scripts/start.sh

10 lines
122 B
Bash
Raw Normal View History

2021-01-22 21:27:05 +00:00
#!/bin/bash
2021-02-01 12:20:19 +00:00
source /scripts/utils.sh
2021-02-01 17:16:43 +00:00
trap 'sigterm' SIGTERM
2021-02-01 17:14:46 +00:00
gc_cron &
start_server &
start_socat &
2021-02-01 17:16:43 +00:00
logger &
keep_running