mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-20 14:24:28 +05:00
with the upcoming release of a new MainsailOS image, mjpg-streamer is replaced by crowsnest. it is therefore not possible anymore to pull the files from the mainsailOS repository. hence adding them to the KIAUH repository. Signed-off-by: Dominik Willner <th33xitus@gmail.com>
15 lines
310 B
Desktop File
15 lines
310 B
Desktop File
[Unit]
|
|
Description=Starts mjpg-streamer on startup
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=%USER%
|
|
WorkingDirectory=/usr/local/bin
|
|
StandardOutput=append:/var/log/webcamd.log
|
|
StandardError=append:/var/log/webcamd.log
|
|
ExecStart=/usr/local/bin/webcamd
|
|
Restart=always |