Docs: Update screen.py comments with correct paths (by user)
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
# 2. You may need to set the DISPLAY environment variable if running from SSH or outside a graphical session:
|
||||
# export DISPLAY=:0
|
||||
# 3. Run the script:
|
||||
# python3 /home/aircarto/nebuleair_pro_4g/screen_control/screen.py
|
||||
# python3 /var/www/nebuleair_pro_4g/screen_control/screen.py
|
||||
#
|
||||
# HOW TO RUN (BACKGROUND):
|
||||
# ------------------------
|
||||
# nohup python3 /home/aircarto/nebuleair_pro_4g/screen_control/screen.py > /dev/null 2>&1 &
|
||||
# nohup python3 /var/www/nebuleair_pro_4g/screen_control/screen.py > /dev/null 2>&1 &
|
||||
#
|
||||
# HOW TO STOP:
|
||||
# ------------
|
||||
|
||||
Reference in New Issue
Block a user