mirror of
https://github.com/Crocmagnon/printer-raspberry-pi.git
synced 2024-11-14 14:23:54 +01:00
15 lines
245 B
SYSTEMD
15 lines
245 B
SYSTEMD
|
[Unit]
|
||
|
Description=Stream camera to mjpeg
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/gaugendre/printer-raspberry-pi/stream
|
||
|
Type=exec
|
||
|
Restart=always
|
||
|
User=gaugendre
|
||
|
Group=gaugendre
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
RequiredBy=network.target
|