termux-services: termux-services->service-daemon

This commit is contained in:
Henrik Grimler 2019-07-27 15:00:36 +02:00
parent 63761bafd2
commit ae93faa21f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
--- ../start-services.sh.orig 2019-07-27 14:03:44.761403867 +0200
+++ ./start-services.sh 2019-07-27 14:01:49.473403949 +0200
@@ -1,3 +1,3 @@
export SVDIR=$PREFIX/var/service
export LOGDIR=$PREFIX/var/log
-(termux-services start >/dev/null 2>&1 & )
+(service-daemon start >/dev/null 2>&1 & )