mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
16 lines
324 B
Desktop File
16 lines
324 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
|
|
RestartSec=10 |