#!/usr/bin/python3 import os import sys import time os.system ('pkill -f OGAgent') time.sleep (3) os.system ('reboot') sys.exit (0)