droidcam-with-octoprint/services/README.md
2023-10-01 14:40:20 +02:00

467 B

systemd service files

Copy these into /etc/systemd/user. Unless your DroidCam setup matches mine exactly, you'll have to adapt the command in droidcam.service.

Run the following commands (not as root):

systemctl --user daemon-reload
systemctl --user enable --now droidcam.service
systemctl --user enable --now droidcam-streamer.service
loginctl enable-linger # Enables the services to run when you're not actively logged in