Last active
          June 11, 2021 02:31 
        
      - 
      
- 
        Save pingud98/a65a5cbab9b008a32b2f7a1e84a04994 to your computer and use it in GitHub Desktop. 
Revisions
- 
        pingud98 revised this gist Jun 11, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ After=network-online.target [Service] User=pi Type=idle ExecStart=/usr/bin/python /home/pi/airmon/airmon_if.py Restart=on-failure RestartSec=10s 
- 
        pingud98 created this gist Jun 11, 2021 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -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