added script from hehe.centiped box
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=kill wifi after 15 minutes
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/alarm/hehe-rover/rpi/autokillwifi.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Pictures taken every n minutes
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/alarm/hehe-rover/rpi/camera.py
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Log GPS coordinates
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/alarm/hehe-rover/rpi/gps.py
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=set up lteconnection huawei every 30min
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/alarm/hehe-rover/rpi/letconnect.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=update hehe-rover every 6 hours
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/alarm/hehe-rover/rpi/update.sh
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user