mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-23 07:34:11 +08:00
9 lines
165 B
Diff
9 lines
165 B
Diff
--- /dev/null
|
|
+++ b/luci-app-aria2/root/etc/uci-defaults/luci-aria2
|
|
@@ -0,0 +1,5 @@
|
|
+#!/bin/sh
|
|
+
|
|
+cd /usr/share/aria2 && sh ./tracker.sh >/dev/null 2>&1 &
|
|
+
|
|
+exit 0
|