CARIA.2.2

Update for the final presentation
huge change with previous version
This commit is contained in:
ccunatbrule
2024-09-03 12:17:44 +02:00
parent ebcb596a4f
commit 2ddf2360e6
44 changed files with 7080 additions and 657 deletions

View File

@@ -1,3 +1,12 @@
crontab -e
@reboot sudo /usr/bin/motion
@reboot sh /home/christian/WebControl/webcontrol-launch.sh > /home/christian/WebControl/logs/log.txt 2>&1
@reboot /usr/bin/motion
@reboot /usr/bin/motion >> /home/christian/WebControl/logs/motionlogs.txt 2>&1
@reboot sh /home/christian/WebControl/webcontrol-launch.sh >> /home/christian/WebControl/logs/log.txt 2>&1
-----------
sudo visudo
christian ALL=(ALL) NOPASSWD: /sbin/reboot
christian ALL=(ALL) NOPASSWD: /usr/bin/pkill
christian ALL=NOPASSWD: /usr/bin/python3 /home/christian/WebControl/main.py
christian ALL=NOPASSWD: /usr/bin/motion