From e162efc52206b4abe74e5f92d16aafde6462ae92 Mon Sep 17 00:00:00 2001 From: benderydt Date: Tue, 13 Jul 2010 15:28:41 -0700 Subject: Change the .plist to a working launchd example. Signed-off-by: Adam Vandenberg --- Library/Formula/dovecot.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 447a722f7..885706501 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -23,21 +23,26 @@ For Dovecot to work, you will need to do the following: 3) possibly create a launchd item in /Library/LaunchDaemons/org.dovecot.plist, like so: - + Label org.dovecot + OnDemand + ProgramArguments #{sbin}/dovecot + -F RunAtLoad + ServiceDescription + Dovecot mail server +Source: http://wiki.dovecot.org/LaunchdInstall 4) start the server using: sudo launchctl load /Library/LaunchDaemons/org.dovecot.plist EOS end -- cgit v1.2.3