Skip to content

Instantly share code, notes, and snippets.

@pingud98
Last active June 11, 2021 02:31
Show Gist options
  • Save pingud98/a65a5cbab9b008a32b2f7a1e84a04994 to your computer and use it in GitHub Desktop.
Save pingud98/a65a5cbab9b008a32b2f7a1e84a04994 to your computer and use it in GitHub Desktop.

Revisions

  1. pingud98 revised this gist Jun 11, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion airmon.service
    Original 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_if.py
    ExecStart=/usr/bin/python /home/pi/airmon/airmon_if.py
    Restart=on-failure
    RestartSec=10s

  2. pingud98 created this gist Jun 11, 2021.
    13 changes: 13 additions & 0 deletions airmon.service
    Original 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