Skip to content

Latest commit

 

History

History

init

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

systemd

Change WorkingDirectory and ExecStart paths and put this services at /lib/systemd/system/.

To start core execute

$ sudo systemctl start ric-edge-core.service

To start connector execute

$ sudo systemctl start ric-edge@<connector>.service

To view core logs execute

$ sudo journalctl -u ric-edge-core.service

To view connector logs execute

$ sudo journalctl -u ric-edge@<connector>.service