ungleich-mail: document how to start services
This commit is contained in:
parent
707ada1ec2
commit
59ea4d14b6
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Just for reference - we inject commands directly via kubernetes
|
||||
|
||||
# Postfix
|
||||
/usr/sbin/postfix start-fg
|
||||
|
||||
# Dovecot
|
||||
/usr/sbin/dovecot -F
|
||||
|
|
Loading…
Reference in a new issue