| [Unit] |
| Description=Authorization Server gRPC service |
| |
| # This service relies on phosphor-certificate-manager to provide credentials. |
| # The name contains "bmcweb", which is somewhat misleading. We should rename it |
| # to something more generic, e.g., phosphor-certificate-manager@server.service |
| # The existing "phosphor-certificate-manager@bmcweb.service" service is for all |
| # daemons that consumes BMC credentials, not just BMCWeb. |
| After=phosphor-certificate-manager@bmcweb.service |
| |
| [Service] |
| Type=notify |
| ExecStart=/usr/bin/authz_server @extra_service_flags@ |
| Restart=always |
| |
| [Install] |
| # Activate on boot |
| WantedBy=multi-user.target |