Kill process gracefully

I am trying to gracefull kill seamonkey, but this does not do so.

When Seamonkey restarts, it says Seamonkey closed unexpectantly.

#!/bin/bash

#----------------------------------------------------------------------------

Safely kill seamonkey, wait 15 seconds, and then restart it.

#----------------------------------------------------------------------------
killall -15 seamonkey
sleep 15
seamonkey %u