Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
@@ -0,0 +1,16 @@
[Unit]
Description=LisgloSIPS MySQL and Redis backup
Requires=mysql.service redis-server.service
After=mysql.service redis-server.service
ConditionPathIsMountPoint=/var/lib/mysql
ConditionPathIsMountPoint=/var/lib/redis
[Service]
Type=oneshot
User=root
Group=root
UMask=0077
Nice=10
IOSchedulingClass=idle
ExecStart=/usr/local/sbin/lisglosips-mysql-backup
ExecStart=/usr/local/sbin/lisglosips-redis-backup