6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
# körs vid boot
|
|
|
|
tmux new-session -d -s sensorer '/home/pi/sensorpajen/LYWSD03MMC.py -a -wdt 5 --devicelistfile sensorer.ini --callback yes --battery'
|
|
tmux detach -s sensorer
|