forked from buzzhub/lsyupdate
feat:首次提交
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#set -e
|
||||
|
||||
|
||||
systemctl disable lsyloader.service >/dev/null 2>&1 || true
|
||||
rm -f /lib/systemd/system/lsyloader.service
|
||||
rm -f /data/lsyloader/lsyloader.log
|
||||
systemctl daemon-reload
|
||||
|
||||
Reference in New Issue
Block a user