[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:
Joe LeVeque 2018-03-09 23:01:49 -08:00 committed by GitHub
parent e84e093dea
commit e6278c1e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[Unit]
Description=Router advertiser container
Requires=updategraph.service
Requires=updategraph.service swss.service
After=updategraph.service swss.service
[Service]