4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
install -d -m 0755 -o root -g root /var/run/dovecot
|
|
exec dovecot -F
|