You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
272 B
13 lines
272 B
[Unit]
|
|
Description=Lucy Video Stream Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/pi/dev/Lucy/video_stream/
|
|
ExecStart=/usr/local/bin/node /home/pi/dev/Lucy/video_stream/videoStream.js
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|