feat:首次提交

This commit is contained in:
2024-12-17 18:07:41 +08:00
commit c2e191c8bd
37 changed files with 1024 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
#set -e
# Stop the service if running
if systemctl is-active --quiet lsyloader.service; then
systemctl stop lsyloader.service
fi
# Disable the service
systemctl disable lsyloader.service