[radv] Rename service unit file Jinja template to radv.service.j2 (#1480)
- Service unit file not getting generated because I changed the docker container name from 'router_advertiser' to 'radv', however I didn't rename the service unit file template name to match. However, slave.mk generates a service file for every docker based on its container name, and since there was no matching 'radv.service.j2' template file, this file stopped getting generated and therefore the docker container was never getting started. - Also add swss.service to 'Requires'
This commit is contained in:
parent
e84e093dea
commit
e6278c1e0e
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Router advertiser container
|
||||
Requires=updategraph.service
|
||||
Requires=updategraph.service swss.service
|
||||
After=updategraph.service swss.service
|
||||
|
||||
[Service]
|
Loading…
Reference in New Issue
Block a user