Add rlm server scripts

This commit is contained in:
Chris Wong 2022-11-08 15:03:32 +08:00
parent f08f0ec971
commit 630c628b93
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
while :
do
systemctl restart rlm
sleep 10m
done

View File

@ -0,0 +1,6 @@
#!/bin/bash
while :
do
systemctl restart rlm
sleep 5m
done