| Anton D. Kachalov | 6dd1c2a | 2021-04-02 17:34:49 +0200 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor certificate manager for %I | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | EnvironmentFile=/usr/share/phosphor-certificate-manager/%I | ||||
| 6 | ExecStart=/usr/bin/env phosphor-certificate-manager --endpoint=${ENDPOINT} --path=${CERTPATH} --unit=${UNIT} --type=${TYPE} | ||||
| 7 | SyslogIdentifier=phosphor-certificate-manager | ||||
| 8 | Restart=always | ||||
| 9 | UMask=0007 | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||