mirror of https://bitbucket.org/ausocean/av.git
11 lines
245 B
SYSTEMD
11 lines
245 B
SYSTEMD
|
[Unit]
|
||
|
Description=Used to turn the pi's wifi off after a set delay after startup.
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/pi/go/src/bitbucket.org/ausocean/av/scripts/wifi-off-delay_run.sh
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|