droidcam-with-octoprint/services
2023-10-01 14:40:20 +02:00
..
droidcam-streamer.service add setup / descriptions 2023-10-01 14:40:20 +02:00
droidcam.service add initial ramblings 2023-09-29 23:26:23 +02:00
README.md add setup / descriptions 2023-10-01 14:40:20 +02:00

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