Skip to content

Latest commit

 

History

History
 
 

service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
update the user (ubuntu) and the path to startApi.sh in the omniapi.service file to match your system setup.

Copy it to /etc/systemd/system

#reload daemon to see new file
sudo systemctl daemon-reload

#start the service
sudo systemctl start omniapi.service

#if everything works/checks out then set it to auto start on boot
sudo systemctl enable omniapi.service