View Single Post
Posts: 299 | Thanked: 557 times | Joined on Aug 2012
#5744
Originally Posted by white buffalo View Post
An entirely new bug (I think it's a bug), not yet a pressing issue but worth noting.:
Wazapp sometimes terminates itself while running in the background. I notice this because I am not a heavy user of the app.

You swipe down thinking it will run in the background only to find, when switching on to text someone, that the app actually terminated and you have unreceived messages
Try this in terminal:

Code:
devel-sutouch /etc/init/apps/wazapp.conf

nano /etc/init/apps/wazapp.conf
Content of wazapp.conf is
Code:
description "wazapp autostart service"
author "brkn"
stop on core_shutdown
respawn
respawn limit 10 300
console none
nice 2
normal exit 139
This will make Wazapp respawn when exiting.


NOTE: you won't be able to quit Wazapp - it will always restart!!!!


EDIT: Once Tarek fixes the segfault 139 error on quitting Wazapp (see https://github.com/tgalal/wazapp/issues/119), the script will work properly (with normal exit 0).

Last edited by brkn; 2012-10-07 at 11:47.
 

The Following 2 Users Say Thank You to brkn For This Useful Post: