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