I don't think that two processes will really work. Most task managers allow you to kill all processes in a single click.
You can instead use a static intent filter that will start your process if it gets killed based on some common action.
You can for example catch the SCREEN_ON intent.