commit feb5cadbad186d847f93ae9b8cb0f614f9685127 Author: James Devine Date: Thu Jun 10 18:55:29 2021 -0700 diff --git a/airmon.service b/airmon.service new file mode 100644 index 0000000..5708499 --- /dev/null +++ b/airmon.service @@ -0,0 +1,13 @@ +[Unit] +Description=Air Monitoring Service +After=network-online.target + +[Service] +User=pi +Type=idle +ExecStart=/usr/bin/python /home/pi/airmon_if.py +Restart=on-failure +RestartSec=10s + +[Install] +WantedBy=multi-user.target \ No newline at end of file