You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
scripts: housekeeping & cleanup setup (1/2) (#3121)
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
declare -a DAEMONS_START
|
||||
|
||||
function _register_start_daemon
|
||||
{
|
||||
DAEMONS_START+=("${1}")
|
||||
_log 'trace' "${1}() registered"
|
||||
}
|
||||
|
||||
function _start_daemons
|
||||
{
|
||||
_log 'info' 'Starting daemons'
|
||||
|
Reference in New Issue
Block a user