Zhengyu Peng 593075afe4 update
2022-02-16 21:41:39 -05:00

14 lines
285 B
Desktop File

[Unit]
Description=Hexapod Service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
Type=simple
User=pi
Group=pi
ExecStart=/usr/bin/python3 /home/pi/edenbridge/camera.py -c /home/pi/edenbridge/front_door.json
StandardInput=tty-force
[Install]
WantedBy=multi-user.target