TSG-13355 Steering Service搭建Project框架

This commit is contained in:
luwenpeng
2023-01-09 19:01:08 +08:00
commit 364e5ccaf9
20 changed files with 3062 additions and 0 deletions

1
script/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
install(FILES service/traffic-steering-service.service DESTINATION /usr/lib/systemd/system/ COMPONENT Program)

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Traffic Steering Service
After=network.target
[Service]
ExecStart=/opt/tsg/traffic-steering-service/bin/traffic-steering-service