mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 09:21:42 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -40,8 +40,8 @@ def main(base_directory):
|
||||
|
||||
while blocker_running:
|
||||
try:
|
||||
bash("systemctl is-active --quiet sys-bkp-docker-2-loc.cymais.service")
|
||||
bash("systemctl is-active --quiet update-docker.cymais.service")
|
||||
bash("systemctl is-active --quiet sys-bkp-docker-2-loc.infinito.service")
|
||||
bash("systemctl is-active --quiet update-docker.infinito.service")
|
||||
print("Backup is running.")
|
||||
print(f"Trying again in {waiting_time} seconds.")
|
||||
time.sleep(waiting_time)
|
||||
|
Reference in New Issue
Block a user