forked from buzzhub/lsyupdate
feat:首次提交
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user