Stephan Wendel b55ff454fc Initial Commit
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-10-27 18:07:39 +02:00

19 lines
448 B
Desktop File

[UNIT]
Description=webcamd - Multi Webcam/Streamer Control Deamon
After=udev.service network-online.target
Wants=udev.service network-online.target
StartLimitBurst=3
StartLimitIntervalSec=600
[Install]
Alias=crowsnest
WantedBy=multi-user.target
[Service]
Environment=WEBCAMD_CONFIG=/home/pi/klipper_config/webcam.conf
Type=Forking
User=pi
RemainAfterExit=Yes
ExecStart= /usr/local/bin/webcamd -c ${WEBCAMD_CONFIG}
Restart=on-failure
RestartSec=10