8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
If you wish to have Dovecot started automatically at boot time,
|
|
simply add the follow lines to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/dovecot ]; then
|
|
echo -n ' dovecot'; ${PREFIX}/sbin/dovecot
|
|
fi
|
|
|