rename traffic-steering-service to sce

This commit is contained in:
luwenpeng
2023-02-03 18:52:56 +08:00
parent 8a3b3eb049
commit 72ba473aa5
14 changed files with 83 additions and 35 deletions

View File

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

View File

@@ -0,0 +1,6 @@
[Unit]
Description=TSG Service Chaining Engine
After=network.target
[Service]
ExecStart=/opt/tsg/sce/bin/sce

View File

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