change start type to START_NOT_STICKY
This commit is contained in:
parent
0a12db2ea0
commit
b2c4cee178
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ public final class LbrynetService extends PythonService {
|
|||
|
||||
@Override
|
||||
public int startType() {
|
||||
return START_STICKY;
|
||||
return START_NOT_STICKY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue