This commit is contained in:
commit
feb5cadbad
1 changed files with 13 additions and 0 deletions
13
airmon.service
Normal file
13
airmon.service
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue