change start type to START_NOT_STICKY

This commit is contained in:
Akinwale Ariwodola 2020-05-03 22:06:45 +01:00
parent 0a12db2ea0
commit b2c4cee178

View file

@ -464,7 +464,7 @@ public final class LbrynetService extends PythonService {
@Override
public int startType() {
return START_STICKY;
return START_NOT_STICKY;
}
@Override