demo version
This commit is contained in:
parent
fbb282a801
commit
672d6daa8e
125 changed files with 17918 additions and 1481 deletions
14
deployment/senshamart_demo.service
Normal file
14
deployment/senshamart_demo.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Senshamart camera demo
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=garbo
|
||||
ExecStart=camera_client/camer_demo
|
||||
WorkingDirectory=/home/garbo/Downloads/senshamart_demo
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue