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=inherit10Restart=always11User=root1213[Install]14WantedBy=multi-user.target