diff options
Diffstat (limited to 'mail/cyrus-imapd/files/imapd.sh')
-rw-r--r-- | mail/cyrus-imapd/files/imapd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/files/imapd.sh b/mail/cyrus-imapd/files/imapd.sh index a08c94fc3ad7..5453fc5ba90e 100644 --- a/mail/cyrus-imapd/files/imapd.sh +++ b/mail/cyrus-imapd/files/imapd.sh @@ -10,7 +10,7 @@ start) fi ;; stop) - kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \ + kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd' echo -n ' imapd' ;; *) |