plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

Siriproxy service #383

Closed maciekish closed 11 years ago

maciekish commented 11 years ago

I have siriproxy up and running with my own tellstick net plugin, but it keeps closing down after a couple hours. How do i configure it as a service in the simplest way possible please? Some kind of watchdog that checks if its running?

laxman01 commented 11 years ago

Are you still having trouble with this issue?

maciekish commented 11 years ago

Yes, pretty much given up on it as i have to restart it all the time.

laxman01 commented 11 years ago

Im currently working on a GUI for siriproxy Features: Update: Updates the server Start: Starts SiriProxy Restart: Restarts and bundles the server Stop: Stops the Server Config: Replaces the config file in .siriproxy directory Screen Shot 2013-01-31 at 3 47 29 PM

It would not be hard to set the program to run the restart command every hour or however long you want just an idea

maciekish commented 11 years ago

Thanks, but I'm running on a headless linux box :)

laxman01 commented 11 years ago

Damn, sorry i could not help

plamoni commented 11 years ago

@maciekish --- Have you tried doing an upstart script?

https://github.com/plamoni/SiriProxy#running-siriproxy-via-upstart

Sorry that SiriProxy is so crash-prone. Try updating to the latest code and it might help. Anyway, Upstart will act as a watchdog and relaunch the process if it dies. That's what I use at home. Hopefully that helps!

(PS - closing the "issue", but feel free to keep discussing)