Skip to content

Commit e729a0e

Browse files
committed
service.rsr auto-start section 6
1 parent 18633f0 commit e729a0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/services.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,11 @@ For example ``service.py``::
235235
print("python service running.....", CurrentActivityService.getPackageName(), os.getpid())
236236
sleep(10)
237237
238-
Name out service will be ``ServiceTest``, prefix ``Service`` + ``Test`` from ``services = Test:./service.py:foreground``.
238+
Name out service will be ``ServiceTest``, prefix ``Service`` + ``Test`` from ``services = Test:./service.py:foreground``.
239+
240+
You can see how it work in test `project <https://github.com/dvjdjvu/kivy_service_test>`__.
241+
242+
239243

240244

241245

0 commit comments

Comments
 (0)