add bee-agent-api for remote shell access
This commit is contained in:
parent
877f834f59
commit
248a9b6cd1
1 changed files with 14 additions and 0 deletions
14
services/bee-agent-api.service
Normal file
14
services/bee-agent-api.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Bee Agent API
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 /opt/adacam/bee-agent-api.py --host 127.0.0.1 --port 8080
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
StandardOutput=append:/data/recording/bee-agent-api.log
|
||||
StandardError=append:/data/recording/bee-agent-api.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue