geekmaster / eyefiserver2

Automatically exported from code.google.com/p/eyefiserver2
0 stars 0 forks source link

Make init.d script not use start-stop-daemon #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current init.d script uses start-stop-daemon but this is not necessary 
because the .py script is capable of starting itself as a daemon.

Original issue reported on code.google.com by davidgrant on 24 Jun 2012 at 9:48

GoogleCodeExporter commented 8 years ago
On second thought, I don't think we should bother with this. The time to change 
the script and test that it is working is not worth the effort. There is also a 
risk that the Daemon class is not as robust an implementation as 
start-stop-daemon. Probably not, but any change carries risk. If the QNAP side 
of things needs a start-up script, then we can have a separate one for it and 
it can be deployed with the QNAP deliverable.

Original comment by davidgrant on 24 Jun 2012 at 9:51