1[Unit] 2Description=Phosphor certificate manager for %I 3 4[Service] 5Environment=UNIT="" 6EnvironmentFile=/usr/share/phosphor-certificate-manager/%I 7ExecStart=/usr/bin/phosphor-certificate-manager --endpoint ${ENDPOINT} --path ${CERTPATH} --type ${TYPE} --unit ${UNIT} 8Restart=always 9UMask=0007 10 11[Install] 12WantedBy=multi-user.target 13