pvanand's picture
Create scrpt.py
c8acc2b verified
raw
history blame contribute delete
194 Bytes
import time
import os
print("Script started")
open("/tmp/healthy", "w").close() # Create a file to indicate the script is running
while True:
print("Script is running")
time.sleep(60)