You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
294 B
7 lines
294 B
--- ../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 & )
|
|
|