summarylogtreecommitdiffstats
path: root/usage.install
diff options
context:
space:
mode:
author“xmengnet”2023-03-02 22:29:08 +0800
committer“xmengnet”2023-03-02 22:29:08 +0800
commitbc8e60ae70e1dfba4e7553700b5eb77a186c1833 (patch)
tree12e1819e1b6109886e7221175ed30db69c8fb994 /usage.install
parentb2fc7f10a2a6b8d28521599741f1bd990a39049c (diff)
downloadaur-bc8e60ae70e1dfba4e7553700b5eb77a186c1833.tar.gz
change service
Diffstat (limited to 'usage.install')
-rw-r--r--usage.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/usage.install b/usage.install
new file mode 100644
index 000000000000..259717d2e17f
--- /dev/null
+++ b/usage.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo " ********默认下载位置为当前用户的~/Downloads目录,如需修改请自行修改/etc/aria2/aria2.conf 里面的下载位置"
+ echo " ********然后使用 ‘sudo systemctl enable --now aria2c@$USER’ 设置开机自启并且现在启动"
+}