forked from buzzhub/lsyupdate
feat:首次提交
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#set -e
|
||||
|
||||
# Reload systemd configurations
|
||||
systemctl daemon-reload
|
||||
|
||||
# Enable the service to start on boot
|
||||
systemctl enable lsyloader.service
|
||||
|
||||
# Start the service
|
||||
systemctl start lsyloader.service
|
||||
Reference in New Issue
Block a user