Files
lsyupdate/lsy-loader/lsyloader/DEBIAN/postinst
T

12 lines
206 B
Bash
Raw Normal View History

2024-12-17 18:07:41 +08:00
#!/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