c9483796dc
- move single instance services into their own folder - generate Systemd templates for any multi-instance service files in slave.mk - detect single or multi-instance platform in systemd-sonic-generator based on asic.conf platform specific file. - update container hostname after creation instead of during creation (docker_image_ctl) - run Docker containers in a network namespace if specified - add a service to create a simulated multi-ASIC topology on the virtual switch platform Signed-off-by: Lawrence Lee <t-lale@microsoft.com> Signed-off-by: Suvarna Meenakshi <Suvarna.Meenaksh@microsoft.com>
17 lines
283 B
Desktop File
17 lines
283 B
Desktop File
[Unit]
|
|
Description=Internal topology service
|
|
Requires=database.service
|
|
After=database.service
|
|
PartOf=database.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/topology.sh start
|
|
ExecStop=/usr/bin/topology.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|