import time
def app():
print("Hello from sender service!")
if __name__ == "__main__":
while True:
app()
time.sleep(5)
Powered by TurnKey Linux.