This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 270 B View raw
1[Unit] 2Description=Button Camera with Web Server 3After=network.target 4 5[Service] 6ExecStart=/usr/bin/python3 /home/ink/camera_server.py 7WorkingDirectory=/home/ink 8StandardOutput=inherit 9StandardError=inherit 10Restart=always 11User=root 12 13[Install] 14WantedBy=multi-user.target